<!--
  Full-page Markdown export (rendered HTML → GFM).
  Source: https://neotoma.io/zh/docs
  Generated: 2026-04-26T19:09:31.423Z
-->
# 文档

按类别组织的所有 Neotoma 文档。如果您是新用户,请从入门开始,或跳转到参考部分了解 API、MCP 和 CLI 的详细信息。

## 入门

-   [
    
    EvaluateHave your agent read this page to decide whether Neotoma fits your workflow
    
    
    
    
    
    
    
    ](/zh/evaluate)
-   [
    
    InstallInstall and initialize Neotoma locally
    
    
    
    
    
    
    
    ](/zh/install)
-   [
    
    WalkthroughEnd-to-end example across operating, building, and debugging
    
    
    
    
    
    
    
    ](/zh/walkthrough)

## 集成

-   [
    
    Claude CodePersistent memory for Claude Code's local CLI agent
    
    
    
    
    
    
    
    ](/zh/neotoma-with-claude-code)
-   [
    
    ClaudeStructured state alongside Claude platform memory
    
    
    
    
    
    
    
    ](/zh/neotoma-with-claude)
-   [
    
    ChatGPTDeterministic memory for ChatGPT conversations
    
    
    
    
    
    
    
    ](/zh/neotoma-with-chatgpt)
-   [
    
    CodexCross-task memory and CLI fallback
    
    
    
    
    
    
    
    ](/zh/neotoma-with-codex)
-   [
    
    CursorPersistent memory alongside Cursor context
    
    
    
    
    
    
    
    ](/zh/neotoma-with-cursor)
-   [
    
    OpenClawUser-owned memory for OpenClaw agents
    
    
    
    
    
    
    
    ](/zh/neotoma-with-openclaw)

## 参考

-   [
    
    InstallInstall and initialize Neotoma locally
    
    
    
    
    
    
    
    ](/zh/install)
-   [
    
    REST APIOpenAPI endpoints and parameters
    
    
    
    
    
    
    
    ](/zh/api)
-   [
    
    MCP serverModel Context Protocol actions
    
    
    
    
    
    
    
    ](/zh/mcp)
-   [
    
    CLICommands, flags, and REPL
    
    
    
    
    
    
    
    ](/zh/cli)
-   [
    
    Memory guaranteesAll memory properties on one page
    
    
    
    
    
    
    
    ](/zh/memory-guarantees)
-   [
    
    Memory modelsPlatform, retrieval, file-based, and deterministic memory compared
    
    
    
    
    
    
    
    ](/zh/memory-models)
-   [
    
    FoundationsPrivacy-first architecture and cross-platform design
    
    
    
    
    
    
    
    ](/zh/foundations)
-   [
    
    Agent instructionsMandatory behavioral rules for agents using Neotoma
    
    
    
    
    
    
    
    ](/zh/agent-instructions)
-   [
    
    ArchitectureState flow, guarantees, and principles
    
    
    
    
    
    
    
    ](/zh/architecture)
-   [
    
    TerminologyGlossary of key concepts
    
    
    
    
    
    
    
    ](/zh/terminology)
-   [
    
    Schema managementDefine, inspect, and evolve schema constraints safely
    
    
    
    
    
    
    
    ](/zh/schema-management)
-   [
    
    TroubleshootingCommon failure modes and practical fixes
    
    
    
    
    
    
    
    ](/zh/troubleshooting)
-   [
    
    ChangelogRelease history and documentation updates
    
    
    
    
    
    
    
    ](/zh/changelog)
-   [
    
    All pages (Markdown)Every indexable route as Markdown (SEO summaries)
    
    
    
    
    
    
    
    ](/zh/site-markdown)

## Where the tax shows up

-   [
    
    Context janitorYou re-explain context every session. State that persists across tools.
    
    
    
    
    
    
    
    ](/zh/operating)
-   [
    
    Inference varianceCorrections don’t stick. Deterministic state for agent pipelines.
    
    
    
    
    
    
    
    ](/zh/building-pipelines)
-   [
    
    Log archaeologySame inputs, different state. Replayable timelines and diffs.
    
    
    
    
    
    
    
    ](/zh/debugging-infrastructure)

## 对比

-   [
    
    Build vs buyWhen to adopt a state-integrity layer instead of building around observability alone
    
    
    
    
    
    
    
    ](/zh/build-vs-buy)
-   [
    
    Neotoma vs platform memoryConvenience inside one AI product versus portable, auditable state across tools
    
    
    
    
    
    
    
    ](/zh/neotoma-vs-platform-memory)
-   [
    
    Neotoma vs Mem0Retrieval memory for prompt augmentation versus deterministic entity state
    
    
    
    
    
    
    
    ](/zh/neotoma-vs-mem0)
-   [
    
    Neotoma vs ZepKnowledge-graph retrieval versus versioned, schema-bound state
    
    
    
    
    
    
    
    ](/zh/neotoma-vs-zep)
-   [
    
    Neotoma vs RAGRelevant chunk retrieval versus exact state reconstruction
    
    
    
    
    
    
    
    ](/zh/neotoma-vs-rag)
-   [
    
    Neotoma vs file-based memoryMarkdown and JSON portability versus structured guarantees and provenance
    
    
    
    
    
    
    
    ](/zh/neotoma-vs-files)
-   [
    
    Neotoma vs database memoryCRUD rows versus append-only observations and deterministic reducers
    
    
    
    
    
    
    
    ](/zh/neotoma-vs-database)

## 外部

-   [
    
    GitHub repositorySource code, README, and issues
    
    
    
    
    
    
    
    ](https://github.com/markmhendrickson/neotoma)
-   [
    
    npm packageInstall via npm
    
    
    
    
    
    
    
    ](https://www.npmjs.com/package/neotoma)