rename agents/main→assistant, role-based default entry agent
Nightly Build / build (push) Successful in 6m31s

This commit is contained in:
2026-07-21 21:40:06 +01:00
parent 17f5769e0d
commit 8ff64cbddc
22 changed files with 204 additions and 44 deletions
+3
View File
@@ -379,6 +379,9 @@ impl Conversation {
Arc::clone(&interaction.approval),
rt.global_tx.clone(),
rt.shutdown_token.clone(),
// Inert ownerless bundle (§19): no owner to resolve a role default from, so
// the neutral fallback. Nothing consumes this hub's sessions.
crate::agents::DEFAULT_CHAT_AGENT.to_string(),
);
chat_hub.register("web").await;
chat_hub.register("talk").await;