Skip to content

pantoken / ai/pantoken-ai/src / AGENT_TOOLS

Переменная: AGENT_TOOLS

const AGENT_TOOLS: readonly AgentTool[]

Альфа

Каждый устанавливаемый ключ инструмента.

Пример

Установите каждый инструмент по отдельности

ts
import { AGENT_TOOLS, installAgentAssets } from "@pantoken/ai";

for (const tool of AGENT_TOOLS) installAgentAssets(tool, "./my-app");