improvement: added registry for each tools directory for organization

This commit is contained in:
Waleed Latif
2025-03-09 13:40:08 -07:00
parent c8ab36492d
commit 3ddbe194e3
9 changed files with 74 additions and 34 deletions

4
tools/function/index.ts Normal file
View File

@@ -0,0 +1,4 @@
import { functionExecuteTool } from './execute'
import { webcontainerExecuteTool } from './webcontainer'
export { functionExecuteTool, webcontainerExecuteTool }