Skip to content

crisostomi/agent-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Create the conda environment

conda create --name agent python==3.9
conda activate agent

Install all the dependencies

pip install -r requirements.txt
pip install -e .

Create files key.txt and tavili_key.txt in the home directory of the project. Insert your OpenAI key in the first and your Tavily key in the second.

Usage

Run the server

python server.py

Try sending requests to the server from notebooks/requests_playground.ipynb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published