Struct Agent Workflow Config

View as Markdown

Generated from cargo doc --no-deps -p nemo-fabric-core.

pub struct AgentWorkflowConfig {
    pub entrypoint: AgentWorkflowEntrypointConfig,
    pub settings: Map<String, Value>,
    pub extensions: BTreeMap<String, Value>,
}

Custom agent or workflow selection and construction settings.

Fields

entrypoint: AgentWorkflowEntrypointConfig

Entry point resolved by the selected adapter.

settings: Map<String, Value>

Agent-specific construction settings.

extensions: BTreeMap<String, Value>

Adapter-owned workflow fields.

Trait Implementations

impl Clone for AgentWorkflowConfig

impl Clone for AgentWorkflowConfig

clone

fn clone(&self) -> AgentWorkflowConfig

clone_from

fn clone_from(&mut self, source: &Self)

impl Debug for AgentWorkflowConfig

impl Debug for AgentWorkflowConfig

fmt

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl<'de> Deserialize<'de> for AgentWorkflowConfig

impl<'de> Deserialize<'de> for AgentWorkflowConfig

deserialize

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,

impl JsonSchema for AgentWorkflowConfig

impl JsonSchema for AgentWorkflowConfig

schema_name

fn schema_name() -> Cow<'static, str>

schema_id

fn schema_id() -> Cow<'static, str>

json_schema

fn json_schema(generator: &mut SchemaGenerator) -> Schema

inline_schema

fn inline_schema() -> bool

impl PartialEq for AgentWorkflowConfig

impl PartialEq for AgentWorkflowConfig

eq

fn eq(&self, other: &AgentWorkflowConfig) -> bool

ne

fn ne(&self, other: &Rhs) -> bool

impl Serialize for AgentWorkflowConfig

impl Serialize for AgentWorkflowConfig

serialize

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
    __S: Serializer,

impl StructuralPartialEq for AgentWorkflowConfig

impl StructuralPartialEq for AgentWorkflowConfig