JITMIND

(★ 14)

JITMind is a just-in-time memory system for AI agents that combines self-editing bi-temporal memory, temporal graph reasoning, and an iterative Plan → Search → Integrate → Reflect loop for evidence- grounded answers. It fuses BM25 + dense + graph retrieval with robust ranking and provenance so long-running agents stay accurate as facts change.

File Explorer

  • .env.example
  • .gitignore
  • docker-compose.neo4j.yml
  • LICENSE
  • pyproject.toml
  • README.md
  • requirements.txt
  • setup.py

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

eval

View Details ▼

Execute arguments as a single command in the current shell and return its result.

eval "{{echo foo}}"

Call `echo` with the "foo" argument:

eval "{{foo=bar}}"

Set a variable in the current shell:

🔍

pip install

View Details ▼

Install Python packages.

pip install {{package1 package2 ...}}

Install one or more packages:

pip install {{package1 package2 ...}} {{[-U|--upgrade]}}

Upgrade all specified packages to the latest version, installing any that are not already present:

pip install {{package}}=={{version}}

Install a specific version of a package:

🔍

python3

View Details ▼

This command is an alias of `python`.

tldr python

View documentation for the original command:

// repository documentation