Ir para o conteúdo

All commands

chimera memory

Curated long-term memory.

Subcommands

chimera memory add

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

Arguments

  • CONTENTstrrequired

    The fact to remember.

Options

  • --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).

Options

  • --thresholdfloatdefault: 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.

Options

  • --entity, -estr

    Show relations for one entity.

chimera memory list

List all memory items.

Options

This command takes no options.

chimera memory profile

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

Options

This command takes no options.

chimera memory prune

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

Options

  • --maxintdefault: 50

    Keep the N highest-value memories.

  • --applyboolean

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