mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-13 19:24:18 +01:00
* Ability to run by categories Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com> * always use Path.cwd() Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com> --------- Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
Agent Communication Protocol - Python Client
Python client for Agent Communication Protocol. This client simplifies the communication with the agent.
Installation
pip install agent-protocol-client
Getting Started
You can find simple usage in the example here.
For more functionalities look at the API docs.