AgentType

Type Alias AgentType 

Source
pub type AgentType = AgentType;

Aliased Type§

pub struct AgentType {
    pub type_name: String,
    pub description: String,
    pub constructor: AgentConstructor,
    pub methods: Vec<AgentMethod>,
    pub dependencies: Vec<AgentDependency>,
}

Fields§

§type_name: String§description: String§constructor: AgentConstructor§methods: Vec<AgentMethod>§dependencies: Vec<AgentDependency>