io.github.AdelElo13/neurohive
Multi-agent memory intelligence with expertise tracking and conflict detection
Versions
1.0.2latestTools 16
hivemind_status Get the neurohive dashboard: total memories, agents, categories, recent activity, and conflict count.
hivemind_expertise Query agent expertise. Provide a topic to find top experts, an agent_id to see their profile, or neither for all expertise.
hivemind_conflicts List unresolved conflicts between agent memories, or resolve a specific conflict by ID.
store_memory Store a new memory with semantic deduplication, contradiction detection, surprise scoring, entity extraction, and neurohive expertise tracking.
search_memory Search memories using hybrid vector + full-text search with RRF ranking, graph boost, cognitive priming, and neurohive annotations.
recall_memory Recall memories by ID, namespace, category, or tags without semantic search.
forget_memory Tombstone (soft-delete) memories matching the given filters. At least one filter is required.
consolidate Run consolidation: merge near-duplicates, decay stale memories, prune low-value, sweep expired, purge old tombstones. Set commit=true to apply.
memory_stats Get statistics about stored memories: counts, categories, trust levels, importance, and database size.
export_memories Export memories as JSONL or JSON for backup or migration.
import_memories Import memories from JSONL or JSON data. Deduplicates by content hash.
backfill_embeddings Recompute embeddings for all memories missing from the vector store. Also syncs FTS index.
create_entity Create or update an entity in the knowledge graph.
create_relation Create a typed relation between two entities in the knowledge graph.
query_graph Traverse the knowledge graph starting from an entity.
search_claims Search atomic claims extracted from memories.
Permissions 2
network medium env_vars low