OriginTrail DKG v10 Enables Multi-Agent Memory Sharing Across Development Tools
OriginTrail has released DKG v10, introducing shared context graphs that enable multi-agent memory capabilities across various AI development platforms.
**Key Features:**
- Multi-agent memory support for Hermes Agent, OpenClaw, Claude (Code & Desktop), Cursor, OpenAI Codex, Windsurf, VSCode with GitHub Copilot Chat, and Cline
- Simple setup through npm package installation
- Three integration options: Hermes, OpenClaw, and MCP (Model Context Protocol)
**Getting Started:**
Developers can install the package globally using:
`npm install -g @origintrail-official/dkg`
Then run setup commands for their preferred agent:
- `dkg hermes setup`
- `dkg openclaw setup`
- `dkg mcp setup`
The update allows agents to share context and memory, potentially improving collaboration between different AI tools in development workflows.
Full documentation and source code available at [GitHub](https://github.com/OriginTrail/dkg).