pub struct Agent;Expand description
User-facing entrypoint for agent construction.
Implementations§
Source§impl Agent
impl Agent
Sourcepub fn builder() -> AgentBuilder<NoLlm, InMemoryMemory>
pub fn builder() -> AgentBuilder<NoLlm, InMemoryMemory>
Starts building an agent.
Auto Trait Implementations§
impl Freeze for Agent
impl RefUnwindSafe for Agent
impl Send for Agent
impl Sync for Agent
impl Unpin for Agent
impl UnsafeUnpin for Agent
impl UnwindSafe for Agent
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