My agent is having issues invoking llm-task calls from lobster workflows. The tool is enabled:
tools.alsoAllow includes llm-task β
plugins.allow includes llm-task β
llm-task plugin is enabled: true with default model set β
But my agent reports:
Bad news: Something's blocking it at runtime. The error says:
tools.allow: *, sessions_send, lobster, exec, diffs, llm-task
...
tools are disabled for this run
It is calling the llm from lobster like so:
- id: tag-review
run: openclaw.invoke --tool llm-task --action json --args-file /tmp/recipe-capture-work/tag-args.json
Is this the correct way to invoke llms from lobster still, and what is going wrong with llm-task?