🎯 Getting Started
Welcome to the LLM Ecosystem! This guide will get you up and running in minutes.
🚀 Quick Start (5 Minutes)
Prerequisites
- OS: macOS, Linux, or Windows (WSL2)
- Tools: Docker, Git, Node.js 18+, PHP 8.3+
- Memory: 8GB RAM minimum (16GB recommended)
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
For Architects
For DevOps
📖 Detailed Guides
- System Requirements
- Development Setup (DDEV)
- Production Deployment
- Cloud Deployment
- Your First Agent
- Your First Workflow
- Common Pitfalls
🆘 Need Help?
- Issues: GitLab Issues
- Troubleshooting: Common Issues
- Community: Support Channels