Skip to content
cd ../projects

ProjectScone

active

A self-hosted memory and retrieval framework for agents, with a Python framework, independent Rust engine, and web console. A JudgeHuman project.

Python · Rust · TypeScript · React · SQLite · Qdrant · MCP

Aug 2026 to now

view source →

ProjectScone gives agents memory they can return to: source material, conversations, and claims with a history. I am building it at JudgeHuman to make that memory inspectable. A retrieved answer should lead back to its evidence, and a correction should have somewhere to live.

The project spans three repositories:

Recent work connects retrieval back to original documents and images. PDF passages retain page references and access to the original file; image records keep the image alongside attributed context. The console makes those sources available while reviewing claims or following an answer’s evidence.

Scone is in active development. The focus is persistent, useful memory whose sources and changes remain visible. Retrieval and answer quality are evaluated separately: finding a relevant passage is one step toward a supported answer.