AGENTS.md@docs/other/axiom/axiom_implementation · git:20260906.82c8031 · 2026-09-06 · sha256 409c96e43c05c303
AGENTS.md@docs/other/axiom/axiom_implementation git:20260906.82c8031A
Immutable. This exact content is served forever at /api/v1/blob/409c96e43c05c303.
# Axiom Implementation - Agent Scaffolding ## Overview **Purpose**: Responsible for `Axiom Implementation` operations within the GNN pipeline architecture. **Category**: Generated Pipeline Component **Status**: Development --- ## Core Functionality ### Primary Responsibilities AXIOM: Active eXpanding Inference with Object-centric Models ============================================================ Main orchestration file for the complete AXIOM implementation based on GNN specifications. This module coordinates all four mixture models (sMM, iMM, tMM, rMM) plus structure le ### Extracted Code Entities - **Classes**: AxiomAgent, AxiomConfig, DummyEnvironment - **Functions**: count_parameters, create_axiom_agent, get_state_dict, get_summary, load, load_state_dict, reset, reset_episode, run_axiom_experiment, save, step ## Implementation Details This module follows the Thin Orchestrator Pattern. It is governed by the real-implementation testing policy.