Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.3 KB

File metadata and controls

35 lines (26 loc) · 1.3 KB

Roadmap

v0.1 - Foundation (current)

  • Core domain model (@loop-engine/core)
  • DSL - YAML and TypeScript builder (@loop-engine/loop-definition)
  • Runtime - state machine executor (@loop-engine/runtime)
  • Guards - deterministic policy checks (@loop-engine/guards)
  • Actors - human, automation, AI agent model (@loop-engine/actors)
  • Events - canonical structured event schema (@loop-engine/events)
  • SDK - developer entry point (@loop-engine/sdk)
  • Adapters - memory, Postgres, Kafka, HTTP
  • Canonical loops - SCM, CRM, finance, support

v0.2 - Observability + Devtools

  • Observability package - metrics, timeline, replay (@loop-engine/observability)
  • UI Devtools - React panel for loop inspection (@loop-engine/ui-devtools)
  • Loop Inspector app
  • Signal rules - state dwell, threshold breach, guard pattern

v0.3 - Registry

  • Registry client (@loop-engine/registry-client)
  • Local registry support
  • loop-registry repo (hosted discovery)

v1.0 - Stable

  • Stable API across all core packages
  • 6-month deprecation window enforced on breaking changes
  • Community governance model documented

This roadmap reflects current thinking. It will change based on contributor input and real-world usage. Open an RFC issue to propose additions.