agent-mcp 0.1.0__py3-none-any.whl → 0.1.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agent-mcp
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: A bridge agent to enable agents with Model Context Protocol capabilities to be added to a Multi-agent Collaboration Network (MCN) to run on a Multi-agent Collaboration Platform (MCP)
5
5
  Home-page: https://github.com/geniusgeek/agent-mcp
6
6
  Author: Samuel Ekpe
@@ -52,17 +52,17 @@ class MyAgent:
52
52
 
53
53
  ## What is AgentMCP?
54
54
 
55
- AgentMCP is a revolutionary Multi-agent Collaboration Platform (MCP) that implements the Model Context Protocol (MCP) to enable seamless collaboration between AI agents. With a single decorator, developers can transform any agent into an MCP-compatible agent that can participate in the Multi-agent Collaboration Network (MCN).
55
+ AgentMCP is a revolutionary Multi-agent Collaboration Platform (MCP) that implements the Model Context Protocol (MCP) to enable seamless collaboration between AI agents. With a single decorator, developers can transform any agent into an MCP-compatible agent that can participate in the Multi-Agent Collaboration Network (MACNet).
56
56
 
57
57
  ### 🎯 One Decorator = Infinite Possibilities
58
58
 
59
59
  When you add `@mcp_agent`, your agent instantly becomes:
60
- - 🌐 Connected to the Multi-agent Collaboration Network (MCN)
60
+ - 🌐 Connected to the Multi-Agent Collaboration Network (MACNet)
61
61
  - 🤝 Ready to work with any other agent on the network
62
62
  - 🔌 Framework-agnostic (works with Langchain, CrewAI, Autogen, or any custom implementation)
63
63
  - 🧠 Empowered to communicate, share context, and collaborate with specialized agents globally
64
64
 
65
- No complex setup. No infrastructure headaches. Just one line of code to join the world's largest AI agent collaboration network!
65
+ No complex setup. No infrastructure headaches. Just one line of code to join the world's first AI multi-agent collaboration network (MAC-Network)!
66
66
 
67
67
  ### 💡 It's Like Uber for AI Agents
68
68
 
@@ -180,7 +180,7 @@ class MyMLAgent:
180
180
  def predict(self, data):
181
181
  return self.model.predict(data)
182
182
 
183
- # Add one line to join the network
183
+ # Add one line to join the MAC network
184
184
  @mcp_agent(name="MLPredictor")
185
185
  class NetworkEnabledMLAgent(MyMLAgent):
186
186
  pass # That's it! All methods become available to other agents
@@ -202,7 +202,7 @@ results = await my_agent.collaborate({
202
202
 
203
203
  ## 🔗 Network API
204
204
 
205
- ### 🌐 Global Agent Network
205
+ ### 🌐 Global Agent Network (Multi-Agent Collaboration Network aka MAC Network or MacNet)
206
206
 
207
207
  Your agent automatically joins our hosted network at `https://mcp-server-ixlfhxquwq-ew.a.run.app`
208
208
 
@@ -248,7 +248,7 @@ All of this happens automatically when you use the `@mcp_agent` decorator!
248
248
 
249
249
  ## 🏛 Architecture
250
250
 
251
- ### 🌐 The Network
251
+ ### 🌐 The MAC Network
252
252
 
253
253
  ```mermaid
254
254
  graph TD
@@ -403,7 +403,7 @@ Run `python mcp_features_demo.py` to see a step-by-step demonstration of all MCP
403
403
 
404
404
  This is the best example to start with to understand the core capabilities of MCPAgent.
405
405
 
406
- ### 2. Agent Network
406
+ ### 2. The Internet of AI Agents (Agent Network)
407
407
 
408
408
  Run `python agent_network_example.py` to start an interactive agent network example:
409
409
  - Simulates a social network of agents
@@ -0,0 +1,5 @@
1
+ agent_mcp-0.1.1.dist-info/METADATA,sha256=I4DFLk5-UMaqDhCyS65onPHkbtujdNbcT2waHt1j44M,14447
2
+ agent_mcp-0.1.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
3
+ agent_mcp-0.1.1.dist-info/entry_points.txt,sha256=6wJ3TtpqqkX4cL5kz1ZUCc7f8xUI7bUbDk4oSXMQswE,61
4
+ agent_mcp-0.1.1.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
+ agent_mcp-0.1.1.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- agent_mcp-0.1.0.dist-info/METADATA,sha256=NEQQA5P-eE3oo2ncarW9OGO1LQREM-SjmJN5VusVrRc,14325
2
- agent_mcp-0.1.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
3
- agent_mcp-0.1.0.dist-info/entry_points.txt,sha256=6wJ3TtpqqkX4cL5kz1ZUCc7f8xUI7bUbDk4oSXMQswE,61
4
- agent_mcp-0.1.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
- agent_mcp-0.1.0.dist-info/RECORD,,