Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

50% Positive

Analyzed from 134 words in the discussion.

Trending Topics

#teams#claude#code#agent#https#agents#tmux#com#going#works

Discussion (5 Comments)Read Original on HackerNews

dragonfax•about 3 hours ago
Claude Code (subscription) has Agent Teams built in. Teams of Agents communicate with local files that they use as inboxes and task list. Has tmux and iTerm 2 integration. https://code.claude.com/docs/en/agent-teams

They can rack up some extra tokens if you leave agents going idle. Because they loop, checking for new messages for them.

This fellow reverse-engineered exactly how it works and then abstracted the pattern into an MCP server that any Harness/agent can use. https://github.com/cs50victor/claude-code-teams-mcp

scalefirst•about 4 hours ago
Have you seen https://www.roborev.io/ from Wes McKinney?
perelin•about 2 hours ago
Any personal experience with it? Recommended?
swingboy•about 4 hours ago
I put together a skill to do this with OpenCode and the GitHub Copilot provider. Works pretty well.
pitched•about 4 hours ago
I’ve been keeping them open in tmux and using either send_keys or paste buffer for communication. Using print mode and always resume last means you can’t have parallel systems going.