Files
lda-wf/docs
T
..
2026-05-17 03:07:51 +07:00
2026-05-21 14:45:05 +07:00
2026-05-21 03:09:26 +07:00
2026-05-21 14:45:05 +07:00
2026-05-21 14:56:49 +07:00
2026-05-19 23:58:43 +07:00
2026-05-19 23:53:15 +07:00
2026-05-21 14:56:49 +07:00
2026-05-21 14:45:05 +07:00
2026-05-19 23:53:15 +07:00
2026-05-19 23:58:43 +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.
  • Async parallel foreach with explicit scheduling, reducer/merge semantics, and failure policy. Do not implement this as plain asyncio.gather over sync handlers.