Files
Auto-GPT/benchmark/agent_protocol_client
merwanehamadi 295702867a Ability to run by categories (#5229)
* 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>
2023-09-15 20:04:12 -07:00
..
2023-09-15 08:48:12 -07:00

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.