-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
34 lines (34 loc) · 1.17 KB
/
Copy pathplugin.json
File metadata and controls
34 lines (34 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "research-loop",
"version": "0.4.1",
"description": "Turn an existing Git research project and a user goal into an approved, strategy-guided experiment campaign.",
"author": {
"name": "Research Loop contributors"
},
"homepage": "https://github.com/junjunjunbong/research-loop",
"repository": "https://github.com/junjunjunbong/research-loop",
"license": "Apache-2.0 AND CC-BY-4.0",
"keywords": [
"research",
"experiments",
"autonomous-research",
"agent-skill"
],
"skills": "./skills/",
"interface": {
"displayName": "Research Loop",
"shortDescription": "Run safe evidence-guided research experiments",
"longDescription": "Inspect a Git research project, compile execution, evaluation, and strategy contracts, rank evidence-backed hypotheses, and run an approved auditable local experiment campaign.",
"developerName": "Research Loop contributors",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/junjunjunbong/research-loop",
"defaultPrompt": [
"Set up an autonomous research loop for this project"
]
}
}