Milestone 3.1 — AI chat interface
Status: Preview on ehxlabs.xyz/chat.
Deliverables (roadmap)
- Infrastructure chat
- Intent detection
- Prompt orchestration
Shipped (preview)
| Surface | Notes |
|---|---|
/chat | Browser chat UI with starter prompts |
POST /api/v1/chat/message | Rule-based intent + markdown reply + suggestion links |
GET /api/v1/chat/capabilities | Supported intent ids; generatable_intents; llm_available: false |
Intent families (keyword detection)
- Terraform, Kubernetes, Helm, monitoring, security
- Web3 / node operations
- Pricing / checkout
- General guidance → KB and get-started
Not yet shipped
- LLM inference or external model providers → M3.4
- Persisted chat history / projects → M3.3
- Composable generation across full catalog (all suites & categories) → M3.5
- Schema validation before export → M3.6
Architecture (do not forget)
Chat is catalog-grounded, not free-form LLM infra authoring. See milestone-3-0-catalog-grounded-ai-architecture.md — covers templates, modules, KB, Launch, Monitor, NodeOps, Secure, and commercial flows.
Related
- M3.2 bundles: milestone-3-2-infrastructure-generation.md —
POST /chat/generateon/chat - Generate: /generate (M2.3)
- Roadmap: Phase 3