This project has been organized for better maintainability. Here's the directory structure:
LICENSE- Project licenseaitbc-cli- Main CLI symlinkREADME.md- This file
aitbc/- Core AITBC Python packagecli/- Command-line interface implementationcontracts/- Smart contractsscripts/- Automation and deployment scriptsservices/- Microservicestests/- Test suites
project-config/- Project configuration filespyproject.toml- Python project configurationrequirements.txt- Python dependenciespoetry.lock- Dependency lock file.gitignore- Git ignore rules.deployment_progress- Deployment tracking
docs/- Comprehensive documentationREADME.md- Main project documentationSETUP.md- Setup instructionsPYTHON_VERSION_STATUS.md- Python compatibilityAITBC1_TEST_COMMANDS.md- Testing commandsAITBC1_UPDATED_COMMANDS.md- Updated commandsREADME_DOCUMENTATION.md- Detailed documentation
dev/- Development tools and examples.windsurf/- IDE configurationpackages/- Package distributionsextensions/- Browser extensionsplugins/- System plugins
infra/- Infrastructure as codesystemd/- System service configurationsmonitoring/- Monitoring setup
apps/- Application componentsservices/- Service implementationswebsite/- Web interface
gpu_acceleration/- GPU optimizationai-ml/- AI/ML components
security/- Security reports and fixesbackup-config/- Backup configurationsbackups/- Data backups
venv/- Python virtual environmentlogs/- Application logs.mypy_cache/,.pytest_cache/,.ruff_cache/- Tool caches
# Setup environment
cd /opt/aitbc
source venv/bin/activate
# Install dependencies
pip install -r requirements.txt
# Run CLI
./aitbc-cli --help
# Run training
./scripts/training/master_training_launcher.shSee docs/SETUP.md for detailed setup instructions.
See security/SECURITY_VULNERABILITY_REPORT.md for security status.
See LICENSE for licensing information.