feat(coordinator-api): integrate dynamic pricing engine with GPU marketplace and add agent identity router

- Add DynamicPricingEngine and MarketDataCollector dependencies to GPU marketplace endpoints
- Implement dynamic pricing calculation for GPU registration with market_balance strategy
- Calculate real-time dynamic prices at booking time with confidence scores and pricing factors
- Enhance /marketplace/pricing/{model} endpoint with comprehensive dynamic pricing analysis
  - Add static vs dynamic price
This commit is contained in:
oib
2026-02-28 22:57:10 +01:00
parent 85ae21a568
commit 0e6c9eda72
83 changed files with 30189 additions and 134 deletions

View File

@@ -12,6 +12,7 @@
- Adaptive Learning Service (Port 8005) ✅
- Enhanced Marketplace Service (Port 8006) ✅
- OpenClaw Enhanced Service (Port 8007) ✅
-**COMPLETE**: Dynamic Pricing API (Port 8008) - Real-time GPU and service pricing
- Performance: 0.08s processing time, 94% accuracy, 220x speedup ✅
- Deployment: Production-ready with systemd integration ✅