OmniRoute — управление агентами через A2A и JSON-RPC

★ 7.9 · ai-agents

omni-agents-a2a is a Claude Code skill that connects to OmniRoute using the JSON-RPC 2.0 agent-to-agent protocol. It exposes 6 built-in A2A skills: smart-routing (recommends the best provider/model for a given prompt), quota-management (reports quota balances), provider-discovery (filters providers by capabilities such as vision, JSON mode, tools, and max-context), cost-analysis (estimates request cost), health-report (returns circuit states, latencies, and errors), and list-capabilities. Setup requires OMNIROUTE_URL and OMNIROUTE_KEY environment variables; the agent publishes its Agent Card at /.well-known/agent.json and accepts calls at /a2a. It is aimed at developers building multi-agent systems who need standardized, programmatic routing and monitoring of LLM provider infrastructure.