mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-25 08:54:28 +01:00
16 lines
380 B
Markdown
16 lines
380 B
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).
|