spent the weekend exploring the new agents sdk — built a simple multi-llm call workflow and shared my first impressions the code example put together guardrails & streaming too!
the code example puts together guardrails & streaming too!
thoughts:
- “agents as tools” vs “handoffs”
- the built-in traces ui is outstanding
- guardrails and streaming outputs: room for improvement?
- sometimes handoffs don’t stick
- potential latency bottlenecks
- the
RECOMMENDED_PROMPT_PREFIX
feels … fragile
more here: Gabriel Chua - OpenAI Agents SDK: First Thoughts
code here: GitHub - gabrielchua/oai-agents-example