UNPKG

@sethdouglasford/claude-flow

Version:

Claude Code Flow - Advanced AI-powered development workflows with SPARC methodology

17 lines 648 B
import { IStrategy, DecompositionResult } from "./base.js"; import { SwarmObjective } from "../types.js"; /** * Analysis Strategy - Enhanced with Meta-Learning DGM and Pattern Synthesis * Based on the Analysis Swarm Pattern from swarm documentation * * Features: * - Meta-learning for pattern discovery * - Pattern synthesis across multiple sources * - Advanced statistical analysis * - Knowledge graph construction * - Insight synthesis and validation */ export declare class AnalysisStrategy implements IStrategy { decomposeObjective(objective: SwarmObjective): Promise<DecompositionResult>; } //# sourceMappingURL=analysis.d.ts.map