This is a collection of applications that demonstrate how Baserun is used.
- Clone this repo
poetry install
- Create a .env file with at least two environment variables:
BASERUN_API_KEY
andOPENAI_API_KEY
In the agent/
module there is a basic autonomous agent built using langchain. To execute, run python agent/main.py
.
In the chatbot/
module there is a basic implementation of a customer service chatbot. To execute,
run python chatbot/main.py