6bfd78743d52bab18b1ab0a3bee19c5271570791
- Add argument parsing for marketplace buy/sell commands (--item, --price) - Add argument parsing for economics commands (--type, --target, --node, --nodes) - Add argument parsing for analytics commands (--type, --target) - Add argument parsing for performance commands (--target, --strategy) - Add argument parsing for compliance commands (--standard, --format) - Add argument parsing for script run command (--file) - Add argument parsing for api commands (--endpoint) - Add argument parsing for resource commands (--amount, --type, --target) - Add argument parsing for ollama commands (--model) - Add argument parsing for ai status job-id command - Add argument parsing for automate monitor command - Add argument parsing for cluster coordinate command (--action) This fixes the CLI commands that were not properly parsing arguments, ensuring all extended CLI features work correctly with their parameters.
AITBC - Advanced Intelligence Training Blockchain Consortium
Project Structure
This project has been organized for better maintainability. Here's the directory structure:
📁 Essential Root Files
LICENSE- Project licenseaitbc-cli- Main CLI symlinkREADME.md- This file
📁 Core Directories
aitbc/- Core AITBC Python packagecli/- Command-line interface implementationcontracts/- Smart contractsscripts/- Automation and deployment scriptsservices/- Microservicestests/- Test suites
📁 Configuration
project-config/- Project configuration filespyproject.toml- Python project configurationrequirements.txt- Python dependenciespoetry.lock- Dependency lock file.gitignore- Git ignore rules.deployment_progress- Deployment tracking
📁 Documentation
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
📁 Development
dev/- Development tools and examples.windsurf/- IDE configurationpackages/- Package distributionsextensions/- Browser extensionsplugins/- System plugins
📁 Infrastructure
infra/- Infrastructure as codesystemd/- System service configurationsmonitoring/- Monitoring setup
📁 Applications
apps/- Application componentsservices/- Service implementationswebsite/- Web interface
📁 AI & GPU
gpu_acceleration/- GPU optimizationai-ml/- AI/ML components
📁 Security & Backup
security/- Security reports and fixesbackup-config/- Backup configurationsbackups/- Data backups
📁 Cache & Logs
venv/- Python virtual environmentlogs/- Application logs.mypy_cache/,.pytest_cache/,.ruff_cache/- Tool caches
Quick Start
# 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.sh
Development
See docs/SETUP.md for detailed setup instructions.
Security
See security/SECURITY_VULNERABILITY_REPORT.md for security status.
License
See LICENSE for licensing information.
Languages
Python
65.7%
Shell
16.7%
TypeScript
5.8%
JavaScript
5.8%
HTML
3.1%
Other
2.9%