Projects and Components
NeuroBook is the main application. Quick Start, Tutorials, Core, Agent and Profile at the documentation root all describe it. The monorepo also contains six autonomous projects. Each owns its source, tests and engineering documentation; these pages expose only stable user entry points.
| Project | Purpose | Entry point |
|---|---|---|
| NeuroAgentHarness | Multi-host Agent runtime kernel | Installation and public contract |
| llmlint | Detection and repair for Chinese LLM text | Installation and CLI |
| nb-history | Workspace operation log and file history | Quick start |
| nb-workflow | Replayable scripted workflows | Core and host extensions |
| nb-memory | Bi-temporal narrative memory | Public API |
| nb-ui | Vue/Nuxt UI components and theme contracts | Usage |
To install and run NeuroBook itself, start with Quick Start. Repository ownership and development commands are listed in Monorepo Layout.