pub struct AgentExecutor<L: LlmBackend> {
pub config: ExecutorConfig,
/* private fields */
}Expand description
Agent executor - runs agents with LLM backends
Fields§
§config: ExecutorConfigConfiguration
Implementations§
Source§impl<L: LlmBackend> AgentExecutor<L>
impl<L: LlmBackend> AgentExecutor<L>
Auto Trait Implementations§
impl<L> Freeze for AgentExecutor<L>
impl<L> RefUnwindSafe for AgentExecutor<L>where
L: RefUnwindSafe,
impl<L> Send for AgentExecutor<L>
impl<L> Sync for AgentExecutor<L>
impl<L> Unpin for AgentExecutor<L>
impl<L> UnwindSafe for AgentExecutor<L>where
L: RefUnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more