update nav

This commit is contained in:
zachary62
2025-04-04 13:48:54 -04:00
parent 14df136587
commit 2fa60fe7d5
38 changed files with 159 additions and 286 deletions

View File

@@ -30,18 +30,4 @@ flowchart TD
A1 -- "Defines Control Flow With" --> A5
A5 -- "Directs Execution Of" --> A0
A4 -- "Saves State Of" --> A2
```
## Chapters
1. [Graph / StateGraph](01_graph___stategraph.md)
2. [Nodes (`PregelNode`)](02_nodes___pregelnode__.md)
3. [Channels](03_channels.md)
4. [Control Flow Primitives (`Branch`, `Send`, `Interrupt`)](04_control_flow_primitives___branch____send____interrupt__.md)
5. [Pregel Execution Engine](05_pregel_execution_engine.md)
6. [Checkpointer (`BaseCheckpointSaver`)](06_checkpointer___basecheckpointsaver__.md)
---
Generated by [AI Codebase Knowledge Builder](https://github.com/The-Pocket/Tutorial-Codebase-Knowledge)
```