Skip to main content
Persist agent state to resume sessions and maintain context across runs.
The user runs the agent again; stored memory and checkpoints avoid repeating earlier steps.

What Gets Persisted

  • Memory: Conversation history and context
  • Session State: Current task progress
  • Checkpoints: Intermediate results
  • Configuration: Agent settings

Quick Start

1

Simple Usage

2

With Configuration

Persistence Backends

CLI Session Resume

praisonai session resume <id> is a first-class restore — it brings back chat history, model, and agent name. Use a follow-up prompt to continue immediately:
See Session Command for the full reference including --transcript and cross-store lookup behaviour.

Database Setup

Configure backends

Session Resume

Resume sessions