Show HN: Crew – Let Claude Code agents talk to each other(github.com)
github.com
Show HN: Crew – Let Claude Code agents talk to each other
https://github.com/0xmmo/crew
2 comments
hmm pretty interesting idea, but I’m pretty wary of giving something full context of my agents
feel free to (and you should) audit! https://www.npmjs.com/package/@0xmmo/crew
crew hooks into Claude Code and injects what every other running session is doing (status, recap, last few transcript entries) into each session's context. It also lets agents message each other, landing messages in another agent's context even mid-turns.
Since starting to use crew I've seen some awesome emergent behaviors: agents asking each other for reviews, delegating deploys to a single agent, and even getting lazy on account of "someone else will fix it"!
Curious how others running several sessions at once handle coordination.