← Documentation Home

🎯 Getting Started

Welcome to the LLM Ecosystem! This guide will get you up and running in minutes.


🚀 Quick Start (5 Minutes)

Prerequisites

Installation

# 1. Clone the platform
git clone https://gitlab.com/blueflyio/agent-platform/llm-platform.git
cd llm-platform

# 2. Start infrastructure
ddev start

# 3. Install dependencies
ddev composer install
ddev npm install

# 4. Deploy
ddev drush site:install llm_platform

# 5. Access platform
open https://llm-platform.ddev.site

Done! You now have a running LLM Platform instance.


📚 What's Next?

For Developers

  1. Create Your First Agent
  2. Understand OSSA Specification
  3. Explore NPM Packages

For Architects

  1. Platform Architecture
  2. Component Overview
  3. Design Patterns

For DevOps

  1. Kubernetes Deployment
  2. CI/CD Setup
  3. Monitoring Setup

📖 Detailed Guides


🆘 Need Help?


← Back to Home | Next: Standards →