pub struct LithoReactAgent { /* private fields */ }
Expand description
ReAct模式的Litho Agent
Implementations§
Source§impl LithoReactAgent
impl LithoReactAgent
Sourcepub async fn analyze_project(&mut self) -> Result<ProjectAnalysis>
pub async fn analyze_project(&mut self) -> Result<ProjectAnalysis>
开始分析项目
Auto Trait Implementations§
impl Freeze for LithoReactAgent
impl !RefUnwindSafe for LithoReactAgent
impl Send for LithoReactAgent
impl Sync for LithoReactAgent
impl Unpin for LithoReactAgent
impl !UnwindSafe for LithoReactAgent
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