added get batch of file contents

This commit is contained in:
joe
2025-02-01 12:15:03 -05:00
parent c1ae1eeec7
commit c813c12a06
4 changed files with 122 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
import json
import logging
from collections.abc import Sequence
@@ -49,6 +48,7 @@ add_tool_handler(tools.SearchToolHandler())
add_tool_handler(tools.PatchContentToolHandler())
add_tool_handler(tools.AppendContentToolHandler())
add_tool_handler(tools.ComplexSearchToolHandler())
add_tool_handler(tools.BatchGetFileContentsToolHandler())
@app.list_tools()
async def list_tools() -> list[Tool]: