Metadata-Version: 2.1
Name: agentx-python
Version: 0.1
Summary: Offical Python SDK for AgentX (https://www.agentx.so/)
Home-page: https://github.com/AgentX-ai/AgentX-python-sdk
Author: Robin Wang and AgentX Team
Author-email: contact@agentx.so
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: urllib3 >=1.26.11
Requires-Dist: certifi

# AgentX Python SDK

This is a python SDK for AgentX (https://www.agentx.so/)

## Installation

```bash
pip install --upgrade agentx-python
```

## Usage

```
from agentx_python import agent
print(agent.get_agent("your-agent-id-here"))
```
