AgentGateway — Summary
AgentGateway is a Linux Foundation project — an open-source, Rust-based agentic proxy built on AI-native protocols (MCP and A2A) providing drop-in security, observability, and governance for agent-to-LLM, agent-to-tool, and agent-to-agent communication across any framework and environment. It serves as a unified connectivity layer with four major subsystems: LLM Gateway (multi-provider routing with budget controls), MCP Gateway (tool federation with OAuth and OpenAPI integration), A2A Gateway (secure agent-to-agent communication), and Inference Routing (Kubernetes-aware GPU/model routing). Guardrails are multi-layered (regex, OpenAI moderation, AWS Bedrock Guardrails, Google Model Armor). The built-in UI runs at localhost:15000/ui.
Compared to seeds: AgentGateway is closest in spirit to ContextForge (both are MCP gateways with observability) but is Rust-based, has native Kubernetes controller + Gateway API support, includes a dedicated LLM gateway with budget controls and an A2A layer, and ships as a single compiled binary — dramatically simpler to deploy than ContextForge's Python stack. Unlike all 11 seeds, AgentGateway is a network-layer proxy, not an agent methodology or harness.