UNPKG

erosolar-cli

Version:

Unified AI agent framework for the command line - Multi-provider support with schema-driven tools, code intelligence, and transparent reasoning

9 lines 279 B
import type { ToolPlugin } from '../registry.js'; /** * Planning Tool Plugin * * Registers workflow planning capabilities. * Available in node and cloud runtimes. */ export declare function createPlanningToolPlugin(): ToolPlugin; //# sourceMappingURL=planningPlugin.d.ts.map