Files
clawdbot/extensions/llm-task/package.json
2026-01-27 09:10:47 +00:00

12 lines
201 B
JSON

{
"name": "@moltbot/llm-task",
"version": "2026.1.26",
"type": "module",
"description": "Clawdbot JSON-only LLM task plugin",
"clawdbot": {
"extensions": [
"./index.ts"
]
}
}