UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

10 lines (9 loc) 372 B
import type { ToolFunction } from '../../scripting/javascript/JavascriptExecutionToolsOptions'; /** * Resolves the server-side `spawn_agent` tool for Node.js runtimes. * * Uses lazy require so core package can load outside Agents Server. * * @private internal utility for USE SPAWN commitment */ export declare function resolveSpawnAgentToolForNode(): ToolFunction;