feat(whaleflow): add typed workflow foundation

Harvested from PR #2482 by @AdityaVG13, preserving the typed WhaleFlow config and deterministic planner direction without exposing the runtime workflow_run tool yet.

Co-authored-by: AdityaVG13 <44177453+AdityaVG13@users.noreply.github.com>
This commit is contained in:
Hunter B
2026-06-05 19:06:54 -07:00
parent e6078b7be0
commit 38fd4b1e84
8 changed files with 760 additions and 6 deletions
+1
View File
@@ -15,6 +15,7 @@ members = [
"crates/tools",
"crates/tui",
"crates/tui-core",
"crates/whaleflow",
]
default-members = ["crates/cli", "crates/app-server", "crates/tui"]
resolver = "2"