Module react

Module react 

Source
Expand description

ReAct模式Agent实现

基于rig框架实现的自主探索Agent,能够通过工具调用来分析项目结构

Re-exports§

pub use agent::LithoReactAgent;
pub use context::ProjectContext;
pub use context::ExplorationState;
pub use context::ProjectAnalysis;
pub use config::ReactConfig;

Modules§

agent
ReAct模式Agent核心实现
config
ReAct模式配置
context
项目上下文和探索状态管理
tools
ReAct模式工具集合

Functions§

analyze_project_react
创建并运行ReAct模式的项目分析