Skip to content

Commit f53c7ac

Browse files
authored
Merge pull request #12 from Factory-AI/feat/autoresearch-plugin
Add autoresearch plugin: autonomous experiment loop for optimization research
2 parents da37c7c + efdb8e7 commit f53c7ac

4 files changed

Lines changed: 849 additions & 0 deletions

File tree

.factory-plugin/marketplace.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
"description": "Core Skills for essential functionalities and integrations",
2424
"source": "./plugins/core",
2525
"category": "core"
26+
},
27+
{
28+
"name": "autoresearch",
29+
"description": "Autonomous experiment loop for optimization research. Try an idea, measure it, keep what works, discard what doesn't, repeat. Works standalone or as a mission worker.",
30+
"source": "./plugins/autoresearch",
31+
"category": "research"
2632
}
2733
]
2834
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "autoresearch",
3+
"description": "Autonomous experiment loop for optimization research. Try an idea, measure it, keep what works, discard what doesn't, repeat. Works standalone or as a mission worker.",
4+
"version": "1.0.0",
5+
"author": {
6+
"name": "Factory",
7+
"email": "support@factory.ai"
8+
},
9+
"license": "MIT"
10+
}

0 commit comments

Comments
 (0)