LlamaGate is a lean, OpenAI-compatible gateway for local LLMs (Ollama). Extensions and agentic modules were removed in Phase 1; see Core Contract and Phase 1 Removal.
- Quick Start Guide - Get running in 2 minutes
- Installation Guide - Detailed installation instructions
- Model Recommendations - Recommended models (default: Mistral 7B)
- Examples - Code examples and API usage
- MCP Guide - MCP integration
- MCP Quick Start - Get started with MCP in 5 minutes
- MCP Demo - Demo with multiple servers
- API Reference - HTTP API for MCP and core endpoints
- Core Contract - Endpoints and config (post–Phase 1)
- Phase 1 Removal - What was removed
- Phase 2: Memory & Introspection - System endpoints and memory
- Architecture - System design
- Testing - How to test
- Acceptance Test - Manual test checklist
- Project Structure - Codebase layout
- Installer Testing - Install script tests
- Main README - Feature overview
- Security | Contributing