# 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.
