1 repository
Protocol-based interfaces for sending commands to specific agent conversation threads.
Distinct from Webhook-Triggered Command Execution: Shortlist candidates focus on OS threads or hardware commands, not conversation-scoped agent run commands.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Agent Thread Command Interfaces. Refine with filters or upvote what's useful.
This project provides a translation layer and set of adapters designed to bridge AI agents with the Model Context Protocol. It functions as an integration layer that allows agents to operate as protocol-compliant servers and enables the conversion of protocol-based tools into formats compatible with agent frameworks and logic graphs. The adapters facilitate tool interoperability by wrapping external protocol tools for use within agent workflows and exposing internal agent capabilities to any client implementing the Model Context Protocol. This creates a communication bridge that supports inte
Sends scoped protocol commands to agent threads via HTTP or WebSockets to trigger actions like starting runs.