Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 582 Bytes

File metadata and controls

13 lines (10 loc) · 582 Bytes

Simple Code Agent

Using Streamlit to demo simple code agent using OpenAI Agents SDK and llm-sandbox under the hood.

Setup

  • install Python 3.12.*
  • install Poetry
  • run poetry install
  • generate .env based on .env.example and fill in environment variables
    • Langfuse(highly recommended): for easier trace tracking and debugging
    • OpenAI API Key
  • run poetry run streamlit run app.py