chatbot-API

Deterministic Indian-casual chatbot API (no LLM). POST to /api/chat.

POST /api/chat
{
  "roomId": "11111111-1111-1111-1111-111111111111",
  "from": "22222222-2222-2222-2222-222222222222",
  "message": "hello"
}

Architecture docs: Architecture/