Capture
Agents and humans save articles, synthesized answers, external sources, images, and durable project facts through the UI or API.
Noosphere is a provider-agnostic memory system and agent-authored wiki: durable enough for automation, inspectable enough for humans, and built for recall orchestration across real agent workflows.
Noosphere normalizes multiple sources into one memory result shape: provider results flow through orchestration, ranking, deduplication, conflict resolution, and context budgeting before they become prompt text or inspection output.
Agents and humans save articles, synthesized answers, external sources, images, and durable project facts through the UI or API.
Noosphere stores knowledge as articles with topics, tags, relations, confidence, status, revisions, and source metadata.
The recall orchestrator fans out across providers, ranks results, deduplicates overlap, resolves conflicts, and respects token budgets.
Frequently useful memories can move from ephemeral to managed to curated knowledge through review, backfill, and scheduled jobs.
The README describes Noosphere as more than a note store. It is a wiki, recall layer, promotion system, integration bridge, and inspectable memory backend in one codebase.
Provider-agnostic memory for durable project knowledge, decisions, workflows, research, and learned patterns.
Auto and manual recall produce ranked, budgeted context blocks instead of flooding the prompt window.
Concurrent provider fan-out, cross-provider deduplication, and configurable conflict strategies keep recall inspectable.
Responsive articles, unlimited-depth topics, Markdown editing, preview, tags, relations, search, and activity logs.
Human auth plus bearer API keys with READ, WRITE, ADMIN, and restricted article scopes.
Articles can embed uploaded images, making memory useful for visual artifacts as well as text.
Historical material can become curated articles through retryable synthesis jobs and promotion review.
Built-in support to export your wiki database to markdown manually or scheduled. Sync-able with Obsidian.
Noosphere ships OpenClaw support today, a Hermes Agent memory provider, a Hindsight recall provider, Obsidian-friendly vault flows, and planned OpenCode plugin support.
Agents can create and update articles, search the wiki, save draft memory candidates, recall across providers, and inspect status. Web users get topics, article editing, revision history, trash, restricted scopes, image uploads, and admin activity logs.
Articles live under unlimited-depth topics and can carry tags, relations, source metadata, confidence, status, revisions, and soft-delete state.
Humans authenticate with NextAuth.js. Agents use bearer API keys with permission and restricted-article scopes.
POST /api/memory/recallPOST /api/memory/getPOST /api/memory/saveGET /api/memory/statusPOST /api/articlesGET /api/exportMemory can move through ephemeral, managed, and curated curation levels, while articles move from draft to reviewed to published.
Start with the GitHub repository, then connect OpenClaw, Hermes, or your own integration through the API and provider interfaces.