agentx-python 0.4.2__tar.gz → 0.4.3__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.
- {agentx_python-0.4.2 → agentx_python-0.4.3}/PKG-INFO +4 -3
- {agentx_python-0.4.2 → agentx_python-0.4.3}/README.md +3 -2
- agentx_python-0.4.3/agentx/version.py +1 -0
- {agentx_python-0.4.2 → agentx_python-0.4.3}/agentx_python.egg-info/PKG-INFO +4 -3
- agentx_python-0.4.2/agentx/version.py +0 -1
- {agentx_python-0.4.2 → agentx_python-0.4.3}/LICENSE +0 -0
- {agentx_python-0.4.2 → agentx_python-0.4.3}/agentx/__init__.py +0 -0
- {agentx_python-0.4.2 → agentx_python-0.4.3}/agentx/agentx.py +0 -0
- {agentx_python-0.4.2 → agentx_python-0.4.3}/agentx/resources/__init__.py +0 -0
- {agentx_python-0.4.2 → agentx_python-0.4.3}/agentx/resources/agent.py +0 -0
- {agentx_python-0.4.2 → agentx_python-0.4.3}/agentx/resources/conversation.py +0 -0
- {agentx_python-0.4.2 → agentx_python-0.4.3}/agentx/resources/workforce.py +0 -0
- {agentx_python-0.4.2 → agentx_python-0.4.3}/agentx/util.py +0 -0
- {agentx_python-0.4.2 → agentx_python-0.4.3}/agentx_python.egg-info/SOURCES.txt +0 -0
- {agentx_python-0.4.2 → agentx_python-0.4.3}/agentx_python.egg-info/dependency_links.txt +0 -0
- {agentx_python-0.4.2 → agentx_python-0.4.3}/agentx_python.egg-info/requires.txt +0 -0
- {agentx_python-0.4.2 → agentx_python-0.4.3}/agentx_python.egg-info/top_level.txt +0 -0
- {agentx_python-0.4.2 → agentx_python-0.4.3}/setup.cfg +0 -0
- {agentx_python-0.4.2 → agentx_python-0.4.3}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentx-python
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.3
|
|
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
|
-
##
|
|
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
|
|
50
|
+
- Cross LLM vendor, multi-agent orchestration.
|
|
51
|
+
- A2A - agent to agent protocol
|
|
51
52
|
|
|
52
53
|
## Installation
|
|
53
54
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
##
|
|
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
|
|
21
|
+
- Cross LLM vendor, multi-agent orchestration.
|
|
22
|
+
- A2A - agent to agent protocol
|
|
22
23
|
|
|
23
24
|
## Installation
|
|
24
25
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
VERSION = "0.4.3"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentx-python
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.3
|
|
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
|
-
##
|
|
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
|
|
50
|
+
- Cross LLM vendor, multi-agent orchestration.
|
|
51
|
+
- A2A - agent to agent protocol
|
|
51
52
|
|
|
52
53
|
## Installation
|
|
53
54
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
VERSION = "0.4.2"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|