The pipeline phase to aggregate ("analyze", "prisma", "interface", "test", "realize") or "all" for cross-phase aggregation
Total aggregate metrics combining all operations.
This mandatory property contains the sum of all operation-level metrics, providing a unified view of total resource consumption and execution outcomes for the entire phase or pipeline. The aggregation performs element-wise addition across all token metrics and trial statistics, ensuring comprehensive cost and reliability reporting.
Type-safe collection of process aggregates organized by operation type.
This generic type represents a comprehensive aggregation structure that maps each AI agent operation within a specific phase (or across all phases) to its cumulative execution metrics. The collection enables detailed analysis of resource consumption and operational quality at both the individual operation level and the overall aggregate level.
The collection structure provides two levels of metric visibility:
analyzeScenario,prismaSchema,realizeWrite) containing isolated metrics for that specific operation across all executions.allproperty that combines metrics from all operations into a single unified view, providing phase-level or pipeline-level totals.This dual-level structure supports both granular analysis (identifying which specific operations are expensive or unreliable) and holistic reporting (understanding overall phase or pipeline costs).