sesiii/Agent-Router
A context-aware router for cloud-deployed LLMs and Multi-Agent Systems.
Platform-specific configuration:
{
"mcpServers": {
"Agent-Router": {
"command": "npx",
"args": [
"-y",
"Agent-Router"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/topics/multi-agent-systems) [](https://github.com/topics/cloud-computing) [](https://github.com/topics/llm)
Agent-Router is an intelligent, context-aware routing framework to select most optimal LLM deployed in the cloud. It dynamically evaluates user intent and system constraints to route queries to the most optimal Large Language Model (LLM) deployed across cloud infrastructure, strictly optimizing for cost, latency, and required reasoning capability.
Building upon foundational research in heterogeneous agent topologies, this project focuses on live, cloud-native cost management and dynamic selection, leveraging pre-existing benchmark data.
---
As AI Systems scale in production, homogeneous architectures (using a single flagship LLM for every task) introduce severe inefficiencies:
We introduce an Agentic Router that acts as the gateway to your cloud deployments. Instead of hardcoding LLM endpoints, the router uses the Model Context Protocol (MCP) to fetch metrics from a comprehensive benchmark database and dynamically selects the best tool for the job.
Loading reviews...