重构: tool_registry拆分及多批改进

This commit is contained in:
2026-06-19 00:10:14 +08:00
parent a2871a66e0
commit 60b01d03ee
33 changed files with 703 additions and 247 deletions

4
Cargo.lock generated
View File

@@ -795,12 +795,9 @@ name = "df-execute"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"df-types",
"serde",
"serde_json",
"tokio",
"tracing",
]
[[package]]
@@ -886,7 +883,6 @@ dependencies = [
"futures",
"serde",
"serde_json",
"thiserror 2.0.18",
"tokio",
"tracing",
]