Skip to content

Agentkeeper

v1.1.2 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

Updates Also in this release, numpy, and https://thinklanceai.com across a mixed release.

Full changelog

Performance release. No public API changes — drop-in upgrade from 1.1.x.

Faster compression at scale

Compression (consolidation + contradiction arbitration) is now vectorised via an optional numpy accelerator. A full compression pass over an agent with 10,000 facts drops from ~118s to ~5s — about 23x.

pip install 'agentkeeper-ai[fast]'   # enables the numpy accelerator

Without numpy, behaviour is unchanged: the pure-Python fallback is preserved, so the core keeps zero required dependencies.

Also in this release

  • New [fast] extra (numpy), also bundled in [all].
  • benchmark/stress_test.py — a reproducible scaling benchmark you can run yourself (10k-fact insert, 500 compression cycles, recall latency, save/load integrity, graph traversal).
  • tests/test_fastmath.py — verifies the numpy and pure-Python paths produce identical results.
  • Consolidation clustering now picks the best-matching centroid rather than the first above threshold (tighter clusters).

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]