Skip to content

Restore Vertex AI integration for future development - #24

Draft
phinaldoo wants to merge 1 commit into
mainfrom
agent/restore-vertex-ai
Draft

phinaldoo wants to merge 1 commit into
mainfrom
agent/restore-vertex-ai

Conversation

@phinaldoo

Copy link
Copy Markdown
Owner

Ported from phinaldoo/chatui#962 and adapted to Omlorix's current repository layout and branding.

Purpose

This draft preserves the Vertex AI integration removed from the source repository so it can be restored and redesigned in a later release. Omlorix main already reflects that removal, so this port targets main directly rather than retaining the source PR's stacked base.

Important: not merge-ready

The restored implementation has a known authentication conflict: it requires/passes an API key while also passing Vertex project/location, which the Google Gen AI SDK rejects. Realtime and media behavior are also inconsistent. This PR is an archive and development workspace, not a functional Vertex release.

Work required before release

  • Define an explicit Google AI Studio vs Vertex authentication contract.
  • Make the API key optional in Vertex mode and use ADC/IAM without mixed credentials.
  • Add a no-terminal Docker deployment flow using attached service accounts, Workload Identity Federation, or a securely mounted credential secret.
  • Keep Electron Server Launcher and omlorix-server CLI credential setup in parity.
  • Implement and test Vertex-compatible realtime transport and every media adapter.
  • Update outbound-network, CSP/proxy, endpoint disclosure, import/export, and provider-status behavior.
  • Add authentication, schema, runtime, and container-level tests.
  • Replace the archived limitation documentation with completed setup and operational guidance.

Port validation

  • Python compilation passed for changed Python files.
  • node --check passed for changed JavaScript files.
  • Locale JSON validation and git diff --check passed.
  • Backend pytest was not available in the isolated porting environment.

@coderabbitai

coderabbitai Bot commented Sep 7, 2026

Copy link
Copy Markdown

Important

Draft PR not reviewed

Draft PRs are not automatically reviewed by default.

  • Trigger a manual review

To automatically review draft PRs, update your CodeRabbit configuration:

reviews:
  auto_review:
    drafts: true

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@phinaldoo
phinaldoo force-pushed the agent/restore-vertex-ai branch from 8c3c596 to 3900835 Compare September 12, 2026 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant