Files
clawdbot/extensions/llm-task/package.json
2026-01-25 22:13:04 +00:00

12 lines
202 B
JSON

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