Skip to content

Releases: loopengine/loop-engine

v1.0.0-rc.1

10 Jun 16:03

Choose a tag to compare

v1.0.0-rc.1 Pre-release
Pre-release

@Loop-Engine v1.0.0-rc.1

Published packages:

Install

npm install @loop-engine/sdk@v1.0.0-rc.1

What changed

See CHANGELOG.md
for detailed changes, or view the npm release history.

What's Changed

  • docs(readme): Phase 1 — align OSS README with runtime platform by @betterdataco in #2

Full Changelog: v1.0.0-rc.0...v1.0.0-rc.1

v1.0.0-rc.0

24 Apr 17:31
3f4d93e

Choose a tag to compare

v1.0.0-rc.0 Pre-release
Pre-release

@Loop-Engine v1.0.0-rc.0

Published packages:

Install

npm install @loop-engine/sdk@v1.0.0-rc.0

What changed

See CHANGELOG.md
for detailed changes, or view the npm release history.

What's Changed

  • feat: 1.0.0-rc.0 surface reconciliation (Branch A) by @betterdataco in #1

New Contributors

Full Changelog: v0.2.0...v1.0.0-rc.0

v0.2.0

17 Apr 01:07

Choose a tag to compare

@Loop-Engine v0.2.0

New packages

  • @loop-engine/adapter-perplexity — Perplexity Sonar adapter with citation support
  • @loop-engine/loop-definition — Loop definition package

Updated packages

  • @loop-engine/sdk 0.1.7 → 0.2.0 — LoopBuilder DSL, consolidated dsl exports
  • @loop-engine/dsl — marked private, merged into sdk
  • @loop-engine/runtime 0.1.5 → 0.1.6
  • @loop-engine/observability 0.1.5 → 0.1.6
  • @loop-engine/adapter-gemini 0.1.6 → 0.1.7
  • @loop-engine/adapter-grok 0.1.7 → 0.1.8
  • @loop-engine/adapter-openclaw 0.1.7 → 0.1.8
  • @loop-engine/registry-client 0.1.7 → 0.1.8

Infrastructure

  • CI publish pipeline via GitHub Actions (NODE_AUTH_TOKEN)
  • npm Automation token replaces desktop publishing
  • validate:publish script prevents workspace:* leaking into tarballs

Install

npm install @loop-engine/sdk@0.2.0

v0.1.5

14 Mar 05:00

Choose a tag to compare

Fix: npm install now works correctly from fresh environments.

v0.1.3

14 Mar 04:23

Choose a tag to compare

Added

  • Added repository metadata to all published @loop-engine/* package manifests, including correct directory mapping for packages/* and packages/adapters/*.

Changed

  • Bumped all package versions from 0.1.2 to 0.1.3.

Notes

  • This release improves npm/GitHub metadata traceability and package source-link resolution.

v0.1.2 - Keywords, README, and LICENSE FILES

13 Mar 23:23

Choose a tag to compare

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