storkit: merge 392_refactor_extract_shared_transport_utilities_from_matrix_module_into_chat_submodule

This commit is contained in:
dave
2026-03-25 14:43:28 +00:00
parent 580ab1ce68
commit 077288e7b7
21 changed files with 344 additions and 326 deletions
+2 -2
View File
@@ -18,7 +18,7 @@
pub mod assign;
mod bot;
pub mod commands;
mod config;
pub(crate) mod config;
pub mod delete;
pub mod htop;
pub mod rebuild;
@@ -28,7 +28,7 @@ pub mod start;
pub mod notifications;
pub mod transport_impl;
pub use bot::{ConversationEntry, ConversationRole, RoomConversation, drain_complete_paragraphs};
pub use bot::{ConversationEntry, ConversationRole, RoomConversation};
pub use config::BotConfig;
use crate::agents::AgentPool;