Superprocess
← Platform
Structured agents

Agents that run inside the process.

Type-safe outputs, governed tool access, and model choice per task — not a chatbot bolted on.

SP
Supply Planner Agent
agent · S&OP process
Deployed
Provider options
OpenAI
planning reasoning model
also available
Anthropic Mistral Private LLM
Tool access
4 on · 1 off
SAP
inventory, capacity, orders
Slack
planner questions and approvals
Excel
scenario workbook and assumptions
Optimize API
scenario optimization service
Email
external recipient access
Prompt · NLP
Natural-language task
converted into bounded agent steps at runtime
prompt v4
prompt

You are the supply planning agent for the North America S&OP cycle.

Use approved demand, inventory, capacity, and assumptions sources to compare feasible plans.

Produce three options with service, margin, and expedite-risk tradeoffs.

Summarize the recommendation and wait for planner approval before any system writeback.

retry 3x · 60s timeout planner approval before writeback

Supply planner agent · S&OP process · deployed to production

What agents are

Not chatbots. Process workers.

Bounded tasks inside a declared process — with boundaries, approvals, and a trace.

Not a copilot

Agents execute bounded tasks inside a declared process.

Not a black box

Every call, input, and output is on the trace.

Not prompt-only

Policy, tools, and eval checks ship with the agent.

How teams create one

Define the job before the model reasons.

A versioned unit of work: inputs, outputs, tools, policies, evals, and owners.

Evidence

Documents, records, and context the agent reads.

Tools

APIs and systems the agent can call — scoped and logged.

Output schema

Fields the workflow uses for routing and writeback.

Eval checks

Golden tests that block deploys on regression.

Why this matters

Frameworks make agents easy. Safety takes primitives.

Pydantic, not prose

Every agent returns typed fields your workflow can branch on.

  • Structured output

Only what the process allows

Tool access scoped per agent task — no shadow API calls.

  • Governed tools

Right model per step

Swap providers without rewriting the workflow.

  • Model routing
Agent lifecycle

Draft. Test. Publish. Observe.

Draft

Configure in the designer alongside the process model.

Test

Run against golden cases before publish.

Publish

Versioned with the workflow — diff and promote.

Observe

Trace every run; override feeds evaluation.

Agents your operators can trust.

See a governed agent on a real workflow step.