mBedLM Docs Back to site
Docs/Operations/Startup Sequence

Startup Sequence

Bring up mBedLM-core in dependency order: validate, start substrate, then admit traffic through governed routes.

Last updated: 2026-06-23Keywords: startup sequence readiness operations

Operational Overview

Startup is treated as a gated flow rather than a single script run. Each stage establishes a stable boundary before the next layer is allowed to initialize.

Reference Startup Flow

1. Validate environment and secrets
2. Verify model artifacts and backend reachability
3. Start serving backends (general and specialist)
4. Start memory and tool substrate
5. Start orchestration and routing surfaces
6. Start web/API product surfaces
7. Admit workflow traffic after readiness checks

Readiness Gates

Operator Checks

python -m cli.main system status
python -m cli.main workflow preflight
python -m cli.main workflow status

Failure Containment

Curated Source Synthesis

What Is Intentionally Not Included