Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
| Date | Stars |
|---|---|
| 2026-07-31 | 535 |
| 2026-08-02 | 535 |
| 2026-08-06 | 535 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Agentic Nervous System > Your LLM is a brain in a jar. Give it a nervous system. A biological architecture for artificial minds. Sensation, reflex, memory, and action—organized into coherent loops that turn chatbots into organisms. 🌐 **Website**: UNDER CONSTRUCTION! [mnehmos.github.io/mnehmos.multi-agent.framework](https://mnehmos.github.io/mnehmos.multi-agent.framework) 📖 **Blog Post**: [From Chatbot to Organism](https://mnehmos.github.io/Mnehmos/blog/from-chatbot-to-organism/) --- ## MCP Ecosystem | Server | Layer | Description | |--------|-------|-------------| | [](https://github.com/Mnehmos/mnehmos.ooda.mcp) | Somatic | 62 tools for computer automation: files, screen, keyboard, mouse, batch ops | | [](https://github.com/Mnehmos/mnehmos.synch.mcp) | Autonomic | Memory persistence, agent handoff, file locks, bug tracking | | [](https://github.com/Mnehmos/mnehmos.index-foundry.mcp) | Autonomic | RAG pipelines, document Q&A, semantic search | | [](https://github.com/Mnehmos/mnehmos.trace.mcp) | Reflex | Schema validation, contract enforcement, type scaffolding | | [](https://github.com/Mnehmos/mnehmos.arxiv.mcp) | Central | Academic paper search for Deep Research mode | | [](https://github.com/Mnehmos/mnehmos.chatrpg.game) | Game Engine | D&D 5e combat, characters, encounters | --- ## The Architecture ``` ┌─────────────────────────────────────────────────────────────────────┐ │ CENTRAL (BRAIN) - Cognition │ │ Orchestrator • Architect • Planner • Ask • Deep Research │ │ ↑ Receives sensory input ↓ Sends motor commands │ ├─────────────────────────────────────────────────────────────────────┤ │ SOMATIC (BODY) - Voluntary Action │ │ Red Phase • Green Phase • Blue Phase • Code • Debug │ │ ↑ Tool results ↓ Tool invocations │ ├─────────────────────────────────────────────────────────────────────┤ │ AUTONOMIC (SUBCONSCIOUS) - Background │ │ Memory • Synch MCP • Index Foundry MCP │ │ State persistence, retrieval, agent coordination │ ├─────────────────────────────────────────────────────────────────────┤ │ REFLEX (SPINAL CORD) - Immediate. │ │ (UNDER CONSTRUCTION) │ │ Trace MCP • Schema Validation • Contracts │ │ Rejects bad inputs before cognition │ └─────────────────────────────────────────────────────────────────────┘ ``` --- ## Quick Start ### 1. Copy the baseline templates ```bash # Create .roo directory in your project mkdir -p .roo # Copy templates cp templates/custom_modes.yaml .roo/ cp templates/universal/AGENTS.md . ``` **Files to copy:** - [`templates/custom_modes.yaml`](templates/custom_modes.yaml) → `.roo/custom_modes.yaml` - [`templates/universal/AGENTS.md`](templates/universal/AGENTS.md) → `AGENTS.md` (project root) ### 2. Add global instructions Copy [`templates/custom-instructions-for-all-modes.md`](templates/custom-instructions-for-all-modes.md) content to your IDE's global instructions field. ### 3. (Optional) Add MCP tools Install tools to extend capabilities. See [`templates/tools/`](templates/tools/) for integration docs: | Tier | Tool | Layer | Integration Guide | |------|------|-------|-------------------| | 2 | [OODA MCP](https://github.com/Mnehmos/mnehmos.ooda.mcp) | Somatic | [`ooda-mcp.md`](templates/tools/ooda-
Excerpt of 8,715 characters
Read on GitHub91
Trevin Chow · United States
2
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:7744719c33299bd3, name:multi-agent, name:multi agent