agent · AVC

Agent states are operational truth.

Offline, idle, observing, reasoning, waiting, executing, blocked, recovering and completed have defined transitions.

Agent lifecycle

Work advances through observable runtime states.

Blocked and recovery paths remain visible beside the happy path.

  1. 01
    Idle

    The agent has identity and health but no active mission.

    complete
  2. 02
    Observing

    Read-only evidence and state are being collected.

    complete
  3. 03
    Reasoning

    The agent is producing a bounded plan or proposal.

    active
  4. 04
    Waiting

    Input, approval or an external dependency is required.

    queued
  5. 05
    Executing

    An authorized capability is running with evidence emission.

    queued
  6. 06
    Recovering

    A failure path is being contained or rolled back.

    queued
  7. 07
    Completed

    Success criteria and outcome evidence have been verified.

    queued
Operational truth

Agent state describes the runtime, not the tone of its last message.

Offline, idle, observing, reasoning, waiting, executing, blocked, recovering and completed have distinct transition meanings.

Wait states

Input and approval waits remain distinguishable.

The operator must know whether the agent lacks context, authority or an external dependency.

Terminal evidence

Completed is reached through verification.

A mission cannot promote itself from blocked or executing to completed without the required outcome evidence.