#136 · Primary category: LLM Application Frameworks
RasaGPT
💬 RasaGPT is the first headless LLM chatbot platform built on top of Rasa and Langchain. Built w/ Rasa, FastAPI, Langchain, LlamaIndex, SQLModel, pgvector, ngrok, telegram
Project last updated:11/12/25
GitHub Stars
2.5K
Forks
250
Contributors
6
License
MIT
Why we included this project
Rasa remains a solid choice for dialogue management, but wiring it to a modern LLM stack is exactly the kind of integration work that eats weekends. RasaGPT is a headless reference implementation that already did that glue work: a FastAPI backend, Langchain and LlamaIndex for indexing and retrieval, pgvector for vector storage, and Telegram as the chat channel, with document upload and context injection built in. The author also worked out the fiddly parts most projects discover too late, like multi-tenancy, session handling, and passing metadata between Rasa and your own backend, plus a Dockerized setup. If you already build on Rasa and want LLM-powered answers behind existing dialogue flows, this is a strong starting point to adapt rather than a finished product to deploy as-is.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform