Expand description
Builtin Components for ORCS runtime.
These components provide core functionality:
HilComponent- Human-in-the-Loop approval managementIOBridge- Bridge between View and Model layersEchoWithHilComponent- Echo with HIL integration (test/example)NoopComponent- Minimal component for channel binding
Structs§
- Approval
Request - Request for Human approval.
- Decorator
Config - Decorator package configuration.
- Echo
With HilComponent - Echo component with HIL integration.
- HilComponent
- Human-in-the-Loop Component.
- IOBridge
- IO Bridge - Pure bridge between View and Model layers.
- Noop
Component - Minimal Component that does nothing but satisfy the 1:1 Channel binding.
Enums§
- Approval
Result - Result of an approval request.