6 projects
neruva-record
Auto-record AI agent activity into Neruva. v0.10.3: multi-language code-graph indexing (Python + JS/TS + Go/Rust/Java/Ruby/C++ via `neruva-record[multilang]`). NERUVA_AUTO_CODE_INDEX=1 default on fresh installs; SessionStart auto-indexes the cwd, queryable via 5 code_kg_* MCP tools. Python AST walker fixes (vararg/kwarg/posonly/kwonly capture, nested-class qualification). Per-turn auto-recall + SessionStart auto-recall. 14-pattern secrets redaction.
neruva-mcp
MCP server for Neruva agent memory + reasoning substrate. v0.21 adds code_kg_callees/callers/class_of/module_of/imports for sub-ms structural code queries on KGs built locally via neruva-record-code-index. Plus Records, 5-engine KG, federated agent_remember/recall/context, Pearl do-operator, HD analogy, CBR, ToM, counterfactual rollouts, schema lifting, EFE, continual K-gram, rule induction, replay, .neruva V3. MCP drop-in for Claude Code, Cursor, Codex, Gemini CLI.
neruva-langchain
Drop-in LangChain integration for Neruva. NeruvaChatMessageHistory (BaseChatMessageHistory) auto-pipes turns into the substrate. NeruvaContextRetriever (BaseRetriever) federates Records + KG. Substrate v0.5.7: typed-shape context, tenant PII rules, depth-unlimited nested-belief, counterfactuals, EFE planner, continual learning. Deterministic, bit-identical replay. Sub-100ms p95. Works with RunnableWithMessageHistory + RetrievalQA.
neruva-crewai
Drop-in CrewAI memory integration for Neruva. Replaces CrewAI's default storage with Records + KG federation. Substrate (v0.5.7) adds typed-shape context dispatch, tenant-specific PII rules, depth-unlimited nested-belief tracking, counterfactual rollouts, EFE planner, continual learning. Deterministic from seed (bit-identical replay). Persists across crew runs, supports semantic search via agent_recall, optional entity tracking via the HD knowledge graph. One-line install.
neruva-langgraph
Drop-in LangGraph integration for Neruva. Wraps BaseCheckpointSaver + BaseStore to persist graph checkpoints and cross-thread KV state into the Neruva substrate. Substrate (v0.5.7) adds typed-shape context dispatch, tenant-specific PII rules, depth-unlimited nested-belief tracking, counterfactual rollouts, EFE planner, continual learning. Deterministic from seed (bit-identical replay). One-line install, works with every LangGraph StateGraph.
neruva-control
Local loopback daemon for the Neruva substrate. Maintenance-only as of v0.10.0 -- the screen-control (Neruva Computer) and code-editing (Neruva Code) agents were retired in the 2026-05-18 substrate-first pivot and archived to _attic/. For new installs use neruva-mcp (Claude Code / Cursor / any MCP agent) or neruva-record (auto-record Claude Code sessions). The daemon still binds to 127.0.0.1:7331 with auth-token gating for users who want to host a local control plane for custom agents on the substrate.