agent-mcp 0.1.5__py3-none-any.whl → 0.1.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- agent_mcp/__init__.py +1 -1
- {agent_mcp-0.1.5.dist-info → agent_mcp-0.1.6.dist-info}/METADATA +9 -4
- {agent_mcp-0.1.5.dist-info → agent_mcp-0.1.6.dist-info}/RECORD +6 -6
- {agent_mcp-0.1.5.dist-info → agent_mcp-0.1.6.dist-info}/WHEEL +0 -0
- {agent_mcp-0.1.5.dist-info → agent_mcp-0.1.6.dist-info}/entry_points.txt +0 -0
- {agent_mcp-0.1.5.dist-info → agent_mcp-0.1.6.dist-info}/top_level.txt +0 -0
agent_mcp/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-mcp
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.6
|
|
4
4
|
Summary: The Universal System for AI Agent Collaboration - Connect any AI agent to every other agent
|
|
5
5
|
Home-page: https://github.com/grupa-ai/agent-mcp
|
|
6
6
|
Author: GrupaAI
|
|
@@ -264,7 +264,7 @@ AgentMCP handles the complexities behind the scenes:
|
|
|
264
264
|
- **Framework Freedom**: Use the AI frameworks you know and love.
|
|
265
265
|
- **Zero Config Networking**: Focus on agent logic, not infrastructure.
|
|
266
266
|
- **Simple API**: Primarily interacts through the `@mcp_agent` decorator and task definitions.
|
|
267
|
-
- **Adapters for Popular Frameworks**: Built-in support for Langchain, CrewAI, Autogen, LangGraph
|
|
267
|
+
- **Adapters for Popular Frameworks**: Built-in support for Langchain, CrewAI, Autogen, LangGraph, LlamaIndex, Pydantic AI, Microsoft Agent Framework, CAMEL, and more.
|
|
268
268
|
- **Asynchronous & Scalable Architecture**: Built on FastAPI for high performance.
|
|
269
269
|
- **Multi-Provider Support**: Seamlessly switch between OpenAI, Gemini, Claude, and Agent Lightning.
|
|
270
270
|
- **Cost Optimization**: Automatic 80-90% cost reduction through intelligent routing.
|
|
@@ -287,12 +287,17 @@ AgentMCP is designed for broad compatibility:
|
|
|
287
287
|
- ✨ **OpenAI GPT** - Full OpenAI SDK integration
|
|
288
288
|
- ✨ **Google Gemini** - Complete Google AI integration
|
|
289
289
|
- ✨ **Anthropic Claude** - Full Claude API integration
|
|
290
|
+
- ✨ **LlamaIndex** - Production-ready RAG and document processing
|
|
291
|
+
- ✨ **Pydantic AI** - Type-safe, FastAPI-like agent framework
|
|
292
|
+
- ✨ **Microsoft Agent Framework** - Semantic Kernel + AutoGen unified platform
|
|
293
|
+
- ✨ **A2A Protocol** - Google's Agent-to-Agent communication standard
|
|
294
|
+
- ✨ **CAMEL** - Communicative Agents for Mind Exploration and Learning
|
|
290
295
|
- ✨ **Multi-Provider Orchestration** - Mix and match any AI providers
|
|
291
296
|
|
|
292
297
|
**Coming Soon:**
|
|
293
298
|
|
|
294
|
-
- 🔜
|
|
295
|
-
- 🔜
|
|
299
|
+
- 🔜 Additional framework integrations
|
|
300
|
+
- 🔜 Enhanced protocol support
|
|
296
301
|
|
|
297
302
|
*AgentMCP acts as a universal connector, enabling agents from different ecosystems to work together seamlessly.*
|
|
298
303
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
agent_mcp/__init__.py,sha256=
|
|
1
|
+
agent_mcp/__init__.py,sha256=16UBARj_FvmTlN3VEA43sOzRuQTb8zTPYP8FonrAlWk,1774
|
|
2
2
|
agent_mcp/a2a_protocol.py,sha256=F9gJtTkcyBrtd-5LHIPMmG-yWJvF07YQI8gt36dHf7o,12133
|
|
3
3
|
agent_mcp/agent_lightning_library.py,sha256=fuilPxfoZHGIXcVi5ALdsmlUuDtes8dOZHdNBVVBYB4,8080
|
|
4
4
|
agent_mcp/camel_mcp_adapter.py,sha256=dMUHlkPpPRx2AAqr-SW2sMGmBNqHJU1rP7jSX5tq4bo,27339
|
|
@@ -55,8 +55,8 @@ demos/workflows/simplified_autonomous_demo.py,sha256=VN1X9_z3sIyndkH1dICT_0Pu7AU
|
|
|
55
55
|
functions/main.py,sha256=KvbjSq2DQsFAnRpSzt_6Lr8sFbQ_T9AZ7XAaVFOYkoI,5844
|
|
56
56
|
functions/mcp_network_server.py,sha256=1lAhd4TZs882Bhkmm0pa1l2X84mXaZs4fEIu4icwVxs,21738
|
|
57
57
|
functions/utils.py,sha256=vR0R34ma84rp7zovlsawmffav6ZHsW6K6nrp9GlM9bk,2059
|
|
58
|
-
agent_mcp-0.1.
|
|
59
|
-
agent_mcp-0.1.
|
|
60
|
-
agent_mcp-0.1.
|
|
61
|
-
agent_mcp-0.1.
|
|
62
|
-
agent_mcp-0.1.
|
|
58
|
+
agent_mcp-0.1.6.dist-info/METADATA,sha256=JFPPOGsdNk08rl3TRLYi6W_s60ba4j_OlD0zJZjuCaQ,17007
|
|
59
|
+
agent_mcp-0.1.6.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
60
|
+
agent_mcp-0.1.6.dist-info/entry_points.txt,sha256=RAf2nCunsQBHPkMIXSO16ElkHRUOOEYw6IWFRJPsdBY,115
|
|
61
|
+
agent_mcp-0.1.6.dist-info/top_level.txt,sha256=sxddPYaKyfJdF_J7-yFNSeMjMat0WQUcYB91f9g6RYM,26
|
|
62
|
+
agent_mcp-0.1.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|