Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.57 KB

File metadata and controls

47 lines (27 loc) · 1.57 KB

Wingman

AI-powered Slack support assistant with RAG capabilities. Answers questions using your indexed documents via LangChain and OpenRouter/OpenAI.

Quick Start

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 -d

Access: BackendDashboardAPI Docs

See docs/setup.md and docs/getting-started.md for detailed setup.

Architecture

FastAPI backend with Slack bot, RAG engine (LangChain + ChromaDB), PostgreSQL storage, and Next.js dashboard. See ADR-0001 for architecture decisions.

Development

See contributing.md for development workflow, commands, and guidelines.

For AI coding agents: AGENTS.md contains architecture and command reference for automated development.

Documentation

See ./docs for setup guides and ./docs/adrs for architecture decisions.

Contributing

Contributions welcome! See contributing.md for guidelines.

License

See LICENSE for details.

Built With

FastAPISlack BoltLangChainOpenRouterChromaDBNext.js


Made with care for better Slack support