pub struct AgentChild {
pub name: String,
pub description: String,
pub capabilities: AgentCapabilities,
}Expand description
One immediate child in a legacy agent hierarchy.
Fields§
§name: StringStable child name.
description: StringHuman-readable child purpose.
capabilities: AgentCapabilitiesRuntime execution capabilities.
Trait Implementations§
Source§impl Debug for AgentChild
impl Debug for AgentChild
Auto Trait Implementations§
impl Freeze for AgentChild
impl RefUnwindSafe for AgentChild
impl Send for AgentChild
impl Sync for AgentChild
impl Unpin for AgentChild
impl UnsafeUnpin for AgentChild
impl UnwindSafe for AgentChild
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more