diff --git a/README.md b/README.md index 3535ade..1a4d29a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,25 @@ This project offers a template for you to easily build and run your own agents u +### Quickstart +Run directly in python + +```sh +echo 'OPENAI_API_KEY=your_openai_api_key' >> .env +pip install -r requirements.txt +python run_service.py + +# In another shell +streamlit run streamlit_app.py +``` + +Run with docker + +```sh +echo 'OPENAI_API_KEY=your_openai_api_key' >> .env +docker compose watch +``` ### Architecture Diagram