@usecortex_ai/openclaw-cortex-ai 0.1.3 → 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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,6 +16,10 @@ If you run OpenClaw via the local gateway, restart it too:
|
|
|
16
16
|
openclaw gateway restart
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
+
## Get Your Credentials
|
|
20
|
+
1. Get your Cortex API Key from [Cortex AI](https://app.usecortex.ai)
|
|
21
|
+
2. Get your Tenant ID from the Cortex dashboard
|
|
22
|
+
|
|
19
23
|
## Interactive Onboarding
|
|
20
24
|
|
|
21
25
|
Run the interactive CLI wizard (recommended):
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@usecortex_ai/openclaw-cortex-ai",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "OpenClaw plugin for Cortex AI — the State-of-the-art agentic memory system with auto-capture, recall, and knowledge graph context for open-claw",
|
|
6
6
|
"license": "MIT",
|