Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added harnesses/codex/.codex-plugin/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added harnesses/codex/.codex-plugin/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 19 additions & 6 deletions harnesses/codex/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,43 @@
"name": "hivemind",
"version": "0.7.124",
"description": "Cloud-backed persistent memory powered by Deeplake — read, write, and share memory across Codex sessions and agents",
"skills": "./skills/",
"author": {
"name": "Activeloop",
"url": "https://deeplake.ai"
},
"homepage": "https://deeplake.ai",
"repository": "https://github.com/activeloopai/hivemind",
"license": "Apache-2.0",
"keywords": [
"memory",
"deeplake",
"persistent-memory",
"session-capture",
"search"
],
"skills": "./skills/",
Comment thread
coderabbitai[bot] marked this conversation as resolved.
"interface": {
"displayName": "Hivemind Memory",
"shortDescription": "Persistent shared memory for AI agents powered by Deeplake",
"longDescription": "Captures all session activity and provides cross-session, cross-agent memory search via ~/.deeplake/memory/. Memory is stored in Deeplake managed tables and shared across sessions, users, and agents in your organization.",
"developerName": "Activeloop",
"category": "productivity",
"category": "Productivity",
"capabilities": [
"memory",
"session-capture",
"search"
"Persistent memory",
"Session capture",
"Semantic search"
],
"websiteURL": "https://deeplake.ai",
"privacyPolicyURL": "https://www.activeloop.ai/privacy/",
"termsOfServiceURL": "https://www.activeloop.ai/terms/",
"defaultPrompt": [
"Recall what our team decided about this project recently.",
"Save this as a memory for the team.",
"Search our shared memory for anything about rate limits."
],
"websiteURL": "https://deeplake.ai"
"brandColor": "#101010",
"composerIcon": "./assets/icon.png",
"logo": "./assets/logo.png",
"screenshots": []
}
}