Spaces:
Sleeping
Sleeping
Upload plugin/plugin.json with huggingface_hub
Browse files- plugin/plugin.json +15 -15
plugin/plugin.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "agentmemory",
|
| 3 |
-
"version": "0.9.27",
|
| 4 |
-
"description": "Persistent memory for AI coding agents -- captures tool usage, compresses via LLM, injects context into future sessions. 12 hooks,
|
| 5 |
-
"author": {
|
| 6 |
-
"name": "Rohit Ghumare",
|
| 7 |
-
"url": "https://github.com/rohitg00"
|
| 8 |
-
},
|
| 9 |
-
"license": "Apache-2.0",
|
| 10 |
-
"homepage": "https://github.com/rohitg00/agentmemory",
|
| 11 |
-
"repository": "https://github.com/rohitg00/agentmemory",
|
| 12 |
-
"skills": "skills/",
|
| 13 |
-
"mcpServers": ".mcp.copilot.json",
|
| 14 |
-
"hooks": "hooks/hooks.copilot.json"
|
| 15 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "agentmemory",
|
| 3 |
+
"version": "0.9.27",
|
| 4 |
+
"description": "Persistent memory for AI coding agents -- captures tool usage, compresses via LLM, injects context into future sessions. 12 hooks, 30 MCP tools, 16 skills, real-time viewer.",
|
| 5 |
+
"author": {
|
| 6 |
+
"name": "Rohit Ghumare",
|
| 7 |
+
"url": "https://github.com/rohitg00"
|
| 8 |
+
},
|
| 9 |
+
"license": "Apache-2.0",
|
| 10 |
+
"homepage": "https://github.com/rohitg00/agentmemory",
|
| 11 |
+
"repository": "https://github.com/rohitg00/agentmemory",
|
| 12 |
+
"skills": "skills/",
|
| 13 |
+
"mcpServers": ".mcp.copilot.json",
|
| 14 |
+
"hooks": "hooks/hooks.copilot.json"
|
| 15 |
+
}
|