@forwardimpact/libindex
Advanced tools
+15
-2
| { | ||
| "name": "@forwardimpact/libindex", | ||
| "version": "0.1.35", | ||
| "description": "Base index class for storage-backed indexes in Guide", | ||
| "version": "0.1.36", | ||
| "description": "JSONL-backed indexes with filtering and buffered writes — fast lookup of agent context chunks.", | ||
| "keywords": [ | ||
| "index", | ||
| "jsonl", | ||
| "retrieval", | ||
| "agent" | ||
| ], | ||
| "forwardimpact": { | ||
| "capability": "agent-retrieval", | ||
| "needs": [ | ||
| "Filter records in a JSONL index", | ||
| "Buffer high-volume index writes" | ||
| ] | ||
| }, | ||
| "license": "Apache-2.0", | ||
@@ -6,0 +19,0 @@ "author": "D. Olsson <hi@senzilla.io>", |
22243
1.3%