huskies: merge 856

This commit is contained in:
dave
2026-04-29 21:28:41 +00:00
parent db526bbdb2
commit a7b1572693
13 changed files with 319 additions and 36 deletions
+4
View File
@@ -217,6 +217,10 @@ pub(super) async fn run_agent_spawn(
status: "running".to_string(),
});
AgentPool::notify_agent_state_changed(&watcher_tx_clone);
let _ = watcher_tx_clone.send(WatcherEvent::AgentStarted {
story_id: sid.clone(),
agent_name: aname.clone(),
});
// Step 4: launch the agent process via the configured runtime.
let runtime_name = config_clone