-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmarketplace.json
More file actions
49 lines (49 loc) · 1.25 KB
/
Copy pathmarketplace.json
File metadata and controls
49 lines (49 loc) · 1.25 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "deepwork-plugins",
"version": "1.0.0",
"description": "Plugins for the DeepWork framework",
"owner": {
"name": "DeepWork",
"email": "noah@unsupervised.com"
},
"plugins": [
{
"name": "deepwork",
"description": "Framework for AI-powered multi-step workflows with quality gates",
"version": "0.14.1",
"source": "./plugins/claude",
"author": {
"name": "DeepWork"
},
"category": "workflow",
"keywords": [
"workflow",
"automation",
"quality-gates",
"multi-step",
"planning"
],
"repository": "https://github.com/Unsupervisedcom/deepwork",
"license": "BSL-1.1"
},
{
"name": "learning-agents",
"description": "Auto-improving AI sub-agents that learn from their mistakes across sessions",
"version": "0.1.0",
"source": "./learning_agents",
"author": {
"name": "DeepWork"
},
"category": "learning",
"keywords": [
"agents",
"learning",
"self-improving",
"sub-agents"
],
"repository": "https://github.com/Unsupervisedcom/deepwork",
"license": "MIT"
}
]
}