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