File size: 1,386 Bytes
876458a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "schema": "sofia.runtime-manifest.v1",
  "name": "Sofia Engine",
  "version": "3.0.0a1",
  "release_date": "2026-09-22",
  "provenance": {
    "git_commit": "3f1d5e85f8ab66870168f185a74bc80790926214",
    "repository": "https://github.com/rootcastleco/sofia-ai",
    "branch": "feature/sofia-runtime-v3"
  },
  "runtime_environment": {
    "python": ">=3.11",
    "dependencies": {
      "core": ["numpy>=1.24"],
      "optional_industrial": ["paho-mqtt>=1.6", "pymodbus>=3.0", "pyserial>=3.5"],
      "optional_ml": ["onnxruntime>=1.15", "torch>=2.0"],
      "optional_copilot": ["openai>=1.0"]
    },
    "supported_architectures": ["x86_64", "arm64", "armv7l", "c99-embedded"]
  },
  "contracts": {
    "feature_vector_schema": "3.0",
    "model_manifest_schema": "sofia.model-manifest.v1",
    "vm_bytecode_version": "1.0",
    "embedded_q_format": "Q16.16"
  },
  "performance_budgets": {
    "fft_1024_us_ceiling": 500,
    "fft_4096_us_ceiling": 2000,
    "envelope_2048_us_ceiling": 1000,
    "symmetrical_components_us_ceiling": 1500
  },
  "subsystem_maturity": {
    "scientific_dsp": "stable",
    "telemetry_runtime": "stable",
    "diagnostics_engine": "stable",
    "policy_engine": "stable",
    "embedded_c99": "stable",
    "assembly_vm": "beta",
    "in_situ_learning": "experimental",
    "quantum_emulation": "experimental",
    "llm_copilot": "optional"
  }
}