AutoGPT/benchmark/agent_protocol_client
merwanehamadi b4401cd409
add benchmark endpoints mock (#5221)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-09-15 08:48:12 -07:00
..
agent_protocol_client add benchmark endpoints mock (#5221) 2023-09-15 08:48:12 -07:00
README.md add benchmark endpoints mock (#5221) 2023-09-15 08:48:12 -07:00
pyproject.toml add benchmark endpoints mock (#5221) 2023-09-15 08:48:12 -07:00

README.md

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.