-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
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...
-
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
-
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
-
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.
-
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.
Related posts
-
SpaceXAI's Grok 4.6 Scores 61 on the Artificial Analysis Intelligence Index
-
Show HN: Agent-hop – hit a limit, keep the same chat going in another agent
-
Paseo: Open-source desktop and mobile app for TUI coding agents (Codex, CC)
-
Claude Cowork on Windows and Linux: How to Run It in 2026
-
Paseo: Orchestrate coding agents from your desk and your phone