AGENTS.md@docs/cognitive_phenomena/meta-aware-2/core · git:20260906.82c8031 · 2026-09-06 · sha256 9fed2488e18a201e
AGENTS.md@docs/cognitive_phenomena/meta-aware-2/core git:20260906.82c8031A
Immutable. This exact content is served forever at /api/v1/blob/9fed2488e18a201e.
# Core - Agent Scaffolding ## Overview **Purpose**: Responsible for `Core` operations within the GNN pipeline architecture. **Category**: Generated Pipeline Component **Status**: Development --- ## Core Functionality ### Primary Responsibilities Core module for meta-aware-2 simulations. Core Meta-Awareness Active Inference Model Generic, GNN-configurable implementation of hierarchical active inference for meta-awareness and attentional control. Supports arbitrary dimensionality and is fully configurable through GNN specification files. Pa ### Extracted Code Entities - **Classes**: MetaAwarenessModel, SimulationState - **Functions**: create_model_from_config, run_simulation ## Implementation Details This module follows the Thin Orchestrator Pattern. It is governed by the real-implementation testing policy.