AGENTS.md@docs/cognitive_phenomena/meta-aware-2/simulation_logging · git:20260906.82c8031 · 2026-09-06 · sha256 d8de3d00def934b4
AGENTS.md@docs/cognitive_phenomena/meta-aware-2/simulation_logging git:20260906.82c8031A
Immutable. This exact content is served forever at /api/v1/blob/d8de3d00def934b4.
# Simulation Logging - Agent Scaffolding ## Overview **Purpose**: Responsible for `Simulation Logging` operations within the GNN pipeline architecture. **Category**: Generated Pipeline Component **Status**: Development --- ## Core Functionality ### Primary Responsibilities Simulation Logging Module for Meta-Aware-2 Comprehensive logging system for tracking simulation progress, performance, and results. Provides structured logging with correlation contexts for the meta-awareness computational phenomenology pipeline. Part of the meta-aware-2 "golden spike" GNN-specifi ### Extracted Code Entities - **Classes**: SimulationLogger, SimulationMetrics - **Functions**: add_tag, create_logger, critical, debug, error, finalize, get_log_files, get_metrics, info, log_convergence_check, log_custom_metric, log_level_update, log_matrix_operation, log_memory_usage, log_numerical_issue, log_policy_selection, log_precision_update, log_simulation_end, log_simulation_start, log_step_end, log_step_start, set_model_info, warning ## Implementation Details This module follows the Thin Orchestrator Pattern. It is governed by the real-implementation testing policy.