mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-19 12:11:02 -04:00
[PR #331] docs: add native Google Vertex AI provider RFC #326
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/pentagi/pull/331
Author: @mason5052
Created: 6/3/2026
Status: 🔄 Open
Base:
main← Head:codex/issue-321-vertex-provider-rfc📝 Commits (2)
bd7c14fdocs: add native Google Vertex AI provider RFC5c96891docs: address review feedback on Vertex AI RFC📊 Changes
1 file changed (+229 additions, -0 deletions)
View changed files
➕
examples/proposals/vertex_ai_provider.md(+229 -0)📄 Description
Summary
Add
examples/proposals/vertex_ai_provider.md, a planning RFC for a future native Google Vertex AI provider (vertex). RFC/docs only - no code, schema, migration, frontend, or provider runtime changes, and no new env vars or types. EveryVERTEX_*key and type named is explicitly labeled a candidate.Problem
Issue #321 requests a native Vertex AI provider with service-account / ADC auth, opened after #310 clarified that Vertex AI is not natively supported today (the only Google option,
gemini, targets AI Studio and takes an API key, not GCP project credentials). The issue already contains a full implementation outline and four open questions, and the author explicitly asks for maintainer direction on adapter strategy and Gemini-vs-Claude scope before implementing. Per PentAGI's recent contribution pattern (and the lesson from #268), a planning RFC is the right first step for provider-sized work rather than a speculative implementation PR.Solution
A self-contained RFC under
examples/proposals/(matching the existingmcp_client_integration.md/flow_concurrency.mdstyle) that:gemini, direct Anthropic, AWS Bedrock, and the custom OpenAI-compatible LiteLLM-proxy workaround - from the proposed nativevertexprovider.CLAUDE.mdprovider checklist, the RESTValid()whitelist, and thePROVIDER_TYPEenum-swap migration pattern) so the eventual implementation size is clear, and restates the issue's open questions for maintainers.All wording is framed as proposed/candidate/future; the RFC states up front that native Vertex support does not exist today.
User Impact
Test Plan
git diff --checkclean.examples/proposals/vertex_ai_provider.md. No code, schema, migration, generated, frontend, or provider runtime files changed.config.go,providers.go,provider/provider.go,server/models/providers.go, andminimax/*); this RFC touches none of those.vertexprovider package, proposal, or open PR exists.main: the 10 current provider types, the AI StudiogeminiAPI-key path, the Bedrock multi-auth fields, and the20260227_120000_add_cn_providers.sqlenum-swap migration.Refs #321
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.