Complete demo repository: CellRepair.AI + Grok integration with guardrails.
cp .env.example .env # fill in your keys
docker compose up -d- Web: http://localhost:3000
- API: http://localhost:8000
| Feature | Description |
|---|---|
| Docker Compose | Setup in <60s |
| FastAPI Backend | High-performance API |
| Next.js Frontend | Modern React UI |
| Guardrails | Confidence-Gate, Fallback, Abort |
| CI Workflow | GitHub Actions |
| Brand Assets | Logo, Colors, Font |
| Variable | Description |
|---|---|
MODEL_ROUTING |
quality_cost routing strategy |
| Hard-Limits | Session-Budget enforcement |
| Confidence-Gate | <0.6 triggers re-route |
| Stuck-Agent Abort | + Trace-IDs |
| DEV/STAGE/PROD | Profile switching |
cellrepair-grok-demo/
├── api/ # FastAPI backend
├── web/ # Next.js frontend
├── assets/ # Brand assets (logo, colors)
├── .github/ # CI workflow
├── docker-compose.yml
└── .env.example
| Project | Description |
|---|---|
| cellrepair-ai | Core AI framework |
| cellrepair-agentx-purple | AgentX Purple Agent (96.5% win rate) |
| cellrepair-langchain | LangChain integration |
| cellrepair-mcp-server | Claude MCP integration |
MIT — see LICENSE for details.
Built by Oliver Winkel at CellRepair AI