Module tools

Module tools 

Source
Expand description

ReAct模式工具集合

Re-exports§

pub use file_explorer::FileExplorerTool;
pub use code_analyzer::CodeAnalyzerTool;
pub use file_reader::FileReaderTool;
pub use architecture_detector::ArchitectureDetectorTool;

Modules§

architecture_detector
架构模式检测工具
code_analyzer
代码分析工具
file_explorer
文件系统探索工具
file_reader
文件读取工具

Structs§

ToolResult
工具执行结果的通用结构