15 lines
332 B
JSON
15 lines
332 B
JSON
{
|
|
"name": "agentmemory",
|
|
"owner": {
|
|
"name": "Rohit Ghumare",
|
|
"github": "rohitg00"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "agentmemory",
|
|
"description": "Persistent memory for AI coding agents -- captures tool usage, compresses via LLM, injects context into future sessions",
|
|
"source": "./plugin"
|
|
}
|
|
]
|
|
}
|