feat: add web search and fetch tools

This commit is contained in:
2026-05-29 17:58:11 +09:00
parent 7a6d9c33f3
commit 2be3a5bd36
12 changed files with 1232 additions and 5 deletions
+1
View File
@@ -48,6 +48,7 @@ fn setup() -> (TempDir, TempDir, Registry) {
tracker,
TaskStore::new(),
spill.path().to_path_buf(),
None,
));
(dir, spill, reg)
}