feat(ai): AgentTool trait + ToolRegistry + AgentOrchestrator — ReAct 循环(最多 5 轮 Tool Call)

This commit is contained in:
iven
2026-05-18 02:56:26 +08:00
parent 877e9831f6
commit 2d62605812
5 changed files with 228 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
pub mod agent;
pub mod config;
pub mod copilot;
pub mod dto;