repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources15d ago| #1 | # Clawd Memory Documentation |
| #2 | |
| #3 | Clawd Memory is the local brain for Clawd agents. It combines a Clawd-facing agent memory contract, a markdown vault, and a SQLite-backed memory engine. |
| #4 | |
| #5 | Start here: |
| #6 | |
| #7 | | Guide | Purpose | |
| #8 | |---|---| |
| #9 | | [Getting Started](getting-started.md) | Initialize the Clawd bank, write memories, recall context, and archive research | |
| #10 | | [Architecture](architecture.md) | Understand the Clawd layers, vault, BEAM engine, and recall pipeline | |
| #11 | | [Configuration](configuration.md) | Environment variables, vault paths, LLM consolidation, and Hermes config | |
| #12 | | [API Reference](api-reference.md) | `ClawdBrain`, `clawd-brain`, and lower-level engine APIs | |
| #13 | | [Hermes Integration](hermes-integration.md) | Use Clawd Memory through Hermes-compatible tools | |
| #14 | | [LLM Installation Guide](llm-installation-guide.md) | Agent-oriented install and verification checklist | |
| #15 | | [BEAM Benchmark](beam-benchmark.md) | Benchmark notes for the underlying memory engine | |
| #16 | | [Comparison](comparison.md) | Trade-offs versus external/self-hosted memory providers | |
| #17 | |
| #18 | Compatibility names: |
| #19 | |
| #20 | | Name | Meaning | |
| #21 | |---|---| |
| #22 | | `clawd-brain` | Clawd-facing CLI | |
| #23 | | `ClawdBrain` | Clawd-facing Python API | |
| #24 | | `mnemosyne` | Underlying Python storage engine | |
| #25 | | `mnemosyne_*` | Existing Hermes/MCP tool names kept for compatibility | |
| #26 | |
| #27 | Use Clawd names in user-facing docs and agent workflows. Use Mnemosyne names only where the code, package, or integration contract requires them. |
| #28 |