EveryDev.ai
Subscribe
Home
Tools

3,569+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
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. SenseLab (AMFS)
    SenseLab (AMFS) icon

    SenseLab (AMFS)

    Agent Memory
    Featured

    AMFS is an open-source Agent Memory File System that gives multi-agent AI systems shared, versioned, outcome-validated memory with Git-like branching and a cognitive layer for continual learning.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Perfect for individuals. Free forever, no credit card required.

    Starter: $279/yr
    Pro: $1430/yr

    Engagement

    Available On

    macOS
    Web
    API
    SDK
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent MemoryMulti-agent SystemsMCP Servers

    Alternatives

    SAGEBearDriveFirst Tree
    Developer
    SenseLab CorpSan Francisco, CAEst. 2025

    Listed Aug 2026

    About SenseLab (AMFS)

    SenseLab builds AMFS (Agent Memory File System), an open-source cognitive layer for multi-agent AI systems, licensed under Apache 2.0. The core idea is that agents should not just store context — they should validate each other's findings, build on shared knowledge, and improve based on real production outcomes. The project is maintained by SenseLab Corp and backed by Speedrun, with a cloud-hosted Pro tier available at sense-lab.ai alongside the open-source engine.

    What It Is

    AMFS is a shared memory infrastructure for AI agent fleets. Where vector databases match similarity, AMFS keeps versioned knowledge that carries confidence scores, provenance, and outcome feedback. When a deploy succeeds or an incident fires, AMFS records what the agent read, what it chose, and what happened — shifting confidence based on real results rather than synthetic runs. The result is a memory layer that compounds: knowledge gets sharper with every production outcome, and every decision trace automatically becomes SFT/DPO training data.

    How the Cognitive Layer Works

    AMFS structures agent memory around three operations:

    • Discover — Before acting, an agent queries AMFS for what the fleet already knows. Results come back ranked by confidence with full provenance: which agent wrote them, when, and how trustworthy they are.
    • Handoff — A finding written by one agent is readable by every other agent within milliseconds, across frameworks, sessions, and machines.
    • Learn — When outcomes are committed, confidence on related entries adjusts. The system knows what to trust and what to question.

    Rooms provide shared spaces where teams and agents coordinate around a project or workflow. Agents can see what others are working on, what they decided, and why — enabling cognitive coordination before any decision runs.

    Architecture and Open-Source Model

    AMFS is a monorepo with a layered architecture. The OSS edition includes the full memory engine: versioned writes, confidence scoring, outcome feedback, causal traces, knowledge graph, hybrid search (full-text + semantic + recency + confidence), git-like timeline, SDKs, storage adapters, HTTP API, MCP server, and CLI.

    Key packages:

    • Python SDK (pip install amfs) — core AgentMemory class
    • TypeScript SDK (npm install @senselab-ai/amfs) — full async API
    • MCP Server (pip install amfs-mcp-server) — first-class support for Cursor, Claude Desktop, and Claude Code
    • HTTP Server, Core Engine, and CLI available as separate installable packages
    • Storage adapters for filesystem (default), PostgreSQL, S3, and HTTP remote backends
    • Framework connectors for CrewAI, LangGraph, LangChain, AutoGen, and AWS Strands Agents

    The Pro cloud tier (AMFS Pro) adds branching, merge, pull requests, access control, tags, rollback, cherry-pick, fork, multi-tenant isolation, immutable decision traces, the intelligence layer (Cortex), and a web dashboard. The README describes the distinction as: "OSS = single-branch repo with full history. Pro = GitHub."

    Setup Path

    Getting started requires three steps: sign up for an account (free tier, no credit card required), generate an API key, then connect via MCP or SDK. For MCP-compatible clients like Cursor or Claude Desktop, a single curl command installs the MCP server. No framework rewrites are needed — AMFS plugs into whatever stack is already running.

    Update: v0.2.0 — Continual Learning Infrastructure

    The latest GitHub release is v0.2.0, published May 29, 2026, titled "Continual Learning Infrastructure." The repository was last pushed to on August 10, 2026, indicating active development. The project has 59 stars and 3 forks on GitHub. Blog posts from the SenseLab engineering team, published in June 2026, cover the cognitive layer concept, continual learning architecture, and cross-agent context portability — signaling active product direction toward making agent fleets collectively smarter over time.

    SenseLab (AMFS) - 1

    Community Discussions

    Be the first to start a conversation about SenseLab (AMFS)

    Share your experience with SenseLab (AMFS), ask questions, or help others learn from your insights.

    Pricing

    FREE

    Free

    Perfect for individuals. Free forever, no credit card required.

    • 1,000 ops / month
    • 1 seat (no invites)
    • 1 API key
    • No top-ups
    • Email support

    Starter

    Popular

    Perfect for small teams.

    $279/yr
    billed annually
    $29/mo monthly
    • 25,000 ops / month
    • 3 seats
    • 10 API keys
    • Auto top-up packs
    • Business hour support

    Pro

    Perfect for businesses or teams.

    $1430/yr
    billed annually
    $149/mo monthly
    • 50,000 ops / month
    • 5 seats
    • 50 API keys
    • Auto top-up packs
    • 24/7 support
    View official pricing

    Capabilities

    Key Features

    • Shared agent memory across frameworks, sessions, and machines
    • Confidence scoring weighted by real production outcomes
    • Outcome-validated learning (SFT/DPO training data auto-generated from decision traces)
    • Rooms for agent coordination and team knowledge sharing
    • Hybrid search: full-text + semantic + recency + confidence
    • Causal explainability via explain() — shows which memories drove a decision
    • Git-like timeline with full audit trail of every read, write, and outcome
    • Branching, diffs, pull requests, rollback, and named snapshots (Pro)
    • Knowledge graph with auto-materialized relationships
    • Access control per branch, user, team, or API key (Pro)
    • MCP server for Cursor, Claude Desktop, and Claude Code
    • Python SDK and TypeScript SDK
    • Storage adapters: filesystem, PostgreSQL, S3, HTTP remote
    • Framework connectors: CrewAI, LangGraph, LangChain, AutoGen, AWS Strands
    • Docker support
    • CLI tools
    • Multi-tenant isolation (Pro)

    Integrations

    Cursor
    Claude Desktop
    Claude Code
    CrewAI
    LangGraph
    LangChain
    AutoGen
    AWS Strands Agents
    OpenAI
    n8n
    PagerDuty
    GitHub
    Slack
    Jira
    MCP (Model Context Protocol)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate SenseLab (AMFS) and help others make informed decisions.

    Developer

    SenseLab Corp

    SenseLab Corp builds AMFS, an open-source Agent Memory File System that gives multi-agent AI systems a shared cognitive layer. The team, led by engineer Bruno Andrade, focuses on outcome-validated continual learning — making agent fleets collectively smarter with every production run. SenseLab positions framework neutrality as a core design principle, ensuring AMFS works with Claude, GPT, Gemini, LangGraph, CrewAI, and any other stack without lock-in. The company is backed by Speedrun and offers a cloud-hosted Pro tier alongside the Apache 2.0 open-source engine.

    Founded 2025
    San Francisco, CA
    10 employees
    Read more about SenseLab Corp
    WebsiteGitHubLinkedIn
    1 tool in directory

    Similar Tools

    SAGE icon

    SAGE

    Open-source memory infrastructure for AI agents. SAGE gives agents persistent institutional memory that survives across conversations, validates each write through BFT consensus, scores it for confidence, and decays it over time. Works over MCP and REST.

    BearDrive icon

    BearDrive

    A shared folder that syncs across all your AI agents and teammates, with full version history, public share links, and read-heat insights — open source under AGPL-3.0.

    First Tree icon

    First Tree

    An open-source agent orchestration workspace that runs Claude, Codex, Cursor, and other AI agents in parallel, grounded in shared team context.

    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.

    124 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    317 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

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