Improve v2 session message rendering (#25634)

This commit is contained in:
Dax
2026-05-05 02:35:21 +00:00
committed by GitHub
parent 0df2bb0f3b
commit 39c88f9afb
17 changed files with 677 additions and 275 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ model. It can stop doing all the
The new agent loop needs to trigger compaction properly
## Plugin API design - ???
## Plugin API design - James?
We need to figure out how we want server plugins to work and what hooks are useful.
@@ -49,7 +49,7 @@ I have a basic model service that allows for models to be registered dynamically
Providers should register as plugins and autoload based on whatever logic they
want / config. They should register models into model database
## Event - Kit/James
## Event - Kit
I have this v2/event.ts but it needs to be self contained instead of using the
old bus system