logoalt Hacker News

Show HN: A lightweight way to make agents talk without paying for API usage

20 pointsby juanpabloajtoday at 12:21 AM5 commentsview on HN

Comments

dragonfaxtoday at 3:13 AM

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

scalefirsttoday at 2:33 AM

Have you seen https://www.roborev.io/ from Wes McKinney?

show 1 reply
swingboytoday at 2:15 AM

I put together a skill to do this with OpenCode and the GitHub Copilot provider. Works pretty well.

pitchedtoday at 2:26 AM

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.

theoperatoraitoday at 4:05 AM

[dead]

glashataytoday at 2:47 AM

[dead]