-
Notifications
You must be signed in to change notification settings - Fork 596
api: Add AgentgatewayBackend #12830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
api: Add AgentgatewayBackend #12830
Conversation
Signed-off-by: John Howard <[email protected]>
Signed-off-by: John Howard <[email protected]>
Signed-off-by: John Howard <[email protected]>
| AI *AIBackend `json:"ai,omitempty"` | ||
|
|
||
| // mcp represents an MCP backend | ||
| NCO *MCPBackend `json:"mcp,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NCO?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is "MCP" when your fingers are 1 key shifted left 🙃
|
|
||
| // AIBackend specifies the AI backend configuration | ||
| // +kubebuilder:validation:ExactlyOneOf=provider;groups | ||
| type AIBackend struct { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do you configure routeType on the AI Backend with this API?
| Static *AgentStaticBackend `json:"static,omitempty"` | ||
|
|
||
| // ai represents a LLM backend. | ||
| AI *AIBackend `json:"ai,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do host override and the other override options get configured now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its still on AIBackend
Description
Change Type
/kind feature
Changelog
We will add the full AgentgatewayXXX as one big release note
Additional Notes