Graph: IR foundation with Applicative parallelism

t-531·WorkTask·
·
·
·Omni/Agent/Prompt/IR.hs
Created3 months ago·Updated1 month ago·pipeline runs →

Description

Edit

Evolve the graph system toward a proper IR (intermediate representation).

Phase 1 - Applicative Detection:

  • Add Applicative instance that detects parallel structure
  • Auto-parallelize expressions like: (,) <$> fork x <*> fork y

Phase 2 - Compile Phase:

  • Separate "build graph" from "execute graph"
  • Enable optimization passes between phases

Phase 3 - Optimization:

  • Fuse adjacent inferences
  • Eliminate dead branches
  • Schedule for parallelism

See: Omni/Agent/Graph/IR.md (theoretical foundation)

Git Commits

accf0313Add graph IR build/compile foundation with applicative fork detection
Coder Agent8 weeks ago1 files

Timeline (9)

🔄[system]Open → InProgress1 month ago
💬[system]1 month ago

Pipeline: dev completed (run=dev-t-531-1771520806, cost=0.0c)

🔄[system]InProgress → Verified1 month ago
💬[system]1 month ago

Pipeline: build verification passed

🔄[system]Verified → Done1 month ago
💬[system]1 month ago

Pipeline: integrated into live at accf03131807fc3a25741ba4932719b1441578df