-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jaclyn edited this page Jul 18, 2026
·
3 revisions
BonsaiCore is a modular AI framework for persistent, context-aware systems. Its first flagship capability, MemoryAgent, demonstrates how an MCP control plane and a memo-based memory architecture can turn raw context into durable, structured memory.
| Page | Purpose |
|---|---|
| Architecture & Core Concepts | Framework overview, architectural philosophy, and system boundaries. |
| Memory Model | Leaves, Branches, Roots, and the memory lifecycle. |
| MCP Tools | Tool contracts for memory store, query, consolidation, and decay. |
| Building New Capabilities | How to extend BonsaiCore with new modules. |
| Repository Structure | Where the code lives and how the project is organized. |
| Demo Flow | Suggested demo path for judges and contributors. |
| Contributing | Contribution rules and development expectations. |
| License | Project licensing status and terms. |
If you are new to BonsaiCore, begin with Architecture & Core Concepts. That page explains the framework, the memory model, and how MCP coordinates the system.