A simple client and CLI for testing agents built with the Sentient Agent Framework. Connects to an agent via SSE and consumes the Sentient Chat events that the agents serves.
Clone the repository
git clone https://github.com/sentient-agi/Sentient-Agent-Client.git
Note
These instructions are for unix-based systems (i.e. MacOS, Linux). Before you proceed, make sure that you have installed python
and pip
. If you have not, follow these instructions to do so.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python3 -m src.sentient_agent_client --url http://0.0.0.0:8000/assist
Follow the instructions and query away!