重构: tool_registry 声明式注册基础设施(declare_tool! 宏 + list_projects 试点,零回归)
This commit is contained in:
@@ -44,6 +44,9 @@ pub mod skills;
|
||||
pub mod stream_recv;
|
||||
pub mod title;
|
||||
pub mod tool_registry;
|
||||
// 声明式工具注册集合(tool_registry 拆分第一步 · 试点容器)。
|
||||
// 试点:list_projects 已迁声明式 declare_tool! 宏,其余 47 工具仍在 tool_registry.rs。
|
||||
pub mod tools;
|
||||
|
||||
use agentic::conv_state::{ConvState, ConvStateStore};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user