mirror of
https://github.com/letta-ai/claude-subconscious.git
synced 2026-04-25 17:04:56 +02:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "claude-subconscious",
|
|
"version": "2.1.1",
|
|
"description": "A subconscious for Claude Code. A Letta agent watches your sessions, accumulates context, and whispers guidance back.",
|
|
"author": "Letta <hello@letta.com> (https://letta.com)",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/letta-ai/claude-subconscious.git"
|
|
},
|
|
"homepage": "https://github.com/letta-ai/claude-subconscious#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/letta-ai/claude-subconscious/issues"
|
|
},
|
|
"keywords": [
|
|
"claude",
|
|
"claude-code",
|
|
"letta",
|
|
"subconscious",
|
|
"memory",
|
|
"multi-agent",
|
|
"async",
|
|
"deliberation"
|
|
],
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"scripts": {
|
|
"sync": "tsx scripts/sync_letta_memory.ts",
|
|
"send": "tsx scripts/send_messages_to_letta.ts",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@letta-ai/letta-code-sdk": "^0.1.0",
|
|
"tsx": "^4.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.0",
|
|
"typescript": "^5.3.0",
|
|
"vitest": "^3.0.0"
|
|
}
|
|
}
|