Top Level Namespace

Defined Under Namespace

Modules: Ask Classes: ApplicationAgent, CreateAskAuditLogs, CreateAskState

Constant Summary collapse

ASK_STATE =

Shared key-value state store for agent sessions and graph checkpoints. Uses the ask_state table created by the migration.

Ask::State::PostgreSQL.new(
  table_name: :ask_state
)