Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

memory

Rust AI Agent SDK Memory system for PraisonAI This module provides memory abstractions for agents. Memory stores conversation history and can be extended with long-term storage.

Import

use praisonai::memory::*;

Classes

ConversationHistory

Conversation history storage

InMemoryAdapter

In-memory adapter (default)

Memory

Memory manager for agents

MemoryAdapter

Trait for memory adapters

Rust Memory

Rust Sessions

Rust Knowledge