Pre-routing tools and agents before ADK execution #6812
sauravsingla
started this conversation in
Ideas
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.
I’m exploring a pattern where the model or agent runtime does not receive every available capability by default.
Instead:
available tools / agents
→ policy + scope filtering
→ optional task-aware routing
→ smaller selected set
→ normal ADK execution
The goal is not to replace orchestration, but to make capability selection explicit, reproducible, and observable before execution.
I’ve implemented this experimentally in AgentWeave and would be interested in feedback from ADK users:
Where do you currently perform tool/agent candidate reduction in larger systems?
Repo: https://github.com/sauravsingla/agentweave
All reactions