Metadata-Version: 2.1
Name: agent-protocol-client
Version: 1.0.2
Summary: Agent Communication Protocol Client
Home-page: https://agentprotocol.ai/
License: MIT
Author: AI Engineers Foundation
Author-email: aiengineersfoundation@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aenum (>=3.1.11)
Requires-Dist: aiohttp (>=3.8.4)
Requires-Dist: pydantic (>=1.10.5,<2.0.0)
Requires-Dist: python-dateutil (>=2.8.2)
Requires-Dist: urllib3 (>=1.25.3)
Project-URL: Bug Tracker, https://github.com/AI-Engineers-Foundation/agent-protocol/issues
Project-URL: Repository, https://github.com/AI-Engineers-Foundation/agent-protocol/tree/main/packages/client/python
Description-Content-Type: text/markdown

# Agent Communication Protocol - Python Client

Python client for Agent Communication Protocol. This client simplifies the communication with the agent.

## Installation

```bash
pip install agent-protocol-client
```

## Getting Started

You can find simple usage in the example [here](./examples/minimal.py).

For more functionalities look at the [API docs](./docs/AgentApi.md).

