Skip to content

pantoken / ai/pantoken-ai/src / AGENT_TOOLS

Variabel: AGENT_TOOLS

const AGENT_TOOLS: readonly AgentTool[]

Alfa

Hver installerbar verktøynøkkel.

Eksempel

Installer hvert verktøy individuelt

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

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