Files
aitbc/apps
aitbc b55409c356 refactor: move Modality Optimization and Explorer to Other Services section
Specialized Services Reorganization - Complete:
 SPECIALIZED SERVICES MOVED: Moved Modality Optimization and Explorer to Other Services
- apps/blockchain-explorer/main.py: Changed port from 8016 to 8022
- setup.sh: Moved Modality Optimization from Core Services to Other Services
- setup.sh: Moved Explorer from Core Services to Other Services
- setup.sh: Updated health check to use port 8022 for Explorer
- Reason: These services are specialized, not core blockchain services

 UPDATED PORT ALLOCATION:
🔧 Core Services (8000-8009):
  8000: Coordinator API 
  8001: Exchange API 
  8003: Wallet API 
  8004: Now available (was Modality Optimization)
  8005: Now available (was Explorer)
  8008: Available (was Agent Registry)
  8009: Available (was AI Service)

🚀 AI/Agent/GPU Services (8010-8019):
  8010: GPU Service + Learning Service (conflict) ⚠️
  8011: Agent Coordinator 
  8012: Agent Registry 
  8009: AI Service 
  8016: Web UI 

📊 Other Services (8020-8029):
  8020: Multimodal Service 
  8021: Marketplace API 
  8022: Explorer  (MOVED from 8016)
  8004: Modality Optimization  (MOVED from Core)
  8007: OpenClaw Service (out of range)

 SERVICE CATEGORIZATION IMPROVED:
🔧 Core Services: Truly essential blockchain/API services (3 services)
🚀 AI/Agent/GPU: All AI, agent, and GPU services (6 services)
📊 Other Services: Specialized and UI services (5 services)

 PORT STRATEGY BENEFITS:
 Core Services Focused: Only essential blockchain and API services
 Specialized Services Grouped: Explorer, optimization, multimodal together
 Port Availability: Ports 8004, 8005, 8008, 8009 now available
 Logical Organization: Services grouped by actual function

 REMAINING PORT ISSUES:
⚠️ Port 8010 Conflict: GPU Service and Learning Service both use port 8010
⚠️ Port 8007 Out of Range: OpenClaw Service should be moved to 8010-8019 range
⚠️ Port 8004 Out of Range: Modality Optimization should be moved to 8020-8029

 AVAILABLE PORTS:
🔧 Core Services: 8004, 8005, 8008, 8009 available
🚀 AI/Agent/GPU: 8013-8015, 8017-8019 available
📊 Other Services: 8023-8029 available

 HEALTH CHECK ORGANIZATION:
🔧 Core Services (3): Coordinator, Exchange, Wallet
🚀 AI/Agent/GPU Services (6): GPU, Learning, Agent Coord, Agent Registry, AI, Web UI
📊 Other Services (5): Modality Opt, Explorer, Multimodal, OpenClaw, Marketplace

RESULT: Successfully moved Modality Optimization and Explorer to Other Services section. Core Services now contains only essential blockchain and API services. Port 8016 is now available for Web UI, and ports 8004, 8005, 8008, 8009 are available for new core services. Port 8004 and 8007 still need to be moved to proper ranges.
2026-03-30 18:18:00 +02:00
..
```
2026-03-08 12:16:01 +01:00