Struct Agent Workflow Entrypoint Config

View as Markdown

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

pub struct AgentWorkflowEntrypointConfig {
    pub kind: String,
    pub ref: String,
    pub extensions: BTreeMap<String, Value>,
}

Adapter-declared resolution semantics for one custom agent or workflow.

Fields

kind: String

Resolution semantics declared by the selected adapter descriptor.

ref: String

Executable or factory reference interpreted under kind.

extensions: BTreeMap<String, Value>

Adapter-owned entry-point fields.

Trait Implementations

impl Clone for AgentWorkflowEntrypointConfig

impl Clone for AgentWorkflowEntrypointConfig

clone

fn clone(&self) -> AgentWorkflowEntrypointConfig

clone_from

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

impl Debug for AgentWorkflowEntrypointConfig

impl Debug for AgentWorkflowEntrypointConfig

fmt

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

impl<'de> Deserialize<'de> for AgentWorkflowEntrypointConfig

impl<'de> Deserialize<'de> for AgentWorkflowEntrypointConfig

deserialize

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

impl JsonSchema for AgentWorkflowEntrypointConfig

impl JsonSchema for AgentWorkflowEntrypointConfig

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 AgentWorkflowEntrypointConfig

impl PartialEq for AgentWorkflowEntrypointConfig

eq

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

ne

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

impl Serialize for AgentWorkflowEntrypointConfig

impl Serialize for AgentWorkflowEntrypointConfig

serialize

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

impl StructuralPartialEq for AgentWorkflowEntrypointConfig

impl StructuralPartialEq for AgentWorkflowEntrypointConfig