BrainBox
JSON →Hebbian memory for AI agents â learns file access patterns, builds neural pathways, predicts next tools/files, saves tokens
Install
npx tsx Tools · 6
- record Record a file access or tool usage to the neural network
- recall Recall related files, tools, or errors from the neural network
- error Record an error and associate it with the fix that resolved it
- predict_next Predict the next file or tool based on current context and past patterns
- stats Get statistics about the neural network, including neuron counts and synapse strength
- decay Weaken unused connections in the neural network to keep it clean
Links
★ 11 GitHub stars