Expand description
Ephemeral one-shot Home Assistant actuator agent (stub).
OneOffActuatorAgent mirrors the Python OneOffActuatorAgent: it is
spawned on demand by the orchestrator to resolve and execute a single
natural-language Home Assistant service-call request, then terminates.
§Current status
This is a stub pending full implementation. The run loop exits after processing one message, matching the one-shot semantics of the Python version. HA resolution and LLM inference will be layered on top once the relevant pipelines are available in Rust.
Structs§
- OneOff
Actuator Agent - Ephemeral actor that resolves and executes one-shot HA service calls.