introduce agent that would respond to the user

This commit is contained in:
Adil Hafeez 2025-09-23 17:35:57 -07:00
parent 6dd99a6c05
commit 1cd5bb4235
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
6 changed files with 21 additions and 39 deletions

View file

@ -28,6 +28,7 @@ pub struct Agent {
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct AgentPipeline {
pub name: String,
pub agent: String,
pub default: Option<bool>,
pub description: Option<String>,
pub filter_chain: Vec<String>,