OpenAI Agents API
developers.openai.com
OpenAI Agents API
1–10 of 201 posts
Re: OpenAI Agents API
#2Re: OpenAI Agents API
#3Re: OpenAI Agents API
#4Why would you choose api vs sdk . Sdk in a sandbox feels much better .
Re: OpenAI Agents API
#5Re: OpenAI Agents API
#6Why would you choose api vs sdk . Sdk in a sandbox feels much better .
Re: OpenAI Agents API
#7It offers three settings:
enabled: Allow outbound access. This is the
default unless you inherit a template policy.
disabled: Block outbound access.
restricted: Allow only the hosts listed in allowed_domains.
Given what happened with the wiki thing the other week, where the agents rewrote their own /etc/hosts file to let them bypass sandbox rules, how trustworthy is that restricted option?Re: OpenAI Agents API
#8Why would you choose api vs sdk . Sdk in a sandbox feels much better .
https://developers.openai.com/api/docs/guides/agents#compare...
I’m trying to understand the use case but it seems weird middle ground in a way .
Re: OpenAI Agents API
#9What I want (which I don’t think exists?) is a way to trigger turns that the user can monitor in the codex application. I.e., when event X happens, my application triggers Codex to take a turn with input Y, which the user can monitor through codex. Right now the only way to get close to this is with polling or essentially rewriting a codex-like frontend.