/** * Scientist Agent - Data Analysis & Research Execution * * Specialized agent for executing data analysis workflows using Python. * Performs EDA, statistical analysis, and generates actionable findings. * * Enables: * - Exploratory data analysis on CSV, JSON, Parquet files * - Statistical computations and hypothesis testing * - Data transformations and feature engineering * - Generating structured findings with evidence */ import type { AgentConfig, AgentPromptMetadata } from './types.js'; export declare const SCIENTIST_PROMPT_METADATA: AgentPromptMetadata; export declare const scientistAgent: AgentConfig; //# sourceMappingURL=scientist.d.ts.map