This commit is contained in:
@@ -10,7 +10,7 @@ control plane for its planner decisions.
|
||||
|
||||
- Add a durable, Cloud-wide catalog of planner Provider profiles. Each profile
|
||||
records its supported provider kind (`anthropic` or `openai-compatible`),
|
||||
model, timeout, optional OpenAI-compatible base URL, enabled state, and an
|
||||
model, timeout, optional base URL, enabled state, and an
|
||||
encrypted API key.
|
||||
- Add an administrator-only Cloud API and Cloud Console view to create, list,
|
||||
update, activate, disable, and retire Provider profiles. Read responses
|
||||
@@ -25,10 +25,10 @@ control plane for its planner decisions.
|
||||
credential.
|
||||
- Add an encryption-key configuration for protecting Provider API keys at rest
|
||||
and document deployment, rotation, and migration behavior.
|
||||
- Extend the existing provider client construction so cloud-managed
|
||||
OpenAI-compatible profiles pass their encrypted API key and configured base
|
||||
URL explicitly to the OpenAI SDK, while Host Agent direct transport continues
|
||||
to use its existing environment-based credentials.
|
||||
- Extend the existing provider client construction so cloud-managed profiles
|
||||
pass their encrypted API key and configured base URL explicitly to the
|
||||
Anthropic or OpenAI SDK, while Host Agent direct transport continues to use
|
||||
its existing environment-based credentials.
|
||||
|
||||
## Capabilities
|
||||
|
||||
|
||||
Reference in New Issue
Block a user