AGENTS.md@docs/cognitive_phenomena/meta-aware-2/config · git:20260906.82c8031 · 2026-09-06 · sha256 8e4262935adf78cf

AGENTS.md@docs/cognitive_phenomena/meta-aware-2/config git:20260906.82c8031A

Immutable. This exact content is served forever at /api/v1/blob/8e4262935adf78cf.

# Config - Agent Scaffolding

## Overview

**Purpose**: Responsible for `Config` operations within the GNN pipeline architecture.
**Category**: Generated Pipeline Component
**Status**: Development

---

## Core Functionality

### Primary Responsibilities
GNN Configuration Parser for Meta-Awareness Active Inference Model

This module provides comprehensive parsing of GNN configuration files,
creating all model variables and parameters in a generic, dimensionally-flexible way.

Part of the meta-aware-2 "golden spike" GNN-specified executable implement

### Extracted Code Entities

- **Classes**: GNNConfigParser, LevelConfig, ModelConfig, _TomlFallback
- **Functions**: export_config_summary, get_level_config, get_matrix, load, load_config, load_gnn_config, parse_config

## Implementation Details

This module follows the Thin Orchestrator Pattern. It is governed by the real-implementation testing policy.