pub struct PlanExecuteAgent { /* private fields */ }Expand description
Plan-Execute Agent:先规划,逐步执行,失败时重规划
支持任何实现了 BaseChatModel 的 LLM Provider。
Implementations§
Source§impl PlanExecuteAgent
impl PlanExecuteAgent
Auto Trait Implementations§
impl !RefUnwindSafe for PlanExecuteAgent
impl !UnwindSafe for PlanExecuteAgent
impl Freeze for PlanExecuteAgent
impl Send for PlanExecuteAgent
impl Sync for PlanExecuteAgent
impl Unpin for PlanExecuteAgent
impl UnsafeUnpin for PlanExecuteAgent
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