Update Python version requirements and fix compatibility issues

- Bump minimum Python version from 3.11 to 3.13 across all apps
- Add Python 3.11-3.13 test matrix to CLI workflow
- Document Python 3.11+ requirement in .env.example
- Fix Starlette Broadcast removal with in-process fallback implementation
- Add _InProcessBroadcast class for tests when Starlette Broadcast is unavailable
- Refactor API key validators to read live settings instead of cached values
- Update database models with explicit
This commit is contained in:
oib
2026-02-24 18:41:08 +01:00
parent 24b3a37733
commit 825f157749
270 changed files with 66674 additions and 2027 deletions

View File

@@ -46,9 +46,27 @@ Bitcoin-to-AITBC exchange with QR payments, user management, and real-time tradi
[Learn More →](trade-exchange.md)
### Pool Hub
### ZK Circuits Engine
<span class="component-status live">● Live</span>
Zero-knowledge proof circuits for privacy-preserving ML operations. Includes inference verification, training verification, and cryptographic proof generation using Groth16.
[Learn More →](../8_development/zk-circuits.md)
### FHE Service
<span class="component-status live">● Live</span>
Fully Homomorphic Encryption service for encrypted computation on sensitive ML data. TenSEAL integration with CKKS/BFV scheme support.
[Learn More →](../8_development/fhe-service.md)
### Enhanced Edge GPU
<span class="component-status live">● Live</span>
Consumer GPU optimization with dynamic discovery, latency measurement, and edge-aware scheduling. Supports Turing, Ampere, and Ada Lovelace architectures.
[Learn More →](../6_architecture/edge_gpu_setup.md)
Miner registry with scoring engine, Redis/PostgreSQL backing, and comprehensive metrics. Live matching API deployed.
[Learn More →](pool-hub.md)