Expand description
Stub implementations for building a Kernel (e.g. for replay-only tests). Replay does not call ActionExecutor or StepFn; policy is used only when running.
Structsยง
- Allow
AllPolicy - Policy that allows all actions (for replay-only Kernel).
- Noop
Action Executor - Action executor that never runs (for replay-only Kernel).
- Noop
Step Fn - Step function that always completes immediately (for replay-only Kernel).