Jidoka.Review (Jidoka v0.9.0)

Copy Markdown View Source

Durable human-review data contracts.

Runtime controls can return interrupts that pause a turn before an unsafe or externally reviewed operation executes. Jidoka stores that pause as Jidoka.Review.Interrupt, exposes it to applications as Jidoka.Review.Request, and resumes with Jidoka.Review.Response.

Summary

Types

interrupt()

@type interrupt() :: Jidoka.Review.Interrupt.t()

policy()

@type policy() :: Jidoka.Review.Policy.t()

request()

@type request() :: Jidoka.Review.Request.t()

response()

@type response() :: Jidoka.Review.Response.t()