Updating missing commands (#1289)

This commit is contained in:
cperry-goog
2025-06-21 17:41:03 -07:00
committed by GitHub
parent 47780e984c
commit e20171e7dd
4 changed files with 51 additions and 4 deletions

View File

@@ -44,6 +44,9 @@ The core comes with a suite of pre-defined tools, typically found in `packages/c
- `ShellTool` (`shell.ts`): Executes arbitrary shell commands (requires careful sandboxing and user confirmation).
- **Web Tools:**
- `WebFetchTool` (`web-fetch.ts`): Fetches content from a URL.
- `WebSearchTool` (`web-search.ts`): Performs a web search.
- **Memory Tools:**
- `MemoryTool` (`memoryTool.ts`): Interacts with the AI's memory.
Each of these tools extends `BaseTool` and implements the required methods for its specific functionality.