Application code for the Letta-first Knowledge Management Platform
  • Dart 99.7%
  • Dockerfile 0.3%
Find a file
brein f95fb4da69
Some checks failed
CI / test (push) Failing after 6s
pubspec rommel Internal ip
2026-07-30 10:04:01 +02:00
.codegraph ci: fix dockerfiles with git URLs + protobuf exports 2026-07-30 00:32:59 +02:00
.forgejo/workflows CI: verwijder overbodige steward-runtime/steward-registry dependency-checkouts 2026-07-23 13:28:52 +02:00
backend-dart pubspec rommel Internal ip 2026-07-30 10:04:01 +02:00
.gitignore feat: signup with real registry UUIDs + JWT tenantId/principalId + integration tests + CI workflow 2026-07-21 17:10:16 +02:00
README.md refactor(soc): split God Objects and consolidate components 2026-07-12 00:24:31 +02:00

Steward Control

Dart control-plane repo for Steward Platform.

This repository now contains only the Dart surfaces for the Steward control plane:

  • backend-dart/ — event-driven Dart backend runtime for registries, orchestration, approvals, and realtime
  • steward_client/ — Dart/Flutter client library for registry, orchestration, and approval APIs

Role inside Steward Platform:

  • steward-registry remains the canonical governance and identity/data authority
  • steward-runtime remains the execution kernel
  • this repo owns the control-plane and client surfaces on top of those components

Current contents:

  • Dart backend (backend-dart)
  • Dart client package (steward_client)
  • minimal root docs/config for this repo

Quick start

Backend:

  • cd backend-dart
  • dart pub get
  • dart test
  • dart analyze

Client:

  • cd steward_client
  • dart pub get
  • dart analyze

Notes:

  • legacy Python, TypeScript, frontend, local docker data, and prompt/tooling surfaces were intentionally removed from version control
  • deployment/infrastructure docs live in steward-platform