claude-agent-sdk-python
claude-agent-sdk-python copied to clipboard
Is subagents supported in claude code python sdk?
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.