AIAny
AI Agent2026
Icon for item

Memanto

Provides a persistent, typed semantic memory layer for AI agents—supports remember, recall, and answer primitives so agents retain long-term context. Writes are instantly searchable and retrieval uses an information-theoretic engine, avoiding separate vector DBs or indexing delays.

Introduction

Most agent memories today are passive blobs injected into context; Memanto rethinks that by treating memory as an active service agents use via three primitives: remember, recall, and answer. The core insight is that agent workflows benefit more from typed, queryable memories with provenance and temporal signals than from opaque embeddings dumped into a context window.

What Sets It Apart
  • Typed, queryable memories: memories are categorized (instruction, fact, decision, goal, preference, etc.), enabling precise filters and temporal queries rather than undifferentiated text dumps — so retrieval can respect recency, provenance, and type.
  • Zero ingestion latency retrieval: powered by Moorcheh’s information-theoretic semantic engine, writes are searchable immediately without embedding pipelines, rerankers, or vector DB maintenance — so agents get usable memories the moment they are stored.
  • Active primitives, not passive storage: the three operations (remember, recall, answer) are designed as agent-facing APIs that return LLM-grounded answers or ranked memory hits, reducing agent orchestration code and token waste.
  • Flexible deployment and ecosystem integrations: runs fully on‑prem via Docker or as a free cloud service, includes a CLI, REST API, web UI, and single-command connectors for many agent platforms — useful for experimentation and production multi-agent stacks.
Who it's for & Tradeoffs

Great fit if you build or run multi-agent systems, developer workflows where agents must retain and reason over long-term state, or projects that need immediate, typed memory without operating a vector DB. It’s also attractive for teams who prefer an on‑prem option (Docker + local models via Ollama) or lightweight cloud with a free tier.

Look elsewhere if you require a pure, generic vector search product (Memanto intentionally replaces the vector-DB + embedding pipeline model with an information-theoretic engine), need a memory solution tightly integrated into a single LLM vendor’s cloud ecosystem, or expect heavy custom graph analytics on top of memory (Memanto focuses on retrieval, provenance, and agent-facing primitives rather than general-purpose graph tooling).

Where it fits

Memanto sits between ephemeral context injection and full knowledge-graph systems: it gives agents durable, filterable context that surfaces only when relevant, reducing token costs and enabling longer-horizon agent behaviors. Benchmarks reported: 89.8% on LongMemEval and 87.1% on LoCoMo, demonstrating improved long-memory retrieval compared to several contemporaries.

Information

  • Websitegithub.com
  • OrganizationsMoorcheh (moorcheh-ai)
  • Published date2026/03/23

More Items

AI Infra2026

Indexes chemistry literature as provenance-bearing atomic claims and provides a faceted taxonomy, evidence graph, and REST/SDK/MCP APIs so researchers and AI agents can retrieve verifiable, claim-level findings across papers; live index contains 2.4M claims from 147K papers.

Hugging Face
AI Model2026

An open-weight, Qwen-derived thinking model optimized for agentic deep web search and long-horizon planning. Provides Qwen-compatible reasoning and tool-call formats for English/Chinese browsing, multi-source evidence aggregation, source verification, and recovery from failed environment interactions.

GitHub
AI Agent2025

Evaluates and optimizes AI agents and language models in containerized environments, supporting large-scale parallel benchmarks and RL rollouts. Integrates with third‑party providers for thousands of parallel environments and serves as the official harness for Terminal‑Bench.