Epic: Flows as Python, Visualization Always On #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
PRD:
docs/flows-as-python.md(commitea502d1)The DAG-as-JSON authoring model is being deleted. Flows become Python functions decorated with
@flow(...), withwith flow.step(name):blocks for named steps. A span tree is emitted automatically at runtime and rendered live in the UI. One authoring mode, one viewer, zero hand-written SDK code.Prerequisites (in hero_rpc)
Both must land before Story 1 here can start.
Stories
All-at-once release. No DAG back-compat. Rollout order is Story 1 → (Story 2 + Story 3 in parallel).
Out of scope
Done when
node_runs/Node/Edge/template_loader.rs/node_executors.rsdeleted from the codebase