Update docs: correct guide links in README, add March 11 session notes to TODO__Agents

This commit is contained in:
Scott Idem
2026-03-11 15:14:33 -04:00
parent 44fa28fab3
commit 8c7263fdbf
2 changed files with 10 additions and 1 deletions

View File

@@ -73,7 +73,8 @@ The API is currently in a transitional state between legacy (V1/V2) patterns and
- [Unified Agent Arch](documentation/ARCH__UNIFIED_AGENT.md): Vision for cross-stack AI agent awareness.
### **Integration Guides**
- [V3 Frontend API Guide](documentation/GUIDE__V3_FRONTEND_API.md): How to use the V3 CRUD and Search endpoints.
- [V3 Frontend API Guide](documentation/GUIDE__AE_API_V3_for_Frontend.md): How to use the V3 CRUD, Search, and Action endpoints.
- [V3 Frontend Websockets Guide](documentation/GUIDE__AE_API_V3_for_Frontend_websockets.md): Websocket integration patterns.
- [Frontend Code Samples](documentation/FRONTEND_API_SAMPLES.md): TypeScript snippets for common API calls.
### **Security**