Files
moltbot/extensions/llm-task/package.json
2026-03-02 04:55:53 +00:00

13 lines
220 B
JSON

{
"name": "@openclaw/llm-task",
"version": "2026.3.2",
"private": true,
"description": "OpenClaw JSON-only LLM task plugin",
"type": "module",
"openclaw": {
"extensions": [
"./index.ts"
]
}
}