Rohit Ghumare

Results 108 issues of Rohit Ghumare

Adds an About page answering the HN feedback (no about section / be honest about you, goals, tech stack). Covers what it is, why it exists, how it's built (AI-assisted...

## What Adds oracleagentmemory (PyPI, v26.4.0) to the README comparison table and benchmark/COMPARISON.md, following the same honesty rules as the rest of the matrix. - Memory engine that runs inside...

The new container machine docs describe the home directory in two different ways. ### What I found In `docs/container-machine.md`, the first section says: ```text Your repo lives in $HOME on...

Interactive lesson figures extending the `lesson-figures.js` widget system (previously only kv-cache-sizer). Theme-aware vanilla-JS widgets mounted via the ```figure fence, in the blueprint aesthetic. Fifteen widgets across fifteen lessons, three batches...

Closes #828. state::list over the graph scopes blocks the worker event loop past ~25K nodes, so every read path that enumerated mem:graph:nodes and mem:graph:edges (searchByEntities, expandFromChunks, temporalQuery, graph-query query/startNodeId) was...

agentmemory upgrade ran npm install in whatever cwd had a package.json, which mutated unrelated user projects and added iii-sdk as a dependency there, while never upgrading agentmemory itself for npx...

Closes #844, closes #700, closes #303. The bundled iii-config.yaml uses cwd-relative paths and the engine was spawned without a cwd. On global and npx installs, ./data stores landed in whatever...

Closes #888. Slot tools dispatched to mem::slot-* functions that are only registered when AGENTMEMORY_SLOTS is enabled, so disabled installs got an opaque Internal error instead of guidance. The MCP dispatch...

Closes #874, closes #875. The engine-version-mismatch and iii-on-path-not-local-bin checks probed only the PATH-resolved iii binary, while their fixes install the pinned engine to ~/.agentmemory/bin, which is only prepended to PATH...

Third wave of interactive lesson figures, building on the system merged in #279. Covers the phases that were still sparse, taking the library to **173 widgets**. Same shared LF toolkit,...