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");