Loop Engine v0.1.1 — Grok & Gemini adapters and ActorDecisionError
v0.1.1
Adds xAI Grok and Google Gemini LLM actor adapters, ships LICENSE and README in npm tarballs, and introduces ActorDecisionError with typed codes for consistent failure handling across actor decisions.
What's new
Grok and Gemini adapters
New packages @loop-engine/adapter-grok and @loop-engine/adapter-gemini integrate xAI and Google models into the Loop Engine actor path.
ActorDecisionError
@loop-engine/actors exposes ActorDecisionError with typed codes — INVALID_SIGNAL, INVALID_CONFIDENCE, PARSE_FAILED, and API_ERROR — for consistent error semantics across actor decisions.
Packaging
LICENSE and README are now included in all published npm tarballs for clearer consumption and license compliance.
Why it matters
More teams standardize on a single loop runtime but need freedom at the model layer. First-class adapters reduce bespoke glue when adding or swapping providers.
Typed actor errors make operational responses and automated remediation easier than parsing unstructured failures from model calls.
