huskies: merge 1213 story Chat "stop" command that immediately aborts the in-flight LLM turn

This commit is contained in:
Huskies Agent
2026-07-18 11:46:52 +00:00
parent b91e2d53ff
commit cebe9e2737
7 changed files with 367 additions and 35 deletions
+3
View File
@@ -52,6 +52,9 @@ pub mod rmtree;
pub mod sled_upgrade;
/// Start command — handles `!start` bot commands to launch agents on stories.
pub mod start;
/// Stop/halt/abort command — cancels the in-flight LLM turn for this room
/// and clears any coalesced/pending messages.
pub mod stop;
/// Matrix `ChatTransport` implementation wrapping the Matrix SDK client.
pub mod transport_impl;