There’s been some discussion around interoperability in this space (for example: https://github.com/github/copilot-sdk/issues/377). In practice, integrating across agent ecosystems still often means writing custom adapters or relying on different language-specific libraries in each project.
MeshAway is a plug-and-play bridge that lets Copilot SDK communicate with ACP agents beyond Copilot CLI. The goal is to keep this layer minimal so developers can use different CLI agents without rewriting their stack. It also includes an optional web interface (hub) for debugging sessions and trying prompts in a playground.
Curious if others are running into this fragmentation problem and how you’re approaching interoperability today.
GitHub: https://github.com/offbeatport/meshaway
Would love your thoughts!