- Step1: Clone the GitHub repository to your local machine.
- Step2: Install dependencies with pip install -r requirements.txt.
- Step3: Create a .env file and set your OPENAI_API_KEY.
- Step4: Define your Pydantic models and AI agent functions in app/models and app/agents.
- Step5: Run uvicorn app.main:app --reload to start the FastAPI server.
- Step6: Visit /docs to explore and test your AI endpoints interactively.