AGENTS.md@docs/cognitive_phenomena/meta-aware-2/execution · git:20260906.82c8031 · 2026-09-06 · sha256 a21b3002552c940e
AGENTS.md@docs/cognitive_phenomena/meta-aware-2/execution git:20260906.82c8031A
Immutable. This exact content is served forever at /api/v1/blob/a21b3002552c940e.
# Execution - Agent Scaffolding ## Overview **Purpose**: Responsible for `Execution` operations within the GNN pipeline architecture. **Category**: Generated Pipeline Component **Status**: Development --- ## Core Functionality ### Primary Responsibilities Simulation Runner for Meta-Aware-2 Main execution module that orchestrates all components of the meta-awareness simulation pipeline. Provides high-level interface for running simulations with comprehensive logging, visualization, and analysis. Part of the meta-aware-2 "golden spike" GNN-specified ### Extracted Code Entities - **Classes**: SimulationRunner - **Functions**: get_results_summary, run_complete_analysis, run_simulation, run_simulation_from_config ## Implementation Details This module follows the Thin Orchestrator Pattern. It is governed by the real-implementation testing policy.