Community Plugin Hub

Memory Plugins

Browse Memory plugins from the Agent Zero community Plugin Hub.

Publish a plugin

Showing 21 of 185 plugins

Reranker plugin thumbnail

Reranker

King0James0

1

Reranks the documents Agent Zero recalls from memory with a cross-encoder reranker, so the most relevant memories enter the prompt first. Auto-detects the API your server speaks — standard rerank (Cohere, Jina, Infinity, TEI, vLLM /v1/rerank) or a vLLM-served Qwen3-Reranker via client-templated /score — using a correctness probe, not just reachability. Fail-safe (recall keeps its original order on any error), with a shadow mode to A/B before committing and a Test-connection button.

Memory Hardening plugin thumbnail

Memory Hardening

Olszalsik

0

Wraps the built-in _memory plugin with resilience and circuit-breaker protection against FAISS recall timeouts, leaked asyncio tasks, stuck memorize threads, unbounded index caches, and ContextOverflow on memorize/solve. Includes a memory-history clamp (merged from the former _memory_resilience plugin), per-subdir circuit breakers, rate limiting, recall-wait crash guard, and a live WebUI dashboard. Zero source modifications to the official _memory plugin.