Skip to main content

create_dakera_memory_adapter

Function
This function is defined in the factories module.
Factory function to create a Dakera memory adapter. Lazy imports the dakera SDK and creates an adapter that wraps a DakeraClient to implement MemoryProtocol. Dakera is a self-hosted memory server providing decay-weighted vector recall scoped by agent_id.

Signature

Returns

MemoryProtocol
MemoryProtocol adapter instance.

Exceptions

If the dakera SDK is not installed.

Uses

  • ImportError
  • DakeraMemoryAdapter

Source

View on GitHub

praisonaiagents/memory/adapters/factories.py at line 134

Memory Concept

Memory Overview

Memory Configuration

Session Resume