Slack-native Python boilerplate for agentic RAG copilot with FastAPI
A Slack-native agentic RAG copilot boilerplate implemented in Python. It provides FastAPI endpoints for chat, embeddings, Slack events, health and metrics, plus a LangGraph-style RAG pipeline backed by Redis and a vector store. The repository includes Docker Compose configuration for local, containerized development and is suited for building Slack-integrated retrieval-augmented assistants and prototypes.
0