Skip to main content
This example uses examples/python/agent_deployments/minimal_job/nullspace.agent.toml to package a small Python project, run it as a job, and collect declared outputs.

Setup

CLI

Expected output includes a successful run status, a stdout line beginning with minimal job wrote result.json, and output metadata for result.json plus reports/summary.txt.

Python

The companion run.py script uses the same deployment contract through the SDK:
Run the complete script:

Project Files

Related: Agent Deployments and CLI reference.