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

@@ -36,19 +36,3 @@ flowchart TD
A7 -- "Updates LLM context" --> A6
A4 -- "Implemented as" --> A3
```
## Chapters
1. [Agent](01_agent.md)
2. [Messaging System (Topic & Subscription)](02_messaging_system__topic___subscription_.md)
3. [AgentRuntime](03_agentruntime.md)
4. [Tool](04_tool.md)
5. [ChatCompletionClient](05_chatcompletionclient.md)
6. [ChatCompletionContext](06_chatcompletioncontext.md)
7. [Memory](07_memory.md)
8. [Component](08_component.md)
---
Generated by [AI Codebase Knowledge Builder](https://github.com/The-Pocket/Tutorial-Codebase-Knowledge)