AgentWeave — routing layer for large agent/tool ecosystems #836
sauravsingla
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Sharing AgentWeave, an open-source framework for capability-aware agent and tool routing.
The problem we are exploring is what happens when an agent ecosystem grows beyond the point where exposing every available capability directly to the LLM is practical.
AgentWeave adds a decision layer that can:
For function calling, this creates a simple research comparison:
same base model
vs.
same base model
We are currently testing this idea through BFCL-compatible evaluation and are especially interested in feedback from people building large MCP-style tool environments.
Repo:
https://github.com/sauravsingla/agentweave
BFCL integration PR:
ShishirPatil/gorilla#1358
All reactions