How can we get claude agent teams involved into agor? #713
Replies: 2 comments 3 replies
-
|
Haven't tried the feature yet, how does it work mechanically in Claude Code? Supported by the SDK? |
Beta Was this translation helpful? Give feedback.
-
|
https://code.claude.com/docs/en/agent-teams#how-agent-teams-work https://kargarisaac.medium.com/agent-teams-with-claude-code-and-claude-agent-sdk-e7de4e0cb03e I believe it's just an env var you need to enable with Usually, Subagents only report results to the main agent and never talk to each other. But with agent teams, teammates share a task list, claim work, and communicate directly with each other. IIRC, this is done by spawning terninal sessions per teams agent. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Claude agent teams came out and it has blown my expectations with parallelizing complex tasks. How can we use it in agor?
Beta Was this translation helpful? Give feedback.
All reactions