-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
21 lines (21 loc) · 882 Bytes
/
Copy pathplugin.json
File metadata and controls
21 lines (21 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "evolver-antigravity-plugin",
"displayName": "Evolver — Self-Evolving Agent Memory",
"description": "Gives Antigravity Desktop a persistent, auditable evolution memory. Recalls what worked on past tasks at session start, detects improvement signals while you edit, and records outcomes when a task ends — powered by the Genome Evolution Protocol (GEP). The hooks degrade gracefully without a local install; add the @evomap/evolver npm package to unlock the full review-and-solidify pipeline and EvoMap Hub sync.",
"version": "0.1.0",
"author": {
"name": "EvoMap",
"email": "team@evomap.ai"
},
"homepage": "https://evomap.ai",
"repository": "https://github.com/EvoMap/evolver-antigravity-plugin",
"license": "MIT",
"keywords": [
"evolution",
"self-improvement",
"agent-memory",
"gep",
"meta-learning",
"evomap"
]
}