Skip to content

v0.1.2 - Keywords, README, and LICENSE FILES

Choose a tag to compare

@betterdataco betterdataco released this 13 Mar 23:23

Loop Engine v0.1.2

Loop Engine is an open runtime for governing decisions made by AI agents,
humans, and automations working together. Every transition through a loop
names the actor responsible, evaluates guard policies, attaches structured
evidence, and emits an immutable audit event — at runtime, not reconstructed
afterward.

What's in this release

This is the initial public release of all 22 @loop-engine/* packages.

Packages

  • @loop-engine/sdk — main entry point, start here
  • @loop-engine/runtime — loop lifecycle and transitions
  • @loop-engine/actors — actor types and authorization
  • @loop-engine/guards — guard evaluation pipeline
  • @loop-engine/adapter-anthropic — Claude as a governed AI actor
  • @loop-engine/adapter-openai — OpenAI as a governed AI actor
  • @loop-engine/adapter-grok — Grok (xAI) as a governed AI actor
  • @loop-engine/adapter-gemini — Gemini as a governed AI actor
  • @loop-engine/adapter-openclaw — OpenClaw integration
  • @loop-engine/adapter-postgres — PostgreSQL persistence
  • @loop-engine/adapter-kafka — Kafka event streaming
    • 11 more packages

Get started

npm install @loop-engine/sdk

Docs: https://loopengine.io
Examples: https://github.com/loopengine/loop-examples