An agentic RAG chatbot that lets newcomers ask questions and get cited answers, covering project knowledge and company info. Content in = documents + GitHub repos → cited answers out.
cp .env.example .env # fill in LLM_API_KEY (DeepSeek) and other values
docker compose up --build
curl http://localhost:8080/health # → {"status":"ok"}See PROJECT_PLAN_v3.md for the complete technical spec, stack decisions, and work package breakdown (WP0–WP9).