codex-flows/packages/flow-runtime
matamune b65ba6619c
Some checks failed
ci / check (push) Failing after 18s
Prepare codex flow packages for npm release
2026-05-13 13:36:37 +00:00
..
src Add Convex flow backend component 2026-05-13 12:59:04 +00:00
test Merge Code Mode flow support into main 2026-05-13 03:17:06 +00:00
package.json Prepare codex flow packages for npm release 2026-05-13 13:36:37 +00:00
README.md Prepare codex flow packages for npm release 2026-05-13 13:36:37 +00:00
tsconfig.build.json Prepare codex flow packages for npm release 2026-05-13 13:36:37 +00:00
tsconfig.json Fix flow workspace CI type resolution 2026-05-13 02:45:25 +00:00

@peezy.tech/flow-runtime

Generic runtime primitives for Codex flow packages.

This package loads flow.toml manifests, matches generic events to flow steps, validates JSON-schema payloads, and runs steps with the Bun or feature-flagged Code Mode runners.

import { discoverFlows, matchingSteps, runFlowStep } from "@peezy.tech/flow-runtime";

Code Mode steps remain gated. Enable them with:

CODEX_FLOWS_MODE=code-mode