Comment by rahimnathwani
1 month ago
"are these sub agents in the workflow"
The idea is that on any 'turn', the AI model should be doing only one of those tasks. That's true whether it's in the main thread (with all the past context) or has just been launched as a subagent.
You can see an example of this pattern here in Anthropic's skills repo: https://github.com/anthropics/skills/tree/main/skills/skill-... (the repo has four separate skill.md files: a main SKILLS.md and then three others for specialist roles)
Whether they're run as subagents (a separate AI chat session with clean context) is a separate decision, and it depends on whether the coding harness supports that. https://agentskills.io/client-implementation/adding-skills-s...
I'm still trying to figure out the subagent delegation stuff.
No comments yet
Contribute on Hacker News ↗