Just shipped Deep MCP Agent v0.5.0 — a framework for building model-agnostic AI agents that run entirely on MCP tools over HTTP/SSE, no custom SDKs or glue code.
The new release adds Cross-Agent Communication — agents can now call each other like tools.
Each peer agent becomes an ask_agent_<name> tool, or you can broadcast_to_agents for parallel reasoning and consensus.
cryxnet•1h ago
The new release adds Cross-Agent Communication — agents can now call each other like tools. Each peer agent becomes an ask_agent_<name> tool, or you can broadcast_to_agents for parallel reasoning and consensus.