Перейти к содержимому

Все команды

chimera memory

Curated long-term memory.

Подкоманды

chimera memory add

Remember a fact (ADD / UPDATE / NOOP, deduped).

Аргументы

  • CONTENTstrобязательный

    The fact to remember.

Параметры

  • --keystr

    Optional dedup key.

  • --personaboolean

    Store as a persona fact (part of the cross-session profile).

chimera memory consolidate

Merge clusters of similar memories into one LLM-summarised fact (opt-in write).

Параметры

  • --thresholdfloatпо умолчанию: 0.5

    Similarity (Jaccard) to cluster facts; lower = merges more.

chimera memory graph

Build an entity-relation graph from long-term memory and show it.

Параметры

  • --entity, -estr

    Show relations for one entity.

chimera memory list

List all memory items.

Параметры

У этой команды нет параметров.

chimera memory profile

Show the consolidated cross-session user profile (persona facts).

Параметры

У этой команды нет параметров.

chimera memory prune

Prune low-value memory under a budget. Dry-run by default; persona/profile facts are never pruned.

Параметры

  • --maxintпо умолчанию: 50

    Keep the N highest-value memories.

  • --applyboolean

    Actually delete. Default is a dry-run preview (no data lost).