Getting Started
Welcome to the LLM Platform Documentation! This platform provides enterprise-grade AI integration tools built with TypeScript, Node.js, and Drupal.
Quick Overviewβ
The LLM Platform ecosystem consists of several key components:
- π LLM Gateway - Express.js API gateway with intelligent routing
- π€ MCP Server - Model Context Protocol implementation
- β‘ CLI Tools - Command-line interface for platform management
- π Apple Foundation Models - Apple AI integration (documentation-only)
- π Security Project - Security and compliance tools
- π¨ UI Components - React components for LLM interfaces
Architecture Principlesβ
- Open-Source First: Built with proven open-source libraries
- TypeScript Strict: No
any
types, full type safety - Microservices: Independently deployable components
- Test-Driven: 95% code coverage requirement
- Security-First: Input validation and compliance built-in
Next Stepsβ
Platform Statusβ
As of 2025-01-14, the platform has undergone major transformations:
- β llm-gateway: TRANSFORMED - 98.5% code reduction using Express.js
- β llm-mcp: TRANSFORMED - Now using official MCP SDK
- β secure-project: TRANSFORMED - 90% reduction using Casbin/Pino
- β apple-fm: DOCUMENTED - Awaiting Apple API availability
- π llm-docs: IN PROGRESS - 95% complexity reduction with clean Docusaurus
The platform now follows modern best practices with proven open-source libraries instead of custom implementations.