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