@ain-framework/ain-agent-sdk
v0.1.0
Published
Agent workflows for chat, marketing, and remote control.
Downloads
32
Readme
@ain-framework/ain-agent-sdk
Agent workflows for chat, marketing, and remote control.
Install
pnpm add @ain-framework/ain-agent-sdkUsage
import "dotenv/config";
import { routeUserMessage, runMarketingAgent, runRemoteControlWorkflow } from "@ain-framework/ain-agent-sdk";The host application owns environment loading and supplies model credentials (for example API_BASE_URL, API keys, and optional TAVILY_API_KEY or Lark credentials). This package does not include or load a project .env file.
