Docs

Reliable by Design ยท 05.05

Objectives & Acceptance Checks

How a run-scoped Objective declares the acceptance checks that define done, verified against real outputs rather than a self-report.

Objectives

Declaring what 'done' means before you run

agentis.workflow.scope attaches a run-scoped Objective to a workflow โ€” the acceptance checks that will be evaluated after the run settles. This is what gives the SWIFT verdict engine something concrete to probe: without a declared Objective, "did this work" has no answer beyond topology. With one, it has a real, checkable one.

"Goal" is deliberately reserved for a future, longer-lived agent/app tier. A run-scoped intent is always called an Objective in Agentis โ€” not because the words differ much, but because the platform never wants the two concepts to blur.

Continue