Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 654 Bytes

File metadata and controls

32 lines (24 loc) · 654 Bytes

Execute Module Specification

Overview

GNN model execution across multiple frameworks.

Components

Core

  • processor.py - Execution processor (1380 lines)

Framework Runners

  • jax/ - JAX execution
  • pymdp/ - PyMDP execution
  • numpy/ - NumPy execution

Execution Modes

  • Single model execution
  • Batch execution
  • Framework-specific execution

Key Exports

from execute import process_execute, ExecutionResult

Documentation

  • README: Module Overview
  • AGENTS: Agentic Workflows
  • SPEC: Architectural Specification
  • SKILL: Capability API