Release type: alpha (engineering prototype)
- Rust runtime with governed swarm orchestration.
- OpenAI-compatible provider path with environment-injected API key.
- GraphRAG + learning memory + verifier loop.
- Dashboard backend + Vue 3 control plane.
- Capability governance actions (
verify,deprecate,rollback). - Local startup scripts for Windows and Linux.
- Requirement -> CEO -> swarm -> execution -> verifier flow.
- Runtime guard + circuit breaker model.
- Capability catalog and forged capability lifecycle.
- Dashboard snapshots/replay and SSE notifications.
- Basic operator settings API for language/vendor/model/base-url/api-key.
- CI pipeline for Rust and frontend build.
- Full production hardening for all MCP providers.
- Rich realtime charting and full replay animation timeline.
- Complete browser anti-bot strategy across all providers.
- Multi-tenant authn/authz and policy admin panel.
cargo check --workspacepassed.cargo test --workspacepassed.npx vite buildpassed.
- Runtime/operator settings are persisted in
deploy/runtime/operator-settings.json. - Do not commit runtime artifacts or secrets.
