pub struct Agent { /* private fields */ }Expand description
An AI-powered engineering agent
Implementationsยง
Sourceยงimpl Agent
impl Agent
Sourcepub fn execute(&mut self, task: &str) -> TaskResult
pub fn execute(&mut self, task: &str) -> TaskResult
Execute an engineering task
Sourcepub fn parallel_execute(&mut self, tasks: Vec<&str>) -> Vec<TaskResult>
pub fn parallel_execute(&mut self, tasks: Vec<&str>) -> Vec<TaskResult>
Execute multiple tasks in parallel
Trait Implementationsยง
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