Turn Gemini into a coordinated team of specialized AI agents with persistent memory, human-verified annotations, and git-based team collaboration. No more agent amnesia.
All 5 agents read from and write to a persistent context board. No re-reading. No duplicate work.
Git-based sharing + Hub sync. One teammate scans, the whole team benefits.
Agents write code annotations. Humans verify them. Trust builds over time.
Tree-sitter parses your code. LLM enriches every symbol. Search by meaning.
19 modules across indexing, planning, agents, team collab, and hub sync.
Next.js dashboard with live SSE updates. See agents work in real-time.
git clone https://github.com/yourusername/agent-weaver.git
cd agent-weaver
npm install
npm run buildcd dashboard
npm installcd ../hub
npm install
npm start & # Runs on http://localhost:4200cd ../dashboard
export WEAVER_PROJECT_PATH=/path/to/your/project
npm run dev# Add to your Gemini config:
{
"mcpServers": {
"agent-weaver": {
"command": "node",
"args": ["/path/to/agent-weaver/dist/index.js"]
}
}
}💡 Tip: Point WEAVER_PROJECT_PATH to any git repo. The dashboard will auto-load .weaver/ data and display agent activity in real-time.
Powered by the latest AI and web technologies