claude-agent-sdk-python icon indicating copy to clipboard operation
claude-agent-sdk-python copied to clipboard

Is subagents supported in claude code python sdk?

Open 345ishaan opened this issue 5 months ago • 0 comments

Hi,

I am currently using claude code agent which is subscribed to a set of tools which can be called as sub-agent in the newly defined terminology. Basically my tools are using LLMs to do generation / feedback etc.

There are some tools in my current toolSet which i want to run in parallel to optimize the total duration.

Is there a way to prompt branch out / branch in behavior via sub-agents or the another option i was thinking was to let my tool to handle responsbility of multi context content generation in parallel and retrun the responses back to the main agent / claude code.

345ishaan avatar Jul 26 '25 20:07 345ishaan