**This is Drangpon, an agentic chatbot powered by gpt-4.1-nano** For everyone: - The main source of information currently used is the [Penal Code of Bhutan (2004)](https://oag.gov.bt/wp-content/uploads/2010/05/Penal-Code-of-Bhutan-2004_English-version_.pdf). - Please note that there have been amendments since its publication. - The responses provided by this agent should not be considered legal advice. - Your data is not stored. For the tech bros: - First of all, this app is vibe-coded (mostly the frontend). - The core Agentic system is built with Langgraph along with MCP tools for RAG. - The MCP tools perform both traditional and vector search on the Penal Code of Bhutan. This is stored in a Qdrant cluster. - The most difficult part was parsing the penal code. I could only find the pdf version. So, I just to put it through a Vision Model for parsing. - I might make it open source. Long-term goal: - I intend to broaden its scope with more documents besides the penal code. - Maybe also give it form filling capabilities. Also, this is not really an llm.txt lol