Search documentation

Browse Awaken Agents docs
Docs/Awaken Agentsv1.0.0-dev/Operator guide/Run and governStart, interrupt, or archive a Session
Note·You're reading pre-release documentation (v1.0.0-dev). Interfaces and behavior may change before a stable release.

Operator guide · Run and govern

Start, interrupt, or archive a Session

What this page covers

Start work in a Session, confirm its durable history, interrupt an active Run, or archive the Session as read-only.

Use a Session to start or continue work with one published Agent. Interrupt only when an active Run should stop. Archive only when the history should remain readable but the Session must accept no more input.

Goal

Finish with one Session whose committed messages remain readable after reload. If you archive it, use a new Session for all later work.

What you need nowActionResult
start or continue worksend an event and wait for idlethe new turn joins the same durable history
stop active workchoose Stop runthe Session records an accepted user.interrupt request
keep history but block new inputchoose Archivethe Session remains readable and rejects later events
work again after archivecreate a new Sessionthe archived lifecycle stays closed

Prerequisites

  • a running Awaken AllInOne or equivalent deployment;
  • one validated and published Agent with a resolvable model and credential;
  • access to the Agent and Session surfaces in the same Workspace.

Complete Get started with Awaken first if those conditions are not yet true.

1. Create the Session

Open Sessions, create a Session, and select the published Agent. A Session freezes the selected Agent publication and resolved resources; later draft edits do not change work already attached to it.

2. Send work and confirm committed history

Send a message and wait for the Session to return to its idle interaction state. Reload the page and confirm that messages and tool results remain visible. Treat the reloaded history as the durable record; the live stream shows only what is arriving now.

3. Interrupt active work when necessary

While a Run is active, choose Stop run, then confirm the controlled stop. The Session records a user.interrupt event and displays its acceptance receipt. Interrupt requests a controlled stop; it does not delete the Session or its earlier evidence.

4. Archive work that must become read-only

Choose Archive only after no new input should be accepted. The archived state remains visible and the Session can still be retrieved for inspection. A later event write is rejected instead of silently reopening the lifecycle.

Verify

  • reloading the Session preserves committed messages and tool results;
  • interrupt displays an accepted user.interrupt receipt;
  • archive displays the archived state;
  • an archived Session remains readable and rejects a new event with a conflict.

Troubleshooting

If the table does not resolve the problem, record the Workspace, Agent ID and publication revision, sanitized Session request shape, HTTP status and error code, and correlation ID before contacting support. Do not include tokens, credentials, or message content.

SymptomCheckAction
Session creation is unavailableAgent publication, model resolution, credential readinessRepair the named readiness failure, publish again if the Agent changed, then create a new Session.

Next steps