agentx-python 0.4.3__tar.gz → 0.4.8__tar.gz

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: agentx-python
3
- Version: 0.4.3
3
+ Version: 0.4.8
4
4
  Summary: Official Python SDK for AgentX (https://www.agentx.so/)
5
5
  Home-page: https://github.com/AgentX-ai/AgentX-python-sdk
6
6
  Author: Robin Wang and AgentX Team
@@ -48,7 +48,7 @@ Why build AI agent with AgentX?
48
48
  - Multi-agent workforce orchestration.
49
49
  - Multiple agents working together with a designated manager agent.
50
50
  - Cross LLM vendor, multi-agent orchestration.
51
- - A2A - agent to agent protocol
51
+ - A2A - agent to agent protocol (coming soon)
52
52
 
53
53
  ## Installation
54
54
 
@@ -19,7 +19,7 @@ Why build AI agent with AgentX?
19
19
  - Multi-agent workforce orchestration.
20
20
  - Multiple agents working together with a designated manager agent.
21
21
  - Cross LLM vendor, multi-agent orchestration.
22
- - A2A - agent to agent protocol
22
+ - A2A - agent to agent protocol (coming soon)
23
23
 
24
24
  ## Installation
25
25
 
@@ -0,0 +1 @@
1
+ VERSION = "0.4.8"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentx-python
3
- Version: 0.4.3
3
+ Version: 0.4.8
4
4
  Summary: Official Python SDK for AgentX (https://www.agentx.so/)
5
5
  Home-page: https://github.com/AgentX-ai/AgentX-python-sdk
6
6
  Author: Robin Wang and AgentX Team
@@ -48,7 +48,7 @@ Why build AI agent with AgentX?
48
48
  - Multi-agent workforce orchestration.
49
49
  - Multiple agents working together with a designated manager agent.
50
50
  - Cross LLM vendor, multi-agent orchestration.
51
- - A2A - agent to agent protocol
51
+ - A2A - agent to agent protocol (coming soon)
52
52
 
53
53
  ## Installation
54
54
 
@@ -1 +0,0 @@
1
- VERSION = "0.4.3"
File without changes
File without changes
File without changes