Do sub-agents work for you? #18106
Replies: 3 comments 3 replies
-
|
Hello, this feature is still under active development. For best results, please try the following:
|
Beta Was this translation helpful? Give feedback.
-
|
I don't think it would disable anything else (other tools might still ask for the user permission, at least when running gemini cli in the interactive mode). Probably worth trying it anyway. I think the more modern way to manage the permissions is to use the policies |
Beta Was this translation helpful? Give feedback.
-
|
From my point of view, the fact that the main agent reads the agent file instead of delegating suggests the feature boundary is still not stable enough for users to rely on prompt-only invocation patterns. The maintainer guidance in the thread is probably the practical answer for now, but the product would benefit from a clearer signal showing whether a sub-agent was actually invoked versus merely referenced. Without that visibility, it is hard for users to tell configuration problems apart from product limitations. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I know sub-agents are still experimental but I've never been able to trigger them, even though they seem to be properly refreshed and listed in
/agents list.Even when I ask for direct invocation of a sub-agent via a custom command the main agent just simply reads the agent file in the agents folder, and executes the instructions instead of delegating to the sub-agent.
I have the experimental flag enabled in settings. I'm running the nightly build. All the agents in the agents folder are registered and listed. I've even updated my SYSTEM.md and GEMINI.md to make them sub-agent aware.
Am I missing something? Anyone else got sub-agents working?
Beta Was this translation helpful? Give feedback.
All reactions