diff --git a/agent_client/python/README.md b/agent_client/python/README.md index f191f3e..4135be1 100644 --- a/agent_client/python/README.md +++ b/agent_client/python/README.md @@ -1,6 +1,6 @@ # Agent Communication Protocol - Python Client -Python client for Agent Communication Protocol. This client simplifies the communication with the agent. +Python client for Agent Communication Protocol. This client simplifies the communication with the agent. ## Installation ```bash @@ -9,6 +9,6 @@ pip install agent-protocol-client ## Getting Started -You can find simple usage in the example [here](./examples/minimal.py). +You can find simple usage in the example [here](./examples/minimal.py). For more functionalities look at the [API docs](./docs/AgentApi.md).