Support long-running agent turns

This commit is contained in:
Georg Bauer
2026-07-26 11:07:28 +02:00
parent 2a14b93335
commit 3c75b8f6c1
14 changed files with 432 additions and 90 deletions

View File

@@ -7,6 +7,7 @@ diesel::table! {
reasoning -> Nullable<Text>,
reasoning_complete -> Bool,
content -> Text,
system -> Bool,
}
}