Skip to content

memory

Memory maintenance CLI handler

Attributes

Classes

Memory

Memory(config: str | None = None)

Bases: BaseCLI

Eleanor framework agent memory CLI tools

CLI base class

Warning

An odd behavior with Fire has been observed where subclasses of BaseCLI take override __init__ and take parameters caus Fire to incorrectly identify self as a required CLI argument.

Parameters:

  • config (str, default: None ) –

    Path to configuration file

Functions

name classmethod
name() -> str
rebuild_all_collections
rebuild_all_collections()

Rebuild memory vectors for all collections

rebuild_collection
rebuild_collection(collection_pkid: str)

Rebuild memory vectors for the given collection