import { ProficientClient } from "@proficient/client";const proficient = new ProficientClient({ apiKey: process.env.PROFICIENT_AI_PUBLISHABLE_KEY, userExternalId: "...", // The user's unique ID in your system});const agentId = "ag_Lad8YCGGiDLiqIZPWRXmc2ix";const agent = await proficient.agents.get(agentId);
import { ProficientClient } from "@proficient/client";const proficient = new ProficientClient({ apiKey: process.env.PROFICIENT_AI_PUBLISHABLE_KEY, userExternalId: "...", // The user's unique ID in your system});const agentId = "ag_Lad8YCGGiDLiqIZPWRXmc2ix";const agent = await proficient.agents.get(agentId);
import { ProficientClient } from "@proficient/client";const proficient = new ProficientClient({ apiKey: process.env.PROFICIENT_AI_PUBLISHABLE_KEY, userExternalId: "...", // The user's unique ID in your system});const agentId = "ag_Lad8YCGGiDLiqIZPWRXmc2ix";const agent = await proficient.agents.get(agentId);
<p>An _agent_ is an AI entity that exists to serve your project's users. Agents are intelligent, configurable and context-aware and can interact with your users via a messaging system enabled by the Proficient API.</p>