sofia / config.json
rootcastleengineering's picture
release: publish Sofia Engine 3.0.0a1 artifacts, manifests, and documentation
876458a
Raw
History Blame Contribute Delete
792 Bytes
{
"model_type": "sofia-engine",
"architecture": "scientific-edge-runtime",
"library_name": "sofia-engine",
"runtime": {
"version": "3.0.0a1",
"python": ">=3.11",
"core_dependency": "numpy>=1.24",
"offline_first": true,
"deterministic": true
},
"capabilities": {
"scientific_signal_processing": true,
"industrial_telemetry": true,
"machine_health_diagnostics": true,
"embedded_c_runtime": true,
"assembly_virtual_machine": "beta",
"on_device_learning": "experimental",
"quantum_emulation": "experimental",
"llm_copilot": "optional"
},
"publisher": {
"organization": "Rootcastle Engineering & Innovation",
"website": "https://rootcastle.com/",
"source_repository": "https://github.com/rootcastleco/sofia-ai"
}
}