Skip to content

A simple client and CLI for testing agents built with the Sentient Agent Framework.

License

Notifications You must be signed in to change notification settings

sentient-agi/Sentient-Agent-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homepage Twitter Follow Discord

Sentient Agent Client

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.

Installation

Clone the repository

git clone https://github.com/sentient-agi/Sentient-Agent-Client.git

Usage

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.

1. Create Python virtual environment

python3 -m venv .venv

2. Activate Python virtual environment

source .venv/bin/activate

3. Install the dependencies

pip install -r requirements.txt

4. Run the client with your agent's URL

python3 -m src.sentient_agent_client --url http://0.0.0.0:8000/assist

Follow the instructions and query away!

About

A simple client and CLI for testing agents built with the Sentient Agent Framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages