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.

InMemoryAdapter

Defined in the memory module.
Rust AI Agent SDK In-memory adapter (default)

Fields

NameTypeDescription
historyConversationHistory-

Methods

new

fn new(max_messages: usize) -> Self
Create a new in-memory adapter Parameters:
NameType
max_messagesusize

Source

View on GitHub

praisonai/src/memory/mod.rs at line 101

Rust Memory

Rust Sessions

Rust Knowledge