Data Structure Protocol (DSP)
JSON →Graph-based long-term memory skill for AI (LLM) coding agents â faster context, fewer tokens, safer refactors
Tools · 9
- init Initialize DSP graph in the project
- create-object Create a new entity object in the graph
- create-function Create a new function entity in the graph
- add-import Add an import dependency between entities
- search Search for entities in the graph
- find-by-source Find entities by source file path
- get-children Get child entities of a given entity
- get-parents Get parent entities that depend on a given entity
- get-recipients Get all entities that depend on a given entity
★ 49 GitHub stars