pub struct SymposiumAgent { /* private fields */ }Expand description
Symposium in agent mode - wraps a downstream agent.
Use this when Symposium should manage the agent lifecycle, e.g., when building a standalone enriched agent binary.
Trait Implementations§
Source§impl Component<AgentToClient> for SymposiumAgent
impl Component<AgentToClient> for SymposiumAgent
Auto Trait Implementations§
impl !RefUnwindSafe for SymposiumAgent
impl !Sync for SymposiumAgent
impl !UnwindSafe for SymposiumAgent
impl Freeze for SymposiumAgent
impl Send for SymposiumAgent
impl Unpin for SymposiumAgent
impl UnsafeUnpin for SymposiumAgent
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