Orchestration with OpenAI SDK
edit locally
git commit
git push
deploy
Flow
1. User sends input
2. Runner receives input
3. Input guardrails check the request
4. Agent sends prompt to model
5. Model decides: answer OR call a tool
6. Runner executes tool if needed
7. Model produces final response
8. Output guardrails check the response


