author: LLM Platform Team source: https://github.com/bluefly/llm-platform-ecosystem publisher: Bluefly Technologies permissions: public audience: developers, government-agencies, enterprise-architects category: platform-overview keyword: [llm, ai, government, enterprise, drupal, api-first, multi-tenant, data-sovereignty] resourceid: llm-platform-main
- All projects in common_npm/, models/, recipes/
- All Drupal modules in web/modules/custom/
- All themes in web/themes/custom/
- chat.bluefly project
- NO NEW PROJECTS should be created - work with existing projects only These are active, working projects with significant development investment.
This is the main LLM ecosystem containing multiple specialized projects for AI-native development, government compliance, and enterprise solutions.
- Purpose: AI-powered TDD workflow automation with intelligent safe mode
- Status: ✅ Production Ready (Safe Mode Enabled)
-
Location:
/common_npm/tddai/
- Safe Mode: 🛡️ Enterprise-grade protection with git respect, audit-first execution, and AI learning
- Purpose: Cursor IDE extension for TDD workflows
- Status: 🟡 Development Phase
-
Location:
/common_npm/tddai_cursor_agent/
- Purpose: Unified CLI for all LLM platform operations
- Status: ✅ Production Ready
-
Location:
/common_npm/llmcli/
- Features: Drupal integration, key management, module operations
- Purpose: Central API gateway for all LLM services
- Status: ✅ Production Ready
-
Location:
/common_npm/llm_gateway/
- Purpose: MCP server for LLM operations
- Status: 🟡 Functional (CLI only)
-
Location:
/common_npm/llm_mcp/
- Purpose: Reusable UI components for LLM applications
- Status: 🟡 Basic components only
-
Location:
/common_npm/llm_ui/
- Purpose: Government RFP automation and compliance
- Status: 🔴 152 TypeScript errors (CRITICAL)
-
Location:
/common_npm/bfrfp/
- Purpose: Government compliance and audit features
- Status: 🔴 Needs implementation
-
Location:
/common_npm/gov_compliance/
- Purpose: Security and compliance framework
- Status: 🟡 Interfaces only
-
Location:
/common_npm/secure_project/
- Purpose: AI-powered Docker container management
- Status: 🔴 63 compilation errors (CRITICAL)
-
Location:
/common_npm/docker_intelligence/
- Purpose: Vector database for RAG capabilities
- Status: ✅ Production Ready
-
Location:
/common_npm/qdrant/
- Purpose: Centralized documentation system
- Status: 🔴 MDX compilation failures
-
Location:
/common_npm/llm_docs/
- Purpose: Apple AI model integration
- Status: 🟡 Development Phase
-
Location:
/common_npm/apple_fm/
- Purpose: Specialized AI model for government RFPs
- Status: 🟡 Development Phase
-
Location:
/models/gov_rfp_model/
- Purpose: Core LLM platform AI model
- Status: 🟡 Development Phase
-
Location:
/models/llm_platform_model/
- Purpose: AI model for test-driven development
- Status: 🟡 Development Phase
-
Location:
/models/tddai_model/
- ai_agent_crewai: CrewAI integration 🔴 Needs implementation
- ai_agent_huggingface: HuggingFace integration 🔴 Needs implementation
- ai_agent_orchestra: AI orchestration 🔴 Needs implementation
- ai_agentic_workflows: Workflow management 🔴 Needs implementation
- ai_provider_apple: Apple AI integration 🔴 Needs implementation
- ai_provider_langchain: LangChain integration 🔴 Needs fixes
- alternative_services: Alternative service providers 🟡 Partially working
- api_normalizer: API normalization 🟡 Partially working
- code_executor: Code execution engine 🔴 Needs implementation
- dita_ccms: DITA content management 🔴 Needs implementation
- gov_compliance: Government compliance features 🔴 Needs fixes
- llm: Main LLM integration module ✅ Working
- mcp_registry: MCP server registry ✅ Working
- recipe_onboarding: Recipe management system 🟡 Partially working
- llm_platform: Main platform recipe
- secure_drupal: Security-focused recipe
- llm_platform_manager: Admin theme for LLM platform
- bfrfp: 152 TypeScript compilation errors
- docker_intelligence: 63 compilation errors
- llm_docs: MDX compilation failures
- ai_provider_langchain: Missing interfaces
- gov_compliance: Government compliance features
- llm_mcp: npm start script missing
- llm_ui: Advanced components needed
- secure_project: Actual implementation needed
# Install dependencies for all projects
cd /Users/flux423/Sites/LLM
npm install
# Start Drupal test site
cd llm-platform
ddev start
# Run TDD AI with Safe Mode (Recommended)
cd ../common_npm/tddai
tddai safe-exec --respect "npm start"
# Run CLI tool
cd ../common_npm/llmcli
npm start
TDDAI Safe Mode provides enterprise-grade protection for AI-assisted development:
- 🚫 NEVER DELETE .git - Version history is sacred
- 🔍 AUDIT EVERYTHING - No blind writes, no magic overwrites
- 📋 CHECK UNCOMMITTED CHANGES - Always verify git status before operations
- 🤝 RESPECT THE CODEBASE - Fix problems, don't disable features
-
🧠 LEARN FROM PATTERNS - Uses
/models/tddai-model
to get smarter
# Maximum protection mode
tddai safe-exec --respect "rm old_file.txt"
# Audit only (no execution)
tddai safe-exec --audit-only "composer update"
# Self-audit TDDAI before changes
tddai self-audit
# Show safety recommendations
tddai predict-safety "drush sql-drop -y"
# Learn from execution patterns
tddai learn --analyze-patterns
- 🔍 Pre-execution audit - Checks git status, protected paths, dangerous commands
- 💾 Automatic backups - Creates recovery points before risky operations
- 🧠 Pattern learning - Learns from successful/failed executions
- 📊 Safety scoring - Calculates risk levels for commands
- 💡 Smart recommendations - Suggests safer alternatives based on context
- Standards enforcement - Validates Drupal coding standards
- Module awareness - Understands Drupal module dependencies
- Recipe validation - Checks recipe compatibility before application
- API-first compliance - Ensures OpenAPI 3.1 specifications
Project | Status | Priority | Issues |
---|---|---|---|
tddai | ✅ Production | Low | None |
llmcli | ✅ Production | Low | None |
llm_gateway | ✅ Production | Low | None |
bfrfp | 🔴 Critical | HIGH | 152 TS errors |
docker_intelligence | 🔴 Critical | HIGH | 63 errors |
llm_docs | 🔴 Critical | HIGH | MDX failures |
llm_mcp | 🟡 Functional | Medium | npm start |
llm_ui | 🟡 Basic | Medium | Advanced components |
gov_compliance | 🔴 Needs work | Medium | Implementation |
secure_project | 🟡 Interfaces | Medium | Implementation |
- Fix bfrfp TypeScript compilation errors
- Fix docker_intelligence compilation errors
- Fix llm_docs MDX compilation
- Fix ai_provider_langchain missing interfaces
- Complete all critical fixes
- Implement missing module functionality
- Add advanced UI components
- Complete government compliance features
- Performance optimization
- Security hardening
- Accessibility compliance
- Complete documentation
-
Architecture:
/docs/cursor-integration.md
-
API Documentation:
/docs/api/
-
Development Guides:
/docs/development/
-
Deployment:
/docs/deployment/
Each project has its own development workflow:
- Drupal modules: Follow Drupal coding standards
- Node.js projects: Follow TDD workflow
- AI models: Follow ML best practices
- CLI tools: Follow command-line UX principles
- Issues: Create issues in respective project repositories
-
Documentation: Check
/docs/
for each project - Development: Follow MASTER_ROADMAP.md for priorities
Maintainer: Thomas Scola
Version: 1.0.0 - Ecosystem Overview
Last Updated: August 2025
This ecosystem represents a comprehensive AI-native development platform with government compliance capabilities.