agentgateway is an open-source solution for an all-in-one AI gateway (A2A, MCP, LLM). It seems like a good fit for the agentic-layer, especially as an agent-gateway.
Create an operator (new repository agent-gateway-kgateway-operator that provisions the agentgateway (using kgateway) based on AgentGateway CRD. Look at the agent-gateway-krakend-operator for reference.
Thinks to consider:
- Are the Agent Card endpoints correctly exposed (with correct external URL)
- Is the A2A proxy working with existing agents?
- There will be no openai API - is there anything similar to integrate agents in Frontends like LibreChat?
agentgateway is an open-source solution for an all-in-one AI gateway (A2A, MCP, LLM). It seems like a good fit for the agentic-layer, especially as an agent-gateway.
Create an operator (new repository
agent-gateway-kgateway-operatorthat provisions the agentgateway (using kgateway) based on AgentGateway CRD. Look at the agent-gateway-krakend-operator for reference.Thinks to consider: