Skip to content

cyyeh/simple-code-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks