OPEN_SOURCE ↗
REDDIT · REDDIT// 32d agoOPENSOURCE RELEASE
Research Council brings GraphRAG to local hardware
Research Council is an open-source biomedical research assistant that combines Neo4j GraphRAG, ChromaDB, LangGraph, and a four-agent review council to answer paper-driven questions with citations, surfaced contradictions, and confidence scores. Its core trick is keeping retrieval, embeddings, and orchestration local while paying Groq and OpenRouter only for agent reasoning and synthesis, which makes deep-research style queries much cheaper.
// ANALYSIS
This is a smart example of hybrid AI architecture beating brute-force localism: keep the stateful data layer on your machine, then rent high-end reasoning only when it matters.
- –Dynamic tool loading via langgraph-bigtool is the real systems insight here, because it cuts prompt overhead before the agents even start working
- –The four-role council design gives the project a sharper research workflow than generic single-agent RAG apps, especially for contradiction hunting and methodology critique
- –Writing conclusions back into the graph turns each query into accumulated structure, not just another disposable chat response
- –The tradeoff is that this is not fully local end-to-end yet, since final reasoning still depends on Groq and OpenRouter rather than an entirely self-hosted stack
// TAGS
research-councilragagentopen-sourcedevtoolautomation
DISCOVERED
32d ago
2026-03-10
PUBLISHED
32d ago
2026-03-10
RELEVANCE
8/ 10
AUTHOR
Wild_Expression_5772