From e20171e7ddb7c4d0935dcb578b8395dc560005ec Mon Sep 17 00:00:00 2001 From: cperry-goog <78765543+cperry-goog@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:41:03 -0700 Subject: Updating missing commands (#1289) --- docs/core/tools-api.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/core') diff --git a/docs/core/tools-api.md b/docs/core/tools-api.md index 3c41820c..44686bc5 100644 --- a/docs/core/tools-api.md +++ b/docs/core/tools-api.md @@ -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. -- cgit v1.2.3