erosolar-cli
Version:
Unified AI agent framework for the command line - Multi-provider support with schema-driven tools, code intelligence, and transparent reasoning
8 lines • 380 B
TypeScript
export interface WorkspaceCaptureOptions {
treeDepth?: number;
maxEntries?: number;
docExcerptLimit?: number;
}
export declare function resolveWorkspaceCaptureOptions(env?: NodeJS.ProcessEnv): WorkspaceCaptureOptions;
export declare function buildWorkspaceContext(root: string, options?: WorkspaceCaptureOptions): string | null;
//# sourceMappingURL=workspace.d.ts.map