Hopefully this kills the need to use the CLI and we can just use the API instead.
OpenAI Agents API
21–30 of 202 posts
Re: OpenAI Agents API
#22What 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.
Re: OpenAI Agents API
#23We built that in my current company and it works wonders to just script entire persistent workflows with a simple SDK.
Re: OpenAI Agents API
#24Since a week or so everything I ask codex to do, no matter how small, uses at least 1% of my weekly limits and like 5% of my 5h limit. It's getting so bad I'm thinking of just canceling my OpenAI subscription, because this has no use anymore.
Check which model you're using, Astra is the new default, but also the most expensive
Looks to me like they really took down the quotas, especially anything in codex. Either that or it's something else, perhaps in codex?
Re: OpenAI Agents API
#25Re: OpenAI Agents API
#26Re: OpenAI Agents API
#27Since a week or so everything I ask codex to do, no matter how small, uses at least 1% of my weekly limits and like 5% of my 5h limit. It's getting so bad I'm thinking of just canceling my OpenAI subscription, because this has no use anymore.
Re: OpenAI Agents API
#28Re: OpenAI Agents API
#29I jumped straight to the section on configuring your sandbox's network access: https://developers.openai.com/api/docs/guides/agents-api/env... It 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 ag…
Re: OpenAI Agents API
#30This is pretty interesting in a lot of non-surface-level ways. I can see OpenAI pushing for this as a sort of more durable moat compared to the now huge number of agentic harnesses that run on your own machine. This might be getting the foot into some sort of bundling as well. Like unrestricted models or custom fine tuned agents inside this and not providing direct APIs to those endpoints. That being said I don't see…
Which is also why they want to remove it from your machine. Call it conspiratorial, but I keep thinking about "You'll own nothing and be happy." It seems like the industry is quickly moving in a direction where devices are turning into gateway into the cloud, and personal computing will turn into a hobby that prices out the average individual.