New post on the OpenAI Developer Blog: how we use skills for open-source maintenance, from planning and coding to testing and release-readiness checks with GitHub Actions. Hope it's useful for your projects too 🙌
Another OpenAI Agents SDK update:
This has been a long-awaited feature! You can now set a timeout for each model call, and the retry mechanism also handles timeouts.
See openai.github.io/openai-agents-… for details.
I've been running this image generation code example over the past 13 months to track its behavior: github.com/openai/openai-…
The outputs are now dramatically different from what they were back then!
OpenAI Agents SDK for TS now supports Standard Schema.
This means you can use not only Zod, but also any other schema library compatible with the spec, such as Valibot.
See openai.github.io/openai-agents-… for details! 👋