Project Index
Complete catalog of all BlueFly.io Agent Platform projects and their wikis.
Purpose: Central directory for discovering projects, their scope, and documentation locations.
Last Updated: 2025-12-28
Quick Reference
| Category | Count | Description |
|---|
| TypeScript Services | 16 | Microservices in common_npm/ |
| Drupal Modules | 24 | Custom modules in all_drupal_custom/ |
| Drupal Recipes | 3 | Platform recipes |
| Infrastructure | 6 | DevOps and platform tooling |
| OSSA | 3 | Specification and tooling |
Core platform projects that support the entire ecosystem.
| Project | Scope | Wiki |
|---|
| technical-docs | Master documentation wiki (this wiki) | Wiki |
| llm-platform | Drupal 11 AI orchestration platform | Wiki |
| agent-buildkit | CLI tooling, TDD, CI/CD, K8s orchestration | Wiki |
| agent-docker | Docker and Kubernetes containerization | Wiki |
| api-schema-registry | Master OpenAPI 3.1 specifications | Wiki |
| gitlab_components | 60+ reusable GitLab CI/CD components | Wiki |
| platform-agents | OSSA v0.3.0 compliant agent registry | Wiki |
TypeScript Services ([object Object])
Microservices powering the agent platform runtime.
| Package | Scope | Port | Wiki |
|---|
| agent-brain | Qdrant vector database, embeddings, RAG pipelines | 3006 | Wiki |
| agent-chat | Multi-modal AI chat with LibreChat integration | 3003 | Wiki |
| agent-mesh | Distributed agent coordination, service discovery | 3005 | Wiki |
| agent-protocol | MCP server, tool registration, context routing | 3001 | Wiki |
| agent-router | RESTful API gateway, multi-provider LLM orchestration | 3007 | Wiki |
| agent-studio | Cross-platform IDE suite (macOS, iOS, Electron, VS Code) | 3008 | Wiki |
| agent-tracer | Unified observability (Phoenix, Prometheus, OpenTelemetry) | 3002 | Wiki |
| agent-tailscale | Tailscale integration for distributed networking | - | Wiki |
| agentic-flows | OpenAPI-first agentic workflow orchestration | - | Wiki |
| compliance-engine | Enterprise compliance validation and enforcement | - | Wiki |
| foundation-bridge | Integration bridge for foundation model providers | - | Wiki |
| kiro-supercharger | Kiro IDE enhancement with safety rules, MCP configs | - | Wiki |
| rfp-automation | AI-powered RFP document processing | 8500 | Wiki |
| studio-ui | React component library for AI interfaces | - | Wiki |
| workflow-engine | Production workflow execution and orchestration | 3004 | Wiki |
| doc-engine | Documentation generation and publishing | - | Wiki |
Drupal Modules ([object Object])
Custom Drupal 11 modules for the LLM Platform.
Core AI Integration
| Module | Scope | Wiki |
|---|
| ai_agents | Core module enabling AI agent integration with Drupal | Wiki |
| ai_agents_client | SDK for building agent communication clients | Wiki |
| ai_agents_ossa | OSSA 1.0 manifest validation and generation | Wiki |
| ai_agents_ossa_base | Base OSSA integration layer | Wiki |
| ai_agentic_workflows | Complex multi-agent workflow automation | Wiki |
| ai_agents_orchestra | Multi-agent orchestration for coordinated workflows | Wiki |
Provider Integrations
| Module | Scope | Wiki |
|---|
| ai_agents_claude | Anthropic Claude AI provider integration | Wiki |
| ai_agents_cursor | Cursor IDE integration for AI-assisted TDD | Wiki |
| ai_agents_crewai | CrewAI multi-agent orchestration | Wiki |
| ai_agents_huggingface | HuggingFace model management with ECA workflows | Wiki |
| ai_agents_kagent | Kagent.dev Kubernetes runtime for OSSA agents | Wiki |
| ai_provider_apple | Apple Foundation Models on-device AI provider | Wiki |
| ai_provider_langchain | LangChain framework integration | Wiki |
| Module | Scope | Wiki |
|---|
| llm | Core LLM configuration, workflow management, admin UI | Wiki |
| api_normalization | OpenAPI schema to Drupal entity generation | Wiki |
| mcp_registry | Model Context Protocol service registry | Wiki |
| code_executor | Secure sandboxed code execution | Wiki |
| charts_ai_analytics | AI analytics charting and visualization | Wiki |
| alternative_services | Visual service orchestration UI | Wiki |
| ai_agents_marketplace | Centralized agent discovery and deployment | Wiki |
| recipe_onboarding | Automated user onboarding with recipes | Wiki |
Compliance and Security
| Module | Scope | Wiki |
|---|
| gov_compliance | FedRAMP/NIST government compliance | Wiki |
| dita_ccms | DITA content management system | Wiki |
| drupal_patch_framework | Drupal patching framework | Wiki |
Migration and Integration
| Module | Scope | Wiki |
|---|
| external_migration | AI-enhanced multi-CMS migration | Wiki |
| layout_system_converter | Legacy layout to Experience Builder migration | Wiki |
| blockchain_manager | Blockchain integration with auditable workflows | Wiki |
Drupal Recipes ([object Object])
| Recipe | Scope | Wiki |
|---|
| llm_platform | Full AI platform with multi-provider LLM integration | Wiki |
| secure_drupal | FedRAMP-aligned security-hardened Drupal | Wiki |
| agent_marketplace | OSSA-compliant agent marketplace | Wiki |
Drupal Themes ([object Object])
| Theme | Scope | Wiki |
|---|
| llm_platform_manager | Bootstrap 5 admin theme with 4 sub-themes | Wiki |
OSSA (Open Standard for Scalable AI Agents)
| Project | Scope | Wiki |
|---|
| openstandardagents | OSSA specification - vendor-neutral agent format | Wiki |
| openstandardagents.org | Website, Discord config, DevOps agents | Wiki |
| gitlab-agent_ossa | POC for OSSA schema integration with GitLab Duo | Wiki |
ML Models ([object Object])
| Model | Scope | Location |
|---|
| llm-platform_model | Software development and agent orchestration | models/llm-platform_model/ |
| agent-studio_model | Test-driven development assistance | models/agent-studio_model/ |
| civicpolicy_model | Civic policy analysis and regulatory frameworks | models/civicpolicy_model/ |
| gov-rfp_model | Government RFP analysis and procurement | models/gov-rfp_model/ |
Documentation Ownership
See Separation of Duties for detailed ownership rules.
| Wiki Location | Owns |
|---|
| technical-docs (this wiki) | Ecosystem architecture, governance, standards, cross-project guides |
| Project wikis | Module internals, APIs, configuration, changelogs |
Quick Links
External Resources
- GitLab Group - Main project group
- OSSA Spec - Specification repository
- openstandardagents.org - Public website
Key Documentation
- Wiki Information Architecture - Documentation standards
- AI Instructions - AI assistant guide
- Getting Started - New user onboarding