Skip to content

Commit a3d5191

Browse files
committed
docs(readme): align OSS README with runtime platform framing
Phase 1: canonical primary/supporting copy, runtime model diagram, loopengine.io as docs authority.
1 parent 2338882 commit a3d5191

1 file changed

Lines changed: 15 additions & 9 deletions

File tree

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# Loop Engine
22

3-
> Open runtime for governed, observable enterprise loops.
3+
> An open governed operational runtime platform for AI-assisted enterprise systems.
44
55
[![npm](https://img.shields.io/npm/v/@loop-engine/sdk.svg?label=@loop-engine/sdk)](https://www.npmjs.com/package/@loop-engine/sdk)
66
[![Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE)
77
[![loopengine.io](https://img.shields.io/badge/docs-loopengine.io-blue)](https://loopengine.io)
88

99
## What is Loop Engine?
1010

11-
Loop Engine is an open runtime for governing decisions made by AI agents, humans, and automations working together.
11+
Loop Engine is an open governed operational runtime platform for AI-assisted enterprise systems.
12+
13+
Loop Engine connects AI providers, communication channels, and enterprise systems through decision loops.
1214

1315
Every transition through a loop:
1416
- Names the actor responsible (human, automation, or AI agent)
@@ -20,18 +22,22 @@ This creates a decision record produced at runtime, not reconstructed afterward.
2022

2123
## Why Loop Engine?
2224

23-
AI systems make recommendations. Humans approve decisions. Workflows execute actions. But who governed what happened in between?
24-
25-
Loop Engine sits between AI reasoning and operational execution. It enforces who can do what, under what conditions, with what evidence.
25+
AI systems make recommendations. Humans approve on channels they already use. Enterprise systems execute side effects. Loop Engine governs what happens between them — who may transition, under which guards, with what evidence.
2626

2727
```text
28-
AI Agent
28+
Providers (intelligence)
29+
30+
Decision loops + guards
2931
30-
Loop Engine ← decision governance
32+
Channels (human surfaces)
3133
32-
Workflow / ERP / Infrastructure
34+
Integrations (enterprise systems)
35+
36+
Evidence + learning
3337
```
3438

39+
Loop Engine is not a workflow engine, Slack bot, or generic integration platform. It is governance substrate for AI-assisted operations — local-first, developer-operable, Apache-2.0.
40+
3541
## Quick Start
3642

3743
```bash
@@ -119,7 +125,7 @@ Core primitives are bundled in `@loop-engine/sdk`. Internal monorepo-only packag
119125

120126
## Documentation
121127

122-
Full docs at **[loopengine.io](https://loopengine.io)**
128+
Canonical documentation lives at **[loopengine.io](https://loopengine.io)** (runtime, taxonomy, examples, self-host).
123129

124130
- [Quick Start](https://loopengine.io/docs/getting-started/quick-start)
125131
- [Core Concepts](https://loopengine.io/docs/core-concepts)

0 commit comments

Comments
 (0)