5 comments

  • dragonfax37 minutes 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. <a href="https:&#x2F;&#x2F;code.claude.com&#x2F;docs&#x2F;en&#x2F;agent-teams" rel="nofollow">https:&#x2F;&#x2F;code.claude.com&#x2F;docs&#x2F;en&#x2F;agent-teams</a><p>They can rack up some extra tokens if you leave agents going idle. Because they loop, checking for new messages for them.<p>This fellow reverse-engineered exactly how it works and then abstracted the pattern into an MCP server that any Harness&#x2F;agent can use. <a href="https:&#x2F;&#x2F;github.com&#x2F;cs50victor&#x2F;claude-code-teams-mcp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cs50victor&#x2F;claude-code-teams-mcp</a>
  • scalefirst1 hour ago
    Have you seen <a href="https:&#x2F;&#x2F;www.roborev.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.roborev.io&#x2F;</a> from Wes McKinney?
  • swingboy1 hour ago
    I put together a skill to do this with OpenCode and the GitHub Copilot provider. Works pretty well.
  • pitched1 hour 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.
  • glashatay1 hour ago
    [dead]