-
Create an
.envfile in the root directory with the following variables:OPENAI_API_KEY=your_key_hereNote: 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.txtpython3 entrypoint.pyTo run with Langfuse observability (requires the relevant environment variables):
python3 entrypoint.py -o