#Can't use llm-task in lobster workflows

1 messages Β· Page 1 of 1 (latest)

dry raft
#

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?