-
Create an
.env
file in the root directory with the following variables:OPENAI_API_KEY=your_key_here
Note: Your OpenAI API key will need read/write permissions as this project uses the OpenAI Agents SDK.
-
For observability (optional), you can also include:
LANGFUSE_SECRET_KEY=your_secret_key LANGFUSE_PUBLIC_KEY=your_public_key LANGFUSE_HOST=your_langfuse_host
Install the required dependencies:
pip install -r requirements.txt
python3 entrypoint.py
To run with Langfuse observability (requires the relevant environment variables):
python3 entrypoint.py -o