adk-python icon indicating copy to clipboard operation
adk-python copied to clipboard

Provide a way to dynamically configure the set of sub-agents for the model

Open slilichenko opened this issue 1 month ago • 2 comments

Similarly to tools, model's sub_agents are often need to be dynamically configured: based on the session's state, current user's permissions or some other factors. Tools can be dynamically configured using Toolsets but dynamically configuring sub_agents require creating custom plugins.

Providing SubagentSet, or a similar class, with the API similar to Toolset should simplify agent development.

slilichenko avatar Nov 16 '25 07:11 slilichenko

IMO, this goes together with the overall conditional execution and branching support (which is not yet supported, unfortunately). Watching.

aperepel avatar Nov 19 '25 17:11 aperepel

@slilichenko Thank you for reporting this. I understand the request is currently under review. Please keep me posted if anything else is needed. Thanks for your patience.

klateefa avatar Nov 26 '25 05:11 klateefa