You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
12
14
13
15
Every transition through a loop:
14
16
- Names the actor responsible (human, automation, or AI agent)
@@ -20,18 +22,22 @@ This creates a decision record produced at runtime, not reconstructed afterward.
20
22
21
23
## Why Loop Engine?
22
24
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.
26
26
27
27
```text
28
-
AI Agent
28
+
Providers (intelligence)
29
+
↓
30
+
Decision loops + guards
29
31
↓
30
-
Loop Engine ← decision governance
32
+
Channels (human surfaces)
31
33
↓
32
-
Workflow / ERP / Infrastructure
34
+
Integrations (enterprise systems)
35
+
↓
36
+
Evidence + learning
33
37
```
34
38
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
+
35
41
## Quick Start
36
42
37
43
```bash
@@ -119,7 +125,7 @@ Core primitives are bundled in `@loop-engine/sdk`. Internal monorepo-only packag
119
125
120
126
## Documentation
121
127
122
-
Full docs at **[loopengine.io](https://loopengine.io)**
128
+
Canonical documentation lives at **[loopengine.io](https://loopengine.io)** (runtime, taxonomy, examples, self-host).
0 commit comments