| # AIML Infrastructure Master Inventory | |
| **Last Updated**: $(date) | |
| **Maintainer**: PRIME - Nova Ecosystem Architect | |
| ## Directory Structure Overview | |
| ``` | |
| /data/adaptai/aiml/ | |
| βββ 01_infrastructure/ # Core AIML infrastructure | |
| βββ 02_models/ # Model storage and management | |
| βββ 03_training/ # Training pipelines and methodology | |
| βββ 04_data/ # Data management and ETL | |
| βββ 05_operations/ # MLOps and operational infrastructure | |
| βββ 06_research/ # Research and development | |
| βββ 07_documentation/ # Comprehensive documentation hub | |
| ``` | |
| ## Key Asset Locations | |
| ### Infrastructure (01_infrastructure/) | |
| - **Memory Systems**: `memory_systems/bloom_memory_core/` - 7-tier consciousness architecture | |
| - **Compute Resources**: `compute_resources/` - GPU cluster management | |
| - **Networking**: `networking/dragonfly_streams/` - Real-time coordination (port 18000) | |
| ### Models (02_models/) | |
| - **Elizabeth Production**: `elizabeth/production/` - Production-ready Elizabeth models | |
| - **Elizabeth Checkpoints**: `elizabeth/checkpoints/` - Training checkpoints (500, 1000, 1500 steps) | |
| - **Elizabeth Deployment**: `elizabeth/deployment_configs/` - Serving and deployment configurations | |
| - **Legacy Workspace**: `elizabeth/legacy_workspace/` - Historical workspace assets | |
| ### Training (03_training/) | |
| - **Elizabeth Pipelines**: `pipelines/elizabeth_pipelines/` - Elizabeth training scripts | |
| - **Training Methodologies**: `methodologies/elizabeth_training/` - Training approaches and datasets | |
| - **Active Experiments**: `experiments/migrated_experiments/` - Experimental tracking | |
| ### Data (04_data/) | |
| - **Legacy AIML Data**: `corpora/legacy_aiml_data/` - Historical training data and scripts | |
| - **ETL Pipelines**: `etl_pipelines/` - Data processing infrastructure | |
| - **Data Governance**: `governance/` - Quality metrics and compliance | |
| ### Operations (05_operations/) | |
| - **SignalCore**: `signalcore/legacy_signalcore/` - MemOps + CommsOps unified operations | |
| - **MLOps**: `mlops/` - ML operations and automation | |
| - **Infrastructure**: `infrastructure/` - Infrastructure as code | |
| - **Security**: `security/` - Access control and encryption | |
| ### Research (06_research/) | |
| - **Consciousness Research**: `consciousness_research/` - Nova consciousness advancement | |
| - **Quantum ML**: `quantum_ml/` - Quantum-inspired learning systems | |
| - **Meta Learning**: `meta_learning/` - Advanced meta-learning research | |
| ### Documentation (07_documentation/) | |
| - **Architecture**: `architecture/system_overview/` - System architecture and analysis docs | |
| - **Elizabeth Project**: `development/elizabeth_project/` - Complete Elizabeth project documentation | |
| - **Operations**: `operations/` - Runbooks and troubleshooting guides | |
| ## Critical Files | |
| ### Core Architecture | |
| - `01_infrastructure/memory_systems/bloom_memory_core/unified_memory_system.py` - Unified memory integration | |
| - `02_models/elizabeth/deployment_configs/serve.py` - Model serving configuration | |
| - `02_models/elizabeth/deployment_configs/elizabeth_cli.py` - Interactive CLI interface | |
| ### Documentation | |
| - `07_documentation/architecture/system_overview/AIML_DIRECTORY_ANALYSIS.md` - Infrastructure analysis | |
| - `07_documentation/architecture/system_overview/AIML_CONSOLIDATION_PLAN.md` - Consolidation strategy | |
| - `07_documentation/development/elizabeth_project/ELIZABETH_PROJECT_COMPREHENSIVE_DOCUMENTATION.md` - Project overview | |
| ### Operations | |
| - `CONSOLIDATION_LOG.md` - Migration execution log | |
| - `MASTER_INVENTORY.md` - This inventory file | |
| ## Migration Source Mapping | |
| | Target Location | Original Source | Status | | |
| |-----------------|----------------|---------| | |
| | `01_infrastructure/memory_systems/bloom_memory_core/` | `/data/adaptai/platform/aiml/bloom-memory/` | β Migrated | | |
| | `02_models/elizabeth/checkpoints/` | `/data/adaptai/platform/aiml/checkpoints/` | β Migrated | | |
| | `03_training/experiments/migrated_experiments/` | `/data/adaptai/platform/aiml/experiments/` | β Migrated | | |
| | `04_data/corpora/legacy_aiml_data/` | `/data/aiml/` | β Migrated | | |
| | `05_operations/signalcore/legacy_signalcore/` | `/data/adaptai/platform/signalcore/` | β Migrated | | |
| | `07_documentation/` | Multiple sources | β Consolidated | | |
| ## Access Patterns | |
| ### Team Access | |
| - **PRIME (Architecture)**: Full access to all directories | |
| - **Chief Data Scientist**: Primary access to `02_models/`, `03_training/`, `04_data/` | |
| - **Vox (SignalCore)**: Primary access to `05_operations/signalcore/`, `01_infrastructure/networking/` | |
| - **MLOps Team**: Primary access to `05_operations/mlops/`, `05_operations/infrastructure/` | |
| - **ETL Team**: Primary access to `04_data/etl_pipelines/`, `04_data/corpora/` | |
| - **Research Team**: Primary access to `06_research/` | |
| ### Security Notes | |
| - Sensitive configurations in `05_operations/security/` | |
| - Production models isolated in `02_models/elizabeth/production/` | |
| - Documentation accessible to all teams in `07_documentation/` | |
| ## Maintenance Schedule | |
| ### Daily | |
| - Monitor `CONSOLIDATION_LOG.md` for any issues | |
| - Check disk space usage in model directories | |
| ### Weekly | |
| - Review access logs in `05_operations/security/audit_logs/` | |
| - Update documentation in `07_documentation/` | |
| ### Monthly | |
| - Archive old experiment data from `03_training/experiments/` | |
| - Review and cleanup temporary files | |
| - Update this master inventory | |
| ## Support Contacts | |
| - **Architecture Issues**: PRIME - Nova Ecosystem Architect | |
| - **Model/Training Issues**: Chief Data Scientist (role to be filled) | |
| - **Operations Issues**: Vox - SignalCore Lead | |
| - **Infrastructure Issues**: MLOps Team Lead | |
| - **Documentation Issues**: PRIME - Nova Ecosystem Architect | |
| --- | |
| **Inventory Maintained By**: PRIME - Nova Ecosystem Architect | |
| **Next Review**: $(date -d '+1 month') | |