AI-powered Slack support assistant with RAG capabilities. Answers questions using your indexed documents via LangChain and OpenRouter/OpenAI.
git clone https://github.com/echohello-dev/wingman.git
cd wingman
cp .env.example .env
# Edit .env with your Slack tokens and API keys
docker compose up -dAccess: Backend • Dashboard • API Docs
See docs/setup.md and docs/getting-started.md for detailed setup.
FastAPI backend with Slack bot, RAG engine (LangChain + ChromaDB), PostgreSQL storage, and Next.js dashboard. See ADR-0001 for architecture decisions.
See contributing.md for development workflow, commands, and guidelines.
For AI coding agents: AGENTS.md contains architecture and command reference for automated development.
See ./docs for setup guides and ./docs/adrs for architecture decisions.
Contributions welcome! See contributing.md for guidelines.
See LICENSE for details.
FastAPI • Slack Bolt • LangChain • OpenRouter • ChromaDB • Next.js
Made with care for better Slack support