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 401 B
/** * Build and Test Tools with AI-Powered Error Analysis * * Provides run_build, run_tests, and check_package_info tools that automatically * analyze errors and suggest fixes, following Claude Code's approach. */ import type { ToolDefinition } from '../core/toolRuntime.js'; export declare function createBuildTools(workingDir: string): ToolDefinition[]; //# sourceMappingURL=buildTools.d.ts.map