fix start_streaming_task conversation Vec, remove dead code, plumbing for extensions

This commit is contained in:
jrosh 2026-03-03 13:43:10 +01:00
commit 2a75c9064f
Signed by: jrosh
GPG key ID: CC50156D9BDF5EFB
8 changed files with 123 additions and 78 deletions

View file

@ -15,3 +15,4 @@ dirs = "6.0"
futures-util = "0.3"
async-channel = "2.3"
pulldown-cmark = { version = "0.13.0", default-features = false, features = ["html"] }
thiserror = "2"