cmudco/dare-backend

Open-source Django REST backend for the DARE Platform, with multi-LLM chat, RAG, MCP tools, AI workflows, and usage tracking.

5Stars on the repository
5Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

check

01

cmudco/dare-backend

Skill Claude CodeCodex

Run the DARE backend's local check suite — Black, isort, and the Django test suite — before opening a pull request. Use when the user is about to commit, push, or open a PR, or asks whether their change passes CI.

5 4d ago A 53 tokens

run-backend

02

cmudco/dare-backend

Skill Claude CodeCodex

Start the DARE backend locally — Django ASGI on port 8000, plus the Redis and .env prerequisites it needs. Use when the user wants to run, start, boot, or serve the DARE backend, or asks why the API on :8000 is not responding.

5 4d ago A 62 tokens

run-workers

03

cmudco/dare-backend

Skill Claude CodeCodex

Start and check the DARE RQ background workers that process file uploads (parse, chunk, embed, upsert to the vector store). Use when the user uploads or vectorizes files, works on RAG ingestion, or asks why an uploaded file is stuck and never reaches "completed".

5 4d ago A 61 tokens