GenServer that owns durable runtime state for HTTP-managed pipeline runs.
Run metadata, event history, checkpoints, pending questions, and artifact indexes are persisted through a pluggable run store so HTTP and Phoenix consumers can replay run history after process restarts. The manager also admits one explicit checkpoint-backed resume for cancelled runs after the human gate has been fully cleared and the accepted answer has been durably recorded.
Summary
Functions
Returns a specification to start this module under a supervisor.
Creates and starts a pipeline run under HTTP management.
Returns persisted events after the given sequence number.
Clears in-memory and persisted HTTP runtime state for the current manager.
Attempts one explicit checkpoint-backed resume for an admitted interrupted run.
Starts the HTTP pipeline manager.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Creates and starts a pipeline run under HTTP management.
Returns persisted events after the given sequence number.
Clears in-memory and persisted HTTP runtime state for the current manager.
Attempts one explicit checkpoint-backed resume for an admitted interrupted run.
Starts the HTTP pipeline manager.