English
sofia-engine
edge-ai
industrial-ai
scientific-computing
embedded-ai
signal-processing
digital-signal-processing
predictive-maintenance
condition-monitoring
vibration-analysis
anomaly-detection
industrial-iot
iiot
telemetry
edge-computing
tinyml
on-device-learning
embedded-systems
machine-health
time-series
python
typescript
c
| { | |
| "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" | |
| } | |
| } | |