Skip to main content
This example uses examples/python/agent_deployments/openai_agents_job/nullspace.agent.toml to package an OpenAI Agents SDK app, run it as a finite job, and collect declared outputs.

Setup

CLI

Expected output includes a successful run status and output metadata for result.json plus reports/summary.md.

Config

Python

The companion run.py script uses the same deployment contract through the SDK:
Run the complete script:
Related: OpenAI Agents SDK and Agent Deployments.