commit 1651b4b48d5646c48fc0e55ca2ba5545f3030ea5
parent ef7070949182883214dfde1edb07f8ceae3d0aed
Author: alltheseas <64376233+alltheseas@users.noreply.github.com>
Date: Thu, 16 Oct 2025 12:04:17 -0500
Update AGENTS.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/AGENTS.md b/AGENTS.md
@@ -62,7 +62,7 @@ This document captures the current architecture, coding conventions, and design
### Dave Agent Patterns (Template for Future Agents)
- **Structured tool system** (`crates/notedeck_dave/src/tools.rs`): Defines tool metadata, JSON argument parsing, and execution into typed responses. Great reference for agent capabilities (search, present notes).
-- **Streaming UI**: Uses `mpsc` channels to surface streaming AI output while continuing to render frames (`developer-guide.md`).
+- **Streaming UI**: Uses `mpsc` channels to surface streaming AI output while continuing to render frames (`crates/notedeck_dave/docs/developer-guide.md`).
- **Custom rendering**: Demonstrates embedding WebGPU callbacks for 3D avatars while remaining within egui’s lifecycle.
## Coding Conventions & Practices