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

* fixes

* fixes
2026-01-29 16:58:04 +01:00

33 lines
792 B
JSON

{
"id": "hindsight-memory",
"name": "Hindsight Memory",
"kind": "memory",
"moltbot": {
"skills": ["skills"]
},
"configSchema": {
"type": "object",
"properties": {
"bankMission": {
"type": "string",
"description": "Custom mission/context for the memory bank (overrides default)"
},
"embedPort": {
"type": "number",
"description": "Port for hindsight-embed server (auto-assigned if not specified)",
"default": 0
}
},
"additionalProperties": false
},
"uiHints": {
"bankMission": {
"label": "Bank Mission",
"placeholder": "Custom context for what this agent does..."
},
"embedPort": {
"label": "Embed Server Port",
"placeholder": "0 (auto-assign)"
}
}
}