agentx-python 0.4.2__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.2
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
@@ -33,7 +33,7 @@ Dynamic: summary
33
33
 
34
34
  ---
35
35
 
36
- ## Fast way to build AI Agents and create agent workforce
36
+ ## a fast way to build AI Agents and create agent workforce
37
37
 
38
38
  The official AgentX Python SDK for [AgentX](https://www.agentx.so/)
39
39
 
@@ -47,7 +47,8 @@ Why build AI agent with AgentX?
47
47
  - Support RAG with built-in re-rank.
48
48
  - Multi-agent workforce orchestration.
49
49
  - Multiple agents working together with a designated manager agent.
50
- - Cross vendor LLM orchestration.
50
+ - Cross LLM vendor, multi-agent orchestration.
51
+ - A2A - agent to agent protocol (coming soon)
51
52
 
52
53
  ## Installation
53
54
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  ---
6
6
 
7
- ## Fast way to build AI Agents and create agent workforce
7
+ ## a fast way to build AI Agents and create agent workforce
8
8
 
9
9
  The official AgentX Python SDK for [AgentX](https://www.agentx.so/)
10
10
 
@@ -18,7 +18,8 @@ Why build AI agent with AgentX?
18
18
  - Support RAG with built-in re-rank.
19
19
  - Multi-agent workforce orchestration.
20
20
  - Multiple agents working together with a designated manager agent.
21
- - Cross vendor LLM orchestration.
21
+ - Cross LLM vendor, multi-agent orchestration.
22
+ - A2A - agent to agent protocol (coming soon)
22
23
 
23
24
  ## Installation
24
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.2
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
@@ -33,7 +33,7 @@ Dynamic: summary
33
33
 
34
34
  ---
35
35
 
36
- ## Fast way to build AI Agents and create agent workforce
36
+ ## a fast way to build AI Agents and create agent workforce
37
37
 
38
38
  The official AgentX Python SDK for [AgentX](https://www.agentx.so/)
39
39
 
@@ -47,7 +47,8 @@ Why build AI agent with AgentX?
47
47
  - Support RAG with built-in re-rank.
48
48
  - Multi-agent workforce orchestration.
49
49
  - Multiple agents working together with a designated manager agent.
50
- - Cross vendor LLM orchestration.
50
+ - Cross LLM vendor, multi-agent orchestration.
51
+ - A2A - agent to agent protocol (coming soon)
51
52
 
52
53
  ## Installation
53
54
 
@@ -1 +0,0 @@
1
- VERSION = "0.4.2"
File without changes
File without changes
File without changes