Documentation / modules
Workflows
Define typed workflows, persist durable run records, supervise runs inside sessions, and expose workflow tools.
Repository
| Field | Value |
|---|---|
| Repository | github.com/looprig/workflows |
| Version | v0.1.0 |
| GitHub | looprig/workflows |
Description
Define typed workflows, persist durable run records, supervise runs inside sessions, and expose workflow tools.
Where it fits
Workflows are useful on their own when an application needs typed, durable workflow definitions with interruption, recovery, supervision, and tool-facing controls. Within Looprig, the module combines Flow, Harness, Inference, and Storage. Workflows coordinate long-running business processes; Harness continues to own agent sessions and Flow continues to execute graphs.
Dependencies
Dependents
None.