huskies: merge 1015

This commit is contained in:
dave
2026-05-13 23:33:30 +00:00
parent 69b207872a
commit 5ed1438ab9
22 changed files with 227 additions and 73 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use std::path::Path;
#[derive(Clone, Debug, Serialize)]
pub struct AgentAssignment {
pub agent_name: crate::config::AgentName,
pub model: Option<String>,
pub model: Option<crate::agents::AgentModel>,
pub status: crate::agents::AgentStatus,
}