Workflow author API: `createWorkflow` plus re-exports of protocol workflow types.
`AgentFn` adapter that calls an OpenAI-compatible `POST /chat/completions` endpoint using `LlmProvider` from `@uncaged/workflow-runtime`.
Thread engine: execution, fork/GC, extract pipeline, supervisor/worker wiring, and workflow-as-agent.
`AgentFn` adapter that runs the `cursor-agent` CLI against a workspace path derived from the thread.
Bundle validation, dynamic export extraction, registry YAML, and model/provider resolution.
Shared TypeScript types and JSON Schema constants for the workflow engine.
Core runtime and engine for Workflow SDK
LLM calling abstraction and thread “reactor” for structured tool invocation.
Agent framework — `createAgent` factory, context builder, frontmatter fast-path, and LLM extract pipeline.
`uwf` CLI — thread lifecycle, workflow registry, CAS inspection, and setup.
Content-addressable storage implementation, bundle hashing, and Merkle helpers.
`uwf-hermes` agent — spawns Hermes chat via ACP and captures session detail.
Reference **develop** workflow template: plan phases, implement in a loop, review, test, then commit.
Protocol Buffers for JavaScript & TypeScript.
Reference **solve-issue** workflow template: prepare a repo, delegate implementation to the **develop** workflow, then submit (e.g. open a PR).
Alternative JavaScript/TypeScript runtime for ANTLR4
Get a user agent string across all JavaScript Runtime Environments
Runtime validation and processing of JavaScript types
babel's modular runtime helpers
`uwf-builtin` agent — built-in LLM agent with file read/write and shell tools.
Shared utilities: encoding, IDs, logging, frontmatter parsing, storage paths, and CLI reference generation.
ESM -> WebAssembly Component creator, via a SpiderMonkey JS engine embedding
Workflow Observability UI
Runtime for Regenerator-compiled generator and async functions.