Skip to content

SessionState

reference
1 min readUpdated

Kind: Type

Source: atloria-monorepo/libs/agent-core/src/session/types.ts

Current state of the session.

  • idle: waiting for user input
  • running: agent is processing
  • completed: session ended normally
  • error: session ended with an error

Definition

ts
'idle' | 'running' | 'completed' | 'error'

Was this page helpful?

Download as PDF