Skip to content

Commit 7281cbd

Browse files
committed
Add navigable table of contents to README
1 parent 297e915 commit 7281cbd

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,37 @@ A cognitive memory architecture where beliefs live, decay, contradict, mutate, a
1313

1414
---
1515

16+
## Table of Contents
17+
18+
- [Try in 2 Minutes](#try-in-2-minutes)
19+
- [Start the Cognitive Engine](#start-the-cognitive-engine)
20+
- [Optional: Start the Visualizer](#optional-start-the-visualizer)
21+
- [Quick Verification](#quick-verification)
22+
- [Overview](#overview)
23+
- [Interactive Debugger](#interactive-debugger)
24+
- [What happens when context is ingested](#what-happens-when-context-is-ingested)
25+
- [How to use it](#how-to-use-it)
26+
- [The Demo](#the-demo)
27+
- [Key Features](#key-features)
28+
- [Architecture](#architecture)
29+
- [Ingestion Pipeline](#ingestion-pipeline)
30+
- [API Surface](#api-surface)
31+
- [Installation](#installation)
32+
- [Backend](#backend)
33+
- [Visual Debugger (Optional)](#visual-debugger-optional)
34+
- [Docker](#docker)
35+
- [CLI Reference](#cli-reference)
36+
- [Configuration](#configuration)
37+
- [Testing and Verification](#testing-and-verification)
38+
- [Belief Model](#belief-model)
39+
- [Contradiction Detection](#contradiction-detection)
40+
- [Authentication](#authentication)
41+
- [Frontend (Visual Debugger)](#frontend-visual-debugger)
42+
- [Project Structure](#project-structure)
43+
- [Limitations](#limitations)
44+
- [Roadmap](#roadmap)
45+
- [License](#license)
46+
1647
## Try in 2 Minutes
1748

1849
```bash

0 commit comments

Comments
 (0)