@ekai/contexto 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -7
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @ekai/contexto
|
|
1
|
+
# @ekai/contexto
|
|
2
2
|
|
|
3
3
|
OpenClaw plugin — Context graph engine that prevents context rot by visualizing and organizing conversation context.
|
|
4
4
|
|
|
@@ -11,12 +11,6 @@ Mind Map is an improved **context engine** for OpenClaw that solves **context ro
|
|
|
11
11
|
- Provides structured context retrieval to combat context rot
|
|
12
12
|
- Enables the agent to understand conversation topology
|
|
13
13
|
|
|
14
|
-
## Installation
|
|
15
|
-
|
|
16
|
-
```bash
|
|
17
|
-
npm install @ekai/contexto
|
|
18
|
-
```
|
|
19
|
-
|
|
20
14
|
## OpenClaw Setup
|
|
21
15
|
|
|
22
16
|
### 1. Install the plugin in OpenClaw
|
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED