10dc3fdb4946360c995dfd397e816145bbe89bd3
2 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| d0d7e8fd5f |
fix: update scripts directory port references to match new assignments
Scripts Directory Port Update - Complete: ✅ SCRIPTS DIRECTORY UPDATED: All hardcoded port references updated to current assignments - scripts/README.md: Updated port table, health endpoints, and examples - scripts/deployment/complete-agent-protocols.sh: Updated service endpoints and agent ports - scripts/services/adaptive_learning_service.py: Port 8013 → 8011 - Reason: Scripts directory now synchronized with health check port assignments ✅ SCRIPTS README UPDATED: 📊 Complete Port Table: All 16 services with current ports 🔍 Health Endpoints: All service health check URLs updated 📝 Example Output: Service status examples updated 🛠️ Troubleshooting: References current port assignments ✅ DEPLOYMENT SCRIPTS UPDATED: 🚀 Agent Protocols: Service endpoints updated to current ports 🔧 Integration Layer: Marketplace 8014 → 8002, Agent Registry 8003 → 8013 🤖 Agent Services: Trading agent 8005 → 8012, Compliance agent 8006 → 8014 📡 Message Client: Agent Registry 8003 → 8013 🧪 Test Commands: Health check URLs updated ✅ SERVICE SCRIPTS UPDATED: 🧠 Adaptive Learning: Port 8013 → 8011 ✅ 📝 Documentation: Updated port comments 🔧 Environment Variables: Default port updated 🏥 Health Endpoints: Port references updated ✅ PORT REFERENCES SYNCHRONIZED: ✅ Core Services: Coordinator 8000, Exchange 8001, Marketplace 8002, Wallet 8003 ✅ Blockchain Services: RPC 8006, Explorer 8004 ✅ AI/Agent/GPU: GPU 8010, Learning 8011, Agent Coord 8012, Agent Registry 8013 ✅ OpenClaw Service: Port 8014 ✅ ✅ AI Service: Port 8015 ✅ ✅ Other Services: Multimodal 8020, Modality Optimization 8021 ✅ SCRIPT FUNCTIONALITY: ✅ Development Scripts: Will connect to correct services ✅ Deployment Scripts: Will use updated service endpoints ✅ Service Scripts: Will run on correct ports ✅ Health Checks: Will test correct endpoints ✅ Agent Integration: Will use current service URLs ✅ DEVELOPER EXPERIENCE: ✅ Documentation: Scripts README shows current ports ✅ Examples: Output examples reflect current services ✅ Testing: Scripts test correct service endpoints ✅ Deployment: Scripts deploy with correct port configuration ✅ SYSTEM-WIDE SYNCHRONIZATION: ✅ Health Check Script: ✅ Matches service configurations ✅ Service Files: ✅ All updated to match health check ✅ Documentation: ✅ Reflects actual port assignments ✅ Apps Directory: ✅ All hardcoded references updated ✅ CLI Directory: ✅ All commands updated to current ports ✅ Scripts Directory: ✅ All scripts updated to current ports ✅ Integration Layer: ✅ Service endpoints synchronized RESULT: Successfully updated all port references in the scripts directory to match the new port assignments. The entire AITBC development and deployment tooling now uses the correct ports for all service interactions, ensuring developers can properly deploy, test, and interact with all AITBC services through scripts. |
|||
| bfe6f94b75 |
chore: remove outdated documentation and reference files
Some checks failed
AITBC CI/CD Pipeline / lint-and-test (3.11) (push) Has been cancelled
AITBC CI/CD Pipeline / lint-and-test (3.12) (push) Has been cancelled
AITBC CI/CD Pipeline / lint-and-test (3.13) (push) Has been cancelled
AITBC CI/CD Pipeline / test-cli (push) Has been cancelled
AITBC CI/CD Pipeline / test-services (push) Has been cancelled
AITBC CI/CD Pipeline / test-production-services (push) Has been cancelled
AITBC CI/CD Pipeline / security-scan (push) Has been cancelled
AITBC CI/CD Pipeline / build (push) Has been cancelled
AITBC CI/CD Pipeline / deploy-staging (push) Has been cancelled
AITBC CI/CD Pipeline / deploy-production (push) Has been cancelled
AITBC CI/CD Pipeline / performance-test (push) Has been cancelled
AITBC CI/CD Pipeline / docs (push) Has been cancelled
AITBC CI/CD Pipeline / release (push) Has been cancelled
AITBC CI/CD Pipeline / notify (push) Has been cancelled
Security Scanning / Bandit Security Scan (apps/coordinator-api/src) (push) Has been cancelled
Security Scanning / Bandit Security Scan (cli/aitbc_cli) (push) Has been cancelled
Security Scanning / Bandit Security Scan (packages/py/aitbc-core/src) (push) Has been cancelled
Security Scanning / Bandit Security Scan (packages/py/aitbc-crypto/src) (push) Has been cancelled
Security Scanning / Bandit Security Scan (packages/py/aitbc-sdk/src) (push) Has been cancelled
Security Scanning / Bandit Security Scan (tests) (push) Has been cancelled
Security Scanning / CodeQL Security Analysis (javascript) (push) Has been cancelled
Security Scanning / CodeQL Security Analysis (python) (push) Has been cancelled
Security Scanning / Dependency Security Scan (push) Has been cancelled
Security Scanning / Container Security Scan (push) Has been cancelled
Security Scanning / OSSF Scorecard (push) Has been cancelled
Security Scanning / Security Summary Report (push) Has been cancelled
AITBC CLI Level 1 Commands Test / test-cli-level1 (3.11) (push) Has been cancelled
AITBC CLI Level 1 Commands Test / test-cli-level1 (3.12) (push) Has been cancelled
AITBC CLI Level 1 Commands Test / test-cli-level1 (3.13) (push) Has been cancelled
AITBC CLI Level 1 Commands Test / test-summary (push) Has been cancelled
- Remove debugging service documentation (DEBUgging_SERVICES.md) - Remove development logs policy and quick reference guides - Remove E2E test creation summary - Remove gift certificate example file - Remove GitHub pull summary documentation |