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