{
  "id": "local_llm_runtime",
  "label": "Local LLM Runtime Canonical",
  "phase": "phase-03",
  "category": "cognitive_flow",
  "status": "ACTIVE_DH_MIRROR",
  "purpose": "Define the self-hosted interpretive runtime boundary for DEVON-DEV before any model, benchmark, RAG flow or downstream cognitive component is treated as executable infrastructure.",
  "function": "Keep DEVON-DEV interpretation anchored to a local runtime contract: external APIs cannot become decision dependencies, runtime choice stays MISSING until benchmark, GPU remains non-mandatory until explicitly decided, and the current server is only the first measured baseline.",
  "depends_on": [
    "cfc",
    "fsm_absolute_decision",
    "tool_registry",
    "architecture_source_registry"
  ],
  "used_by": [
    "qwen_coder_model",
    "qwen_data_interpreter",
    "internal_rag",
    "retrieval_engine",
    "embeddings_engine",
    "vector_index"
  ]
}
