ERP platform for managing AI agents
“import { Agent, openai } from "@runflow-ai/sdk"; // Create a basic agent const agent = new Agent({ name: "Support Agent", instructions: "You are a helpful customer support assistant.", model: openai("gpt-4o"), memory: { maxTurns: 10 }, });”
“The SDK includes these libraries out-of-the-box. No need to install separately: LibraryDescriptionaxiosHTTP client for API requests”
“The SDK includes these libraries out-of-the-box. No need to install separately: ... date-fnsModern date utility library”
“The SDK includes these libraries out-of-the-box. No need to install separately: ... lodashJavaScript utility library”
“The SDK includes these libraries out-of-the-box. No need to install separately: ... cheerioHTML/XML parsing”
“The SDK includes these libraries out-of-the-box. No need to install separately: ... pinoFast JSON logger”