Skip to content

v1.1.0

Latest

Choose a tag to compare

@Klix927 Klix927 released this 08 Sep 18:41
· 1 commit to 8d0cf27d2e034aa4771a9524fac7571562bcd0ef since this release

agents-memory v1.1.0

Local markdown memory & cross-agent context engine for clankers.
One persistent identity, shared across your agents. Markdown on disk is the source of truth. MCP is a clerk, not a second store.


Highlights

  • Cloud mirror sync: agents-memory remote serve on a host; connect / disconnect / sync --push on workstations. Local files stay the working copy. Chat graves, FTS index, and remote_config.json stay on the machine. See abi/REMOTE.md.
  • Hybrid search: search_memory does exact substring first, then FTS5 fill. get_related follows frontmatter refs / supersedes / same_as. Index is disposable — delete it, rebuild, same files.
  • 15 MCP tools: vault clerk only. Ingest, session snap/grep/tail, and baton/chronicle are out of MCP. Ingest is CLI. Conversations belong to agents-traces.
  • Distill loop: get_staging_inboxdistill_batch / auto_distill. Catalog is titles + paths (chats-index.md). Bodies never become memory.
  • Always-on stays short: one line per project in inject. Detail via search_memory / get_project_memories. sync --init splices host AGENTS.md between HTML comment markers (your text outside the markers stays).
  • CLI: grouped --help, full --help-json catalog, vault mirrors (write / delete / related). extract-openai is deprecated → ingest extract.

Breaking (MCP)

Dropped from the clerk: ingest_*, session_*, get_baton / set_baton / append_chronicle, plus duplicate verbs (search_hybrid, rebuild_index, promote_bullet, suggest_links, check_memory_freshness). FTS lives inside search_memory. Rebuild the index with CLI rebuild-index or on MCP start.


Quickstart

pip install agents-memory && agents-memory sync --init

Scaffolds ~/.agents/memory/, autowires MCP into installed IDEs, and registers assistant skills.

Tip

🤖 Agent-Driven Setup:
Give your coding agent this repo (clone or URL), then tell it to "install and set up agents-memory."

Source checkouts: vand.


Resources

Full Changelog: v1.0.0...v1.1.0

Full Changelog: v1.0.0...v1.1.0

Full Changelog: v1.0.0...v1.1.0