FastAPI meets OAI Agents SDK. An exploration.
Exploring different patterns and capabilities of the Agents SDK through Fast API.
- Focused on multi-agent orchestration and a personal assistant pattern.
- [] Agents as Tools vs Handoffs.
- [] Memory Assistant.
- [] I/O agent patterns: one agent for input and output?
- [] Voice
- [] Text
source .venv/bin/activate - activate venv
uv add {package-name} - add package
uv install - install dependencies