Releases: loopengine/loop-engine
v1.0.0-rc.1
@Loop-Engine v1.0.0-rc.1
Published packages:
- See npm @loop-engine org for full package list and changelogs.
Install
npm install @loop-engine/sdk@v1.0.0-rc.1What 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
@Loop-Engine v1.0.0-rc.0
Published packages:
- See npm @loop-engine org for full package list and changelogs.
Install
npm install @loop-engine/sdk@v1.0.0-rc.0What 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
- @betterdataco made their first contribution in #1
Full Changelog: v0.2.0...v1.0.0-rc.0
v0.2.0
@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/sdk0.1.7 → 0.2.0 — LoopBuilder DSL, consolidated dsl exports@loop-engine/dsl— marked private, merged into sdk@loop-engine/runtime0.1.5 → 0.1.6@loop-engine/observability0.1.5 → 0.1.6@loop-engine/adapter-gemini0.1.6 → 0.1.7@loop-engine/adapter-grok0.1.7 → 0.1.8@loop-engine/adapter-openclaw0.1.7 → 0.1.8@loop-engine/registry-client0.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.0v0.1.5
Fix: npm install now works correctly from fresh environments.
v0.1.3
Added
- Added
repositorymetadata to all published@loop-engine/*package manifests, including correctdirectorymapping forpackages/*andpackages/adapters/*.
Changed
- Bumped all package versions from
0.1.2to0.1.3.
Notes
- This release improves npm/GitHub metadata traceability and package source-link resolution.
v0.1.2 - Keywords, README, and LICENSE FILES
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