pantoken / ai/pantoken-ai/src / AGENT_TOOLS
Variable: AGENT_TOOLS
constAGENT_TOOLS: readonlyAgentTool[]
Alpha
Every installable tool key.
Example
Install each tool individually
ts
import { AGENT_TOOLS, installAgentAssets } from "@pantoken/ai";
for (const tool of AGENT_TOOLS) installAgentAssets(tool, "./my-app");