Files
lda-wf/docs
T
lda Verified 527f6023c6 refactor: extract NextActions into reusable workflow-surface models
Move wrapper-draft next_actions from handler-local dict helpers into
typed models in workflow_surface/next_actions.py. Adds NextActionTool
enum, NextActionPatchExample, and NextActions.from_wrapper_hints()
constructor. Replaces private _wrapper_draft_next_actions and
_wrapper_draft_patch_examples helpers. Adds can_continue as additive
advisory field. Keeps backward-compatible aliases in models.py.
527f6023c6 · 2026-05-31 18:49:11 +07:00
History
..
2026-05-31 14:18:34 +07:00
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-31 18:34:14 +07:00
2026-05-25 03:27:30 +07:00
2026-05-31 16:10:33 +07:00
2026-05-19 23:58:43 +07:00
2026-05-19 23:53:15 +07:00
2026-05-31 16:10:33 +07:00
2026-05-26 02:33:41 +07:00
2026-05-19 23:53:15 +07:00
2026-05-31 16:10:33 +07:00
2026-05-19 23:58:43 +07:00
2026-05-31 16:10:33 +07:00
2026-05-27 22:45:27 +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

Runtime References

Native subgraphs, concurrent foreach, lineage state, and durable stopped-run resume now have implemented foundations. Use the current roadmap and ADR/spec docs as the active references: