mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
introduce agent that would respond to the user
This commit is contained in:
parent
6dd99a6c05
commit
1cd5bb4235
6 changed files with 21 additions and 39 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue