plano orchestration (draft)

This commit is contained in:
Adil Hafeez 2025-12-18 11:21:19 -08:00
parent 2f9121407b
commit 53e03901d2
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
25 changed files with 2520 additions and 285 deletions

View file

@ -33,7 +33,7 @@ pub struct AgentFilterChain {
pub id: String,
pub default: Option<bool>,
pub description: Option<String>,
pub filter_chain: Vec<String>,
pub filter_chain: Option<Vec<String>>,
}
#[derive(Debug, Clone, Serialize, Deserialize)]