Application code for the Letta-first Knowledge Management Platform
- Dart 99.7%
- Dockerfile 0.3%
|
|
||
|---|---|---|
| .codegraph | ||
| .forgejo/workflows | ||
| backend-dart | ||
| .gitignore | ||
| README.md | ||
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 realtimesteward_client/— Dart/Flutter client library for registry, orchestration, and approval APIs
Role inside Steward Platform:
steward-registryremains the canonical governance and identity/data authoritysteward-runtimeremains 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-dartdart pub getdart testdart analyze
Client:
cd steward_clientdart pub getdart 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