Skip to content

Agentkeeper

v1.1.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent-memory agentic-ai agents ai-agents ai-memory anthropic
+13 more
claude cognitive-continuity cross-model embeddings gemini llm long-term-memory mcp ollama openai python sqlite thinklanceai

Summary

AI summary

Introduces memory classes, GDPR‑native retention APIs, persistent vector indexing and async LLM consolidation.

Full changelog

Cognitive continuity infrastructure for long-lived AI agents.

AgentKeeper reconstructs an agent's full cognitive state — identity, memory, decisions, relationships — across model switches, crashes, restarts, and constrained context windows.

Install

pip install agentkeeper-ai

Highlights in 1.1

  • Memory classesdecision(), preference(), constraint(), relationship(), task_state(), transient(), each with its own decay behaviour.
  • Cognitive observabilityagent.health() reports memory volume, importance distribution, contradiction count, stale ratio.
  • GDPR-native retention — TTLs (ttl="30d"), gdpr_export() (Article 20), gdpr_purge() (Article 17).
  • Persistent vector indexsqlite-vec backend survives restarts without re-embedding; scales to 10k+ facts.
  • Pluggable storageBaseStorage ABC, default SQLiteStorage, opt-in EncryptedSQLiteStorage (Fernet at-rest encryption).
  • Async LLM consolidationAsyncAgent.compress(use_llm=True) end-to-end.
  • Graph memory — directed triples (agent.link), BFS traversal (agent.find_related), shortest path.
  • Native MCP serveragentkeeper-mcp CLI for Claude Desktop, Claude Code, Cursor, and any MCP host. Nine tools exposed.
  • Framework integrations — LangChain and CrewAI helpers, no hard dependency.

Quality

459 tests, ruff-clean, py.typed, CI on Python 3.10 / 3.11 / 3.12. Full backward compatibility with 1.0.

Built by Tom Anciaux Berner — ThinkLanceAI

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Agentkeeper

Get notified when new releases ship.

Sign up free

About Agentkeeper

All releases →

Related context

Beta — feedback welcome: [email protected]