Files
moltbot/extensions/llm-task/package.json
2026-01-29 16:48:13 +00:00

12 lines
199 B
JSON

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