重构基线

This commit is contained in:
Agent Board
2026-06-25 21:08:17 +08:00
parent cc4f975466
commit dabaf03bd7
42 changed files with 7720 additions and 138 deletions
@@ -99,10 +99,7 @@ fn mindmap_tools() -> Vec<Value> {
}
fn office_tools() -> Vec<Value> {
vec![
office_fetch_summary_tool(),
office_propose_changes_tool(),
]
vec![office_fetch_summary_tool(), office_propose_changes_tool()]
}
fn onlyoffice_tools() -> Vec<Value> {
@@ -160,8 +157,6 @@ fn artifact_tools() -> Vec<Value> {
]
}
fn annotate_tools_with_capabilities(tools: Vec<Value>) -> Vec<Value> {
tools
.into_iter()