pub struct AgentServer { /* private fields */ }Expand description
Main agent server type, responsible for handling requests and managing tools/providers.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for AgentServer
impl !UnwindSafe for AgentServer
impl Freeze for AgentServer
impl Send for AgentServer
impl Sync for AgentServer
impl Unpin for AgentServer
impl UnsafeUnpin for AgentServer
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