Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Integration Tests / test-service-integration (push) Failing after 3s
Python Tests / test-python (push) Failing after 32s
Security Scanning / security-scan (push) Successful in 32s
- Renamed aitbc-ai-service to aitbc-ai - Renamed aitbc-edge-api to aitbc-edge - Updated pyproject.toml files with new package names - Renamed directories and package modules - Updated references in documentation and scripts - Updated systemd service references
1.7 KiB
1.7 KiB
Stub Services
This directory contains stub and placeholder services that are not yet fully implemented or are minimal implementations.
Services in this Directory
The following services have <10 files and are considered stubs or placeholders:
- hermes-service (4 files) - Hermes agent communication service
- monitor (7 files) - Monitoring stub
- monitoring-service (4 files) - Monitoring service stub
- plugin-service (4 files) - Plugin service stub
- aitbc-ai: AI service stub for job operations
- compliance-service (9 files) - Compliance checking stub
- exchange-integration (9 files) - Exchange integration stub
- global-ai-agents (9 files) - Global AI agents stub
- global-infrastructure (9 files) - Global infrastructure stub
- multi-region-load-balancer (9 files) - Multi-region load balancer stub
- plugin-analytics (9 files) - Plugin analytics stub
- plugin-marketplace (9 files) - Plugin marketplace stub
- plugin-registry (9 files) - Plugin registry stub
- plugin-security (9 files) - Plugin security stub
- simple-explorer (9 files) - Simple blockchain explorer stub
- trading-engine (9 files) - Trading engine stub
Purpose
These services are placeholders for future functionality. They may be:
- Minimal implementations for testing
- Skeletons for future development
- Experimental features not yet production-ready
Active Services
Active services with full implementations remain in the parent apps/ directory:
- blockchain-node, coordinator-api, exchange, marketplace, wallet, etc.
Future Work
As stub services are fully implemented, they should be moved from this directory to the main apps/ directory.