mirror of
https://github.com/gianfrancopiana/openclaw-autoresearch.git
synced 2026-08-14 08:52:44 +00:00
23 lines
429 B
JSON
23 lines
429 B
JSON
{
|
|
"id": "openclaw-autoresearch",
|
|
"name": "Autoresearch",
|
|
"description": "Faithful OpenClaw port of pi-autoresearch.",
|
|
"skills": [
|
|
"./skills"
|
|
],
|
|
"contracts": {
|
|
"tools": [
|
|
"init_experiment",
|
|
"run_experiment",
|
|
"log_experiment",
|
|
"autoresearch_status"
|
|
]
|
|
},
|
|
"version": "1.0.11",
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|