Using Streamlit to demo simple code agent using OpenAI Agents SDK and llm-sandbox under the hood.
- install Python 3.12.*
- install Poetry
- run
poetry install - generate
.envbased on.env.exampleand fill in environment variables- Langfuse(highly recommended): for easier trace tracking and debugging
- OpenAI API Key
- run
poetry run streamlit run app.py