Yash030 commited on
Commit
20fe353
·
verified ·
1 Parent(s): 1b5e99d

Upload plugin/plugin.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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, 16 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
- }
 
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
+ }