You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The delegator should be able to spawn agents from a pool of pre-defined sub-agents.
Those sub-agents should be entirely customizable
specific tools
specific skills
specific system prompt
Code validation
In the example software-agent-sdk/examples/01_standalone_sdk/25_agent_delegation.py, specific sub-agents should be defined in a simple way and be made available for the delegator to spawn using their name.
The example software-agent-sdk/examples/01_standalone_sdk/25_agent_delegation.py should run end-to-end with specific sub-agents.