SPINE / CURRENT PROOF
Source-pinned recruiter view

Governed orchestration with one runtime truth.

SPINE is a RunContext-governed orchestration runtime and multi-agent backbone. Its adopted compiled path separates planning, policy, execution and verification while keeping broader experimentation surfaces explicitly outside that production path.

PythonFastAPIRunContextMCP7-tier memoryCLI + HTTP
Adopted execution path

Compile, validate, execute, verify

task
-> SkillCompiler
-> PlanArtifact
-> PlanValidator and policy tags
-> execute_compiled_plan(...)
-> PlanExecutor
-> RunContext evidence and result state

Exposed through:
- CLI: python -m spine.orchestrator execute ...
- HTTP: POST /api/orchestrator/execute
ADOPTED PATH

Compiled execution

  • RunContext is the runtime authority.
  • Plan compilation and validation precede execution.
  • CLI and HTTP use the same compiled entrypoint.
  • Policy, execution and verification evidence remain inspectable.
PEER / REFERENCE

Separate runtime surfaces

  • AgenticLoop / cmd_run
  • OODALoop.run()
  • run_scenario.py
  • fan-out and pipeline patterns
  • review CLI and sibling API routes

Implemented surfaces are not presented as adopted compiled transports merely because they exist.

What this case demonstrates

Architecture beyond a single agent loop

Typed orchestrationCompiled plans, validation, policy tags, executor boundaries and shared runtime state.
Memory architectureKV, scratchpad, vector, ephemeral, episodic, deep and graph tiers, with optional backends and explicit lifecycle boundaries.
Operational separationExecution transports, peer cognition loops, dashboards, reports and memory systems are described without collapsing them into one claim.
Evidence and limitations

What was verified for this refresh

ClaimEvidence classBoundary
Compiled CLI and HTTP execution pathImplemented and documented in current private sourceNot re-executed by this static showcase change
RunContext authority inversion and plan validationSource and public showcase documentationCurrent proof page summarizes, it does not replace the source contracts
7-tier memory and broader supporting systemsImplemented/source-documentedSome backends are optional and environment-dependent
3650+ testsSource README claim at the pinned source headNo new test run was performed during publication
Seven public interactive demosPublic showcase treeDemos are explanatory; they are not a production runtime

Freshness rule: this page is the dated recruiter-facing evidence entry. The larger showcase remains valuable feature and design documentation, but it is a point-in-time public projection and does not imply that every later private-source capability has been republished.