How can I pipe server and console logs to my agent?
I deploy my app and the deployment breaks - I want this context to get back to my agent so it continues working on it until this passes.
I can use OpenClaw to trigger on events. I.e. on deployment fail, spawn a session with the context of the message.
But… I think it may be better to fix it in the environment that did the deployment. Maybe this is incorrect and subagents are perfectly fit for this task.
Comments