fleet-memory/hindsight-integrations/openclawd
Nicolò Boschi 7d3ac5ddb9 Release v0.4.3
- Update version to 0.4.3 in all components
- Python packages: hindsight-api, hindsight-dev, hindsight-all, hindsight-litellm, hindsight-embed
- Python client: hindsight-clients/python
- TypeScript client: hindsight-clients/typescript
- Rust CLI: hindsight-cli
- Control Plane: hindsight-control-plane
- OpenClawd integration: hindsight-integrations/openclawd
- Helm chart
- Sync documentation to version-0.4
2026-01-30 11:09:43 +01:00
..
src fix: rename moltbot to openclawd (#246) 2026-01-30 10:31:29 +01:00
.gitignore fix: rename moltbot to openclawd (#246) 2026-01-30 10:31:29 +01:00
clawdbot.plugin.json fix: rename moltbot to openclawd (#246) 2026-01-30 10:31:29 +01:00
install.sh fix: rename moltbot to openclawd (#246) 2026-01-30 10:31:29 +01:00
package-lock.json fix: rename moltbot to openclawd (#246) 2026-01-30 10:31:29 +01:00
package.json Release v0.4.3 2026-01-30 11:09:43 +01:00
README.md fix: rename moltbot to openclawd (#246) 2026-01-30 10:31:29 +01:00
tsconfig.json fix: rename moltbot to openclawd (#246) 2026-01-30 10:31:29 +01:00
vectorize-io-hindsight-moltbot-plugin-0.1.0.tgz fix: rename moltbot to openclawd (#246) 2026-01-30 10:31:29 +01:00
vitest.config.ts fix: rename moltbot to openclawd (#246) 2026-01-30 10:31:29 +01:00

Hindsight Memory Plugin for OpenClawd

Biomimetic long-term memory for OpenClawd using Hindsight. Automatically captures conversations and intelligently recalls relevant context.

Quick Start

# 1. Configure your LLM provider
export OPENAI_API_KEY="sk-your-key"
clawdbot config set 'agents.defaults.models."openai/gpt-4o-mini"' '{}'

# 2. Install and enable the plugin
clawdbot plugins install @vectorize-io/hindsight-openclawd

# 3. Start OpenClawd
clawdbot gateway

That's it! The plugin will automatically start capturing and recalling memories.

Documentation

For full documentation, configuration options, troubleshooting, and development guide, see:

OpenClawd Integration Documentation

License

MIT