EveryDev.ai
Subscribe
Home
Tools

4,020+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Agent Memory Leaderboard
    Agent Memory Leaderboard icon

    Agent Memory Leaderboard

    Agent Memory
    Featured

    An open, unified benchmark platform for comparing agent memory systems across textual, multimodal, and coding tracks under a consistent evaluation protocol.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Full access to the public leaderboard, evaluation submission, and benchmark participation at no cost. Participants cover their own API, storage, and compute costs.

    Engagement

    Available On

    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent MemoryLLM EvaluationsAcademic Research

    Alternatives

    KaybaMemmyOKF Agent Memory
    Developer
    Agent Memory LeaderboardEst. 2026

    Listed Sep 2026

    About Agent Memory Leaderboard

    Agent Memory Leaderboard (AML) is an open evaluation platform launched on July 29, 2026 by researchers from more than twenty universities and research organizations. It provides a shared protocol, versioned evaluation process, and public leaderboard for measuring how well memory systems store, retrieve, and support the use of long-term information. The platform is free to participate in and is now operating as a continuous public evaluation program.

    What It Is

    AML is a benchmark leaderboard specifically designed for agent memory systems — the components that allow AI agents to persist, retrieve, and reason over long-term information. Unlike general LLM benchmarks, AML focuses exclusively on the memory layer: participants expose only Add and Search API endpoints, while the platform controls answer generation, scoring, aggregation, and run orchestration. This separation ensures that score differences primarily reflect the memory system itself rather than downstream model choices. The platform supports three evaluation tracks: Textual Memory, Multimodal Memory, and Coding Agent Memory, each with its own result table and metric breakdown.

    How the Evaluation Protocol Works

    The evaluation flow is designed to be controlled and reproducible:

    • Participants deploy Add/Search APIs — publicly reachable endpoints that write memory chunks and return ranked retrieval results.
    • The platform calls Add per sample and source session, then calls Search per question and receives ranked candidates.
    • A fixed platform workflow generates answers using a locked answer model, scores them with fixed evaluators, and aggregates results.
    • Results are private first, then eligible for public leaderboard publication after a review gate.

    The textual benchmark suite covers capabilities including explicit fact recall, compositional inference, temporal and event reasoning, memory governance, personalization, context learning and execution, and safety and privacy. The coding track evaluates whether an agent can retrieve, filter, and reuse relevant engineering experience from earlier work in the same repository.

    Benchmark Coverage and Datasets

    The textual suite includes more than 10 benchmark datasets, over 1,500 histories and tasks, and nearly 5,000 evaluation questions, drawing from sources such as LoCoMo-Refined, ScriptMem, LongMemEval, CLBench, PersonaMem-v2, and BEAM. The coding track uses CAMBench Coding — 150 software-engineering tasks run under relevant and noisy memory conditions for 300 scored attempts across 12 repositories. The multimodal track covers ATM-Bench and Mem-Gallery, evaluating text-and-image memory retrieval. Two participant divisions exist: Open-source Methods (requiring public code and attribution) and Commercial Products (requiring a stable API; internal implementation may remain private).

    Update: Cycle 2 and Current Status

    The first leaderboard cycle opened July 29, 2026, with the first public leaderboard released August 12, 2026. The GitHub README notes that AML appeared near the top of the Hugging Face Trending Spaces page around August 20, 2026. The first cycle is now closed. Cycle 2 is scheduled to open September 20, 2026, with a materials deadline of October 31, 2026, evaluation closing November 4, 2026, and official results expected in mid-November 2026. The second cycle includes a prize pool of RMB 150,000 across Textual, Coding, and Multimodal tracks, available only to eligible Open-source Methods teams. The GitHub repository (AML-memory/agent-memory-leaderboard) had 1,180 stars and 68 forks as of mid-September 2026.

    Co-organizer Network

    The platform lists co-organizers from a broad set of institutions, including Tianjin University, Beijing University of Posts and Telecommunications, Jilin University, Nankai University, Xiamen University, UNSW Sydney, Nanjing University, Shanghai AI Laboratory, Southeast University, University of Oxford, Nanyang Technological University, Zhejiang University, Peking University, Renmin University of China, Fudan University, USTC, Tsinghua University, Shanghai Jiao Tong University, and others. Datawhale, an open-source AI community, is also listed as a co-organizer. These affiliations are as presented on the official website.

    Tradeoffs and Participation Requirements

    Participants must self-host their Add/Search APIs — AML does not deploy repository-only or Docker-only submissions. Each participant covers their own API, storage, bandwidth, and compute costs. Formal full evaluations are limited to two runs per AML Key per track per cycle, with the second run unlocking 30 days after the first. Smoke tests are capped at 30 per track per edition. The platform enforces strict sample isolation (no cross-user_id retrieval), synchronous Add semantics (HTTP 200 only after persistence), and a Top K of 100 for formal evaluations. Results that fail contract validation — such as missing required fields or exceeding Top K — are not silently truncated but immediately fail the evaluation stage.

    Agent Memory Leaderboard - 1

    Community Discussions

    Be the first to start a conversation about Agent Memory Leaderboard

    Share your experience with Agent Memory Leaderboard, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Free

    Full access to the public leaderboard, evaluation submission, and benchmark participation at no cost. Participants cover their own API, storage, and compute costs.

    • Public leaderboard access (no sign-in required)
    • Evaluation submission for open-source and commercial systems
    • Smoke test (up to 30 per track per edition)
    • Up to 2 full evaluation runs per AML Key per track
    • Private results visible to bound API Key

    Capabilities

    Key Features

    • Public leaderboard for agent memory systems
    • Three evaluation tracks: Textual, Multimodal, and Coding
    • Controlled evaluation protocol with fixed answer model and scoring
    • Add/Search API integration contract
    • Smoke test and full evaluation modes
    • Private results with public leaderboard publication gate
    • Capability-level score breakdowns (fact recall, inference, temporal reasoning, governance, personalization, safety)
    • Separate rankings for open-source methods and commercial products
    • Benchmark suite including LoCoMo-Refined, ScriptMem, LongMemEval, CLBench, PersonaMem-v2, BEAM, ATM-Bench, Mem-Gallery, CAMBench Coding
    • Versioned evaluation contracts for reproducibility
    • Community benchmark submission portal
    • Bilingual interface (English and Chinese)

    Integrations

    Add/Search REST API
    Hugging Face Spaces
    GitHub
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Agent Memory Leaderboard and help others make informed decisions.

    Developer

    Agent Memory Leaderboard Team

    Agent Memory Leaderboard (AML) builds and operates an open evaluation platform for long-term agent memory systems. Launched in July 2026 by researchers from more than twenty universities and research organizations, AML provides a shared protocol, versioned evaluation process, and public leaderboard for comparing memory systems across textual, multimodal, and coding tracks. The platform controls answer generation, scoring, and orchestration while participants supply only Add and Search APIs, ensuring controlled and reproducible comparisons.

    Founded 2026
    Read more about Agent Memory Leaderboard Team
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    Kayba icon

    Kayba

    Kayba is an agentic context engine that learns from your AI agent's execution traces to automatically detect failures and recursively improve agent performance over time.

    Memmy icon

    Memmy

    A personal AI memory hub and local agent runtime that gives every AI tool — Cursor, Claude Code, Codex, and more — one shared, fully controlled long-term memory.

    OKF Agent Memory icon

    OKF Agent Memory

    Git-native persistent memory for AI coding agents using Google OKF v0.2, with sub-300µs in-memory BM25 search, embedded MCP server, and 80% token reduction via progressive disclosure.

    Browse all tools

    Related Topics

    Agent Memory

    Memory layers, frameworks, and services that enable AI agents to store, recall, and manage information across sessions. These tools provide persistent, semantic, and contextual memory for agents, supporting personalization, long-term context retention, graph-based relationships, and hybrid RAG + memory workflows.

    158 tools

    LLM Evaluations

    Platforms and frameworks for evaluating, testing, and benchmarking LLM systems and AI applications. These tools provide evaluators and evaluation models to score AI outputs, measure hallucinations, assess RAG quality, detect failures, and optimize model performance. Features include automated testing with LLM-as-a-judge metrics, component-level evaluation with tracing, regression testing in CI/CD pipelines, custom evaluator creation, dataset curation, and real-time monitoring of production systems. Teams use these solutions to validate prompt effectiveness, compare models side-by-side, ensure answer correctness and relevance, identify bias and toxicity, prevent PII leakage, and continuously improve AI product quality through experiments, benchmarks, and performance analytics.

    126 tools

    Academic Research

    AI tools designed specifically for academic and scientific research.

    67 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions