@younndai/lyt-runner
PackagesThe YON automation runner. It expands Lyt automator records and registers the current vault, lease, mesh, and optional LLM operation surface.
@younndai/lyt-runner ships inside the lyt CLI — most people get it there. To use it on its own, add the package:
npm install @younndai/lyt-runnerThe automation runner
lyt-runner is a focused layer on the YON runner. Its public expander transforms declarative @AUTOMATOR and @DIRECTIVE records into core YON records before execution; callers invoke that expansion explicitly.
Automations are YON documents
An automator is a YON document in a vault, so it is versioned with the knowledge it operates on. With a Lyt runtime, the current registered operations include real lease acquisition, release, and refresh plus vault sync and commit. Mesh pull and propagate are registered stubs for consumers that need the declared surface.
Governed and deterministic
The runner can also register LLM operations when supplied an lyt-llm gateway. Generation and embedding are the current real LLM operations; streaming and object generation remain declared stubs. It ships inside the lyt CLI.
