Files
lda-wf/docs
T
..
2026-05-22 21:40:53 +07:00
2026-05-17 03:07:51 +07:00
2026-05-21 14:45:05 +07:00
2026-05-25 03:27:30 +07:00
2026-05-25 03:27:30 +07:00
2026-05-25 02:04:29 +07:00
2026-05-19 23:58:43 +07:00
2026-05-19 23:53:15 +07:00
2026-05-22 11:43:05 +07:00
2026-05-25 02:04:29 +07:00
2026-05-19 23:53:15 +07:00
2026-05-19 23:58:43 +07:00

Documentation Index

Start here when orienting to the project. Top-level docs are the current reference unless marked otherwise. Historical scratch notes and completed implementation plans are kept for context, not as active instructions.

Current Overview

Core Workflow Model

Authoring

MCP Platform

Protocol Notes

Historical Material

Future Runtime Work

Two runtime features may come back after the platform/DX roadmap advances:

  • Native subgraph execution with child run state, interrupt bubbling, and resume back into the child workflow.
  • Concurrent foreach with explicit scheduling, reducer/merge semantics, and failure policy. Sync runtime can interleave item frames deterministically; async runtime can add simultaneous async node handler execution. Do not implement this as plain asyncio.gather over sync handlers.