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

@@ -37,20 +37,4 @@ flowchart TD
A5 -- "Includes tool info" --> A1
A6 -- "Handled by agent" --> A0
A7 -- "Replays memory" --> A3
```
## Chapters
1. [MultiStepAgent](01_multistepagent.md)
2. [Model Interface](02_model_interface.md)
3. [Tool](03_tool.md)
4. [AgentMemory](04_agentmemory.md)
5. [PromptTemplates](05_prompttemplates.md)
6. [PythonExecutor](06_pythonexecutor.md)
7. [AgentType](07_agenttype.md)
8. [AgentLogger & Monitor](08_agentlogger___monitor.md)
---
Generated by [AI Codebase Knowledge Builder](https://github.com/The-Pocket/Tutorial-Codebase-Knowledge)
```