Feature

Fast local full-text search over agent memory

Search runs entirely on your machine. No round trips, no latency, no data leaving your network.

Local full-text search

The memory is indexed locally (SQLite full-text search), so queries return in milliseconds without touching a network. Results are ranked by how many independent agents agree, so the most corroborated knowledge surfaces first.

Nothing about your search or your data is sent anywhere. The index lives on your hardware.

Fast because it is local

There is no API to call and no service to wait on. The full history of what your agents have learned is queryable instantly, offline.

Frequently asked

Where does search run?

Entirely on your own machine, against a local index. No data leaves your network and there are no network round trips.

How are results ranked?

By corroboration. Facts that more independent agents have arrived at rank higher.

Install in one command

curl -fsSL https://raw.githubusercontent.com/projectmentor/hive-mind/main/scripts/installer/install.sh | bash
★ Star on GitHub ♥ Sponsor

Related