more fixes

This commit is contained in:
Adil Hafeez 2025-09-30 15:27:30 -07:00
parent 3b672e798c
commit 94d57804d7
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
12 changed files with 360 additions and 47 deletions

View file

@ -20,15 +20,14 @@ pub struct ModelAlias {
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct Agent {
pub name: String,
pub id: String,
pub kind: Option<String>,
pub url: String,
}
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct AgentPipeline {
pub name: String,
pub agent: String,
pub id: String,
pub default: Option<bool>,
pub description: Option<String>,
pub filter_chain: Vec<String>,