16 lines
440 B
JSON
16 lines
440 B
JSON
{
|
|
"name": "pi-qmem",
|
|
"version": "1.8.0",
|
|
"description": "Memoria centralizzata e condivisa per agenti AI: salva e cerca record semantici (Qdrant + BGE-M3) via Memory Gateway.",
|
|
"keywords": ["pi-package", "memory", "agent", "qdrant", "rag"],
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@earendil-works/pi-coding-agent": "*",
|
|
"typebox": "*"
|
|
},
|
|
"pi": {
|
|
"extensions": ["./extensions"],
|
|
"skills": ["./skills"]
|
|
}
|
|
}
|