Agent-talk: Enabling coding agents to work together

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
sponsored
  1. agent-talk

    Enabling coding agents to work together

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. dotfiles

    I do something very similar. With some hacky string matching you can detect wether a window is available for reception and get past that.

    I desire a more robust system which injects the events into the harness directly, but haven't found a way that works across systems.

    https://github.com/tcdent/dotfiles/blob/main/bin/agent-messa...

  4. wire

    agent-to-agent comms, no vendor in the middle — telephone-exchange protocol for AI agents. wire dial / wire send / wire pending / wire accept. (by SlanchaAI)

    I find that the real problem tends to be identity and trust across sessions- ideally there are ways to enable zero-knowledge trust between two agents in different environments.

    I develop a similar tool open source tool called wire (wireup.net) https://github.com/SlanchaAi/wire

  5. real-a2a

    p2p is all you need

    With 1. Claude Code does this very well - yet most OSS harness are not great or do naive subagent tasking. But we can then rely on harness orchestrators - Herdr does this very well, so does the Codex app - which counts here due to how it spins up entire threads that another can manage. In both cases a main agent It's to enable the discussion thread between others in a durable interconnected way.

    With 2. we require native adapters in clients. MCP has the necessary things coming down the chain to enable real integrated push events to agents. Push events means bi-direction in-and-out of the agent.

    Look to build your tooling in MCP once it lands! Just sharing my opinion, having built something similar last year. https://github.com/eqtylab/real-a2a

  6. murmur

    Claude Code, Codex, Gemini all on a shared communication bus (by instavm)

    Interestingly we did a version of a shared communication bus over MCP here https://github.com/instavm/murmur

    The idea being mostly to use all of the coding agent subscriptions which are much cheaper than API access in order to delegate tasks, break down into chunks and distribute or even the standard coder/reviewer pattern.

  7. agent-bridge

    A local bridge for bidirectional collaboration between Claude Code and Codex. 连接 Claude Code 与 Codex 的本地实时协作桥接工具。 (by raysonmeng)

    I've been using [agent-bridge](https://github.com/raysonmeng/agent-bridge), which is a Claude <-> Codex channel that works very well.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • SpaceXAI's Grok 4.6 Scores 61 on the Artificial Analysis Intelligence Index

    4 projects | news.ycombinator.com | 12 Aug 2026
  • Show HN: Agent-hop – hit a limit, keep the same chat going in another agent

    2 projects | news.ycombinator.com | 8 Aug 2026
  • Paseo: Open-source desktop and mobile app for TUI coding agents (Codex, CC)

    1 project | news.ycombinator.com | 28 Jul 2026
  • Claude Cowork on Windows and Linux: How to Run It in 2026

    1 project | dev.to | 23 Jul 2026
  • Paseo: Orchestrate coding agents from your desk and your phone

    1 project | news.ycombinator.com | 7 Jul 2026

Did you know that Rust is
the 3rd most popular programming language
based on number of references?