Commit 53f1808
committed
chore: initial public release — Open Dynamic Workflow (odw + pandacode)
Why: open-source the dynamic-workflow runner and its executor as one Cargo
workspace, so an agent gets the whole thing out of the box: clone →
./install.sh → odw doctor → run.
What:
- Monorepo (Cargo workspace): odw/ orchestrates the workflow graph and
dispatches every agent() node to an executor; pandacode/ is that executor
(codex / claude / bamboo domestic-LLM runtimes) behind one CLI shape.
- Fresh single-commit history (internal dogfood history dropped); tree is
leak-audited clean (no secrets, paths, or private infra names).
- Top-level README/LICENSE/install.sh + one consolidated CI gate
(build + test + clippy + odw parity selftest).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>0 parents commit 53f1808
100 files changed
Lines changed: 38731 additions & 0 deletions
File tree
- .github/workflows
- odw
- docs
- examples
- examples
- scripts
- skills/odw
- src
- pack
- templates
- claude
- agents
- commands
- workflows
- odw
- framework
- schemas
- report
- vendor
- runtime
- tests
- pandacode
- docs
- scripts
- src
- providers
- runtimes
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments