Progressive Tool Loading for Large Toolsets #2492
RICARDO51167
started this conversation in
Ideas
Replies: 1 comment 3 replies
|
@RICARDO51167 Sure, that would be a valuable addition to AgentScope, and I think this discussion is related to #2310. It seems like a |
3 replies
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.
AgentScope already supports
ToolGroup, which helps avoid exposing all tools at once.But for large MCP servers, one activated group may still contain dozens of tools. In that case, all tool schemas may enter the model context, causing unnecessary token usage and possibly making tool selection harder.
Would it make sense to support tool‑level progressive loading?
For example:
This could work together with the current
ToolGroupmechanism:ToolGroupfor coarse‑grained capability selectionDeerFlow has a similar deferred tool discovery mechanism, which may be worth referencing.
Would this be useful for AgentScope, especially for large MCP toolsets?
All reactions