mirror of
https://github.com/vectorize-io/hindsight.git
synced 2026-09-14 19:31:49 +08:00
b984bb0bbd
Adds usage.jsonl: one line per finished user turn with the hindsight_* tools called and whether the reply credited Hindsight memory, plus a `stats` command that reports call ratio and credit-after-retrieval rate per agent. Moves plugin.log and the diag trail out of /tmp (shared, reboot-wiped, unbounded) into an owner-only dir with size-based rotation.
Website
This website is built using Docusaurus, a modern static website generator.
Installation
npm install
Local Development
npm start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
npm run build
This command generates static content into the build directory and can be served using any static contents hosting service.
Deployment
Using SSH:
USE_SSH=true npm run deploy
Not using SSH:
GIT_USER=<Your GitHub username> npm run deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.