fleet-memory/hindsight-integrations/moltbot
Nicolò Boschi 12e9a3d305
feat: moltbot integration (#216)
* feat: moltbot integration

* fixes

* fixes
2026-01-29 16:58:04 +01:00
..
hooks/retain-messages feat: moltbot integration (#216) 2026-01-29 16:58:04 +01:00
skills/hindsight feat: moltbot integration (#216) 2026-01-29 16:58:04 +01:00
src feat: moltbot integration (#216) 2026-01-29 16:58:04 +01:00
.gitignore feat: moltbot integration (#216) 2026-01-29 16:58:04 +01:00
clawdbot.plugin.json feat: moltbot integration (#216) 2026-01-29 16:58:04 +01:00
install.sh feat: moltbot integration (#216) 2026-01-29 16:58:04 +01:00
package-lock.json feat: moltbot integration (#216) 2026-01-29 16:58:04 +01:00
package.json feat: moltbot integration (#216) 2026-01-29 16:58:04 +01:00
README.md feat: moltbot integration (#216) 2026-01-29 16:58:04 +01:00
tsconfig.json feat: moltbot integration (#216) 2026-01-29 16:58:04 +01:00
vitest.config.ts feat: moltbot integration (#216) 2026-01-29 16:58:04 +01:00

Hindsight Memory Plugin for Moltbot

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

Quick Start

# 1. Install the plugin
npm install -g @vectorize-io/hindsight-moltbot-plugin

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

# 3. Enable the plugin
clawdbot plugins enable hindsight-memory

# 4. Start Moltbot
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:

Moltbot Integration Documentation

License

MIT