The OpenClaw docs and the Lobster Github docs don't seem to match up.
-
When I need an LLM in a Lobster pipeline, should I be using
llm.invokeorllm-task.invoke? -
Do I need to pass the OpenClaw gateway URL to Lobster if I'm running it from an OpenClaw agent? Why?
-
Why is it described as a "Native" pipeline step?
-
Why is there also the option to call
openclaw.invoke --tool llm-task; is there a meaningful difference? Is it redundant? -
In the OpenClaw does, it says you should
In OpenClaw tool calls, set pipeline to the file path.What does this mean?
My agent is having problems getting calls from Lobster to work, and I'm unable to help them.