modifying files

This commit is contained in:
Markus Pfundstein
2024-11-29 14:31:05 +01:00
parent 725516d812
commit dfc0eb319b
4 changed files with 216 additions and 3 deletions

View File

@@ -47,6 +47,9 @@ def get_tool_handler(name: str) -> tools.ToolHandler | None:
add_tool_handler(tools.ListFilesInDirToolHandler())
add_tool_handler(tools.ListFilesInVaultToolHandler())
add_tool_handler(tools.GetFileContentsToolHandler())
add_tool_handler(tools.SearchToolHandler())
add_tool_handler(tools.PatchContentToolHandler())
add_tool_handler(tools.AppendContentToolHandler())
#@app.list_resources()
#async def list_resources() -> list[Resource]: