Tools
Lcm Graph Extra
Standalone lcm-graph-extra plugin for OpenClaw - DAG-based memory management as npm package
Install
npm install @openclaw/lcm-graph-extra
Configuration Example
{
"plugins": {
"@openclaw/lcm-graph-extra": { /* config */ }
}
}
README
# @openclaw/lcm-graph-extra
Standalone lcm-graph-extra plugin for OpenClaw. DAG-based memory graph management, semantic compression, cross-session reference tracking.
## Features
- DAG-based memory graph construction and management
- LLM-powered semantic summary compression
- Cross-session reference extraction and linkage
- TTL-based expiration cleanup
- CLI management tools
## Installation
```bash
npm install @openclaw/lcm-graph-extra
```
## Configuration
Add to your `openclaw.json`:
```json
{
"plugins": {
"@openclaw/lcm-graph-extra": { /* config */ }
}
}
```
## CLI
```bash
npx @openclaw/lcm-graph-extra status
npx @openclaw/lcm-graph-extra compact
npx @openclaw/lcm-graph-extra backup
```
## Development
```bash
npm install
npm run build
npm test
```
## License
MIT
tools
Comments
Sign in to leave a comment