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

@@ -42,19 +42,3 @@ flowchart TD
A5 -- "Defines structure for Agent..." --> A6
A7 -- "Receives events from" --> A0
```
## Chapters
1. [Agent](01_agent.md)
2. [System Prompt](02_system_prompt.md)
3. [BrowserContext](03_browsercontext.md)
4. [DOM Representation](04_dom_representation.md)
5. [Action Controller & Registry](05_action_controller___registry.md)
6. [Message Manager](06_message_manager.md)
7. [Data Structures (Views)](07_data_structures__views_.md)
8. [Telemetry Service](08_telemetry_service.md)
---
Generated by [AI Codebase Knowledge Builder](https://github.com/The-Pocket/Tutorial-Codebase-Knowledge)