API & UI for learning about Agents, Tools, and Personas
The easiest way to run the server locally is to use Docker. Execute the following command to build and run the application:
docker-compose up --build
The API will be running at http://localhost:8000 The UI will be running at http://localhost:5173
Each folder UI and API has its own README.md file with installation instructions. There is a section in /ui/vite.config.ts that needs to be commented in for non-docker setup.
The API will be running at http://localhost:8000 The UI will be running at http://localhost:5173
The API requires the following environment variables to be set in the api/.env file
OPENAI_API_KEY=your_openai_api_key
TAVILY_API_KEY=your_tavily_api_key