v0.5.0 #22
cryxnet
announced in
Announcements
v0.5.0
#22
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 Deep MCP Agent v0.5.0 — Cross-Agent Communication Arrives
Release Date: 2025-10-18
Deep MCP Agent 0.5 introduces Cross-Agent Communication, enabling one agent to call another as a tool — no extra servers, no orchestration layers, just pure MCP over HTTP/SSE.
✨ Highlights
Cross-Agent Communication:
Agents can now collaborate through new tools:
ask_agent_<name>– send a message to a specific peer and get its final answer.broadcast_to_agents– query multiple peers in parallel and collect their replies.Plug-and-Play Peers:
Attach any runnable agent (LangChain ReAct, LangGraph, or DeepAgents loop) with:
No Extra Infra: Runs entirely in-process; uses the same MCP tool ecosystem over HTTP/SSE.
🐛 Fixes & Improvements
_runpath added to all tools to satisfyBaseToolrequirements.ConfigDict) for clean, warning-free configuration.📘 Docs & Examples
⚙️ Compatibility
anyio >= 3.0and Pydantic v2.cross_agentsis omitted, nothing changes.GitHub: https://github.com/cryxnet/deepmcpagent
PyPI:
pip install deepmcpagentThis discussion was created from the release v0.5.0.
Beta Was this translation helpful? Give feedback.
All reactions