Files
moltbot/extensions/llm-task/package.json
2026-02-21 11:02:30 +01:00

13 lines
221 B
JSON

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