agentx-python 0.3.2__tar.gz → 0.3.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.3.2/agentx_python.egg-info → agentx_python-0.3.3}/PKG-INFO +2 -2
- {agentx_python-0.3.2 → agentx_python-0.3.3}/README.md +1 -1
- {agentx_python-0.3.2 → agentx_python-0.3.3/agentx_python.egg-info}/PKG-INFO +2 -2
- {agentx_python-0.3.2 → agentx_python-0.3.3}/setup.py +1 -1
- {agentx_python-0.3.2 → agentx_python-0.3.3}/LICENSE +0 -0
- {agentx_python-0.3.2 → agentx_python-0.3.3}/agentx/__init__.py +0 -0
- {agentx_python-0.3.2 → agentx_python-0.3.3}/agentx/agentx.py +0 -0
- {agentx_python-0.3.2 → agentx_python-0.3.3}/agentx/resources/__init__.py +0 -0
- {agentx_python-0.3.2 → agentx_python-0.3.3}/agentx/resources/agent.py +0 -0
- {agentx_python-0.3.2 → agentx_python-0.3.3}/agentx/resources/conversation.py +0 -0
- {agentx_python-0.3.2 → agentx_python-0.3.3}/agentx/util.py +0 -0
- {agentx_python-0.3.2 → agentx_python-0.3.3}/agentx/version.py +0 -0
- {agentx_python-0.3.2 → agentx_python-0.3.3}/agentx_python.egg-info/SOURCES.txt +0 -0
- {agentx_python-0.3.2 → agentx_python-0.3.3}/agentx_python.egg-info/dependency_links.txt +0 -0
- {agentx_python-0.3.2 → agentx_python-0.3.3}/agentx_python.egg-info/requires.txt +0 -0
- {agentx_python-0.3.2 → agentx_python-0.3.3}/agentx_python.egg-info/top_level.txt +0 -0
- {agentx_python-0.3.2 → agentx_python-0.3.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: agentx-python
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: Offical 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
|
|
@@ -23,7 +23,7 @@ Dynamic: requires-dist
|
|
|
23
23
|
Dynamic: requires-python
|
|
24
24
|
Dynamic: summary
|
|
25
25
|
|
|
26
|
-

|
|
27
27
|
|
|
28
28
|
[](https://pypi.org/project/agentx-python/)
|
|
29
29
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: agentx-python
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: Offical 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
|
|
@@ -23,7 +23,7 @@ Dynamic: requires-dist
|
|
|
23
23
|
Dynamic: requires-python
|
|
24
24
|
Dynamic: summary
|
|
25
25
|
|
|
26
|
-

|
|
27
27
|
|
|
28
28
|
[](https://pypi.org/project/agentx-python/)
|
|
29
29
|
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="agentx-python",
|
|
5
|
-
version="0.3.
|
|
5
|
+
version="0.3.3", # Update this version number each time you make a release
|
|
6
6
|
packages=find_packages(),
|
|
7
7
|
install_requires=[
|
|
8
8
|
"urllib3>=1.26.11",
|
|
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
|