Phase 3 — WS frame + REST fallbacka

This commit is contained in:
Roberto Musso
2026-04-18 22:18:53 +02:00
parent 0b5ef48463
commit d5fea95561
20 changed files with 613 additions and 15 deletions

View File

@@ -122,3 +122,8 @@ NOTE_TOOLS: list[Any] = [
update_note,
delete_note,
]
NOTE_READ_TOOLS: list[Any] = [
list_notes,
get_note,
]