Lindy

My apologies [Name], I'm having trouble completing this task.

What this means

The agent gave up on the task because it didn't know how to finish it, lacked the right tool, or didn't understand the instructions.

Why you're seeing this

  • No clear exit condition

    Common

    On complex or multi-skill tasks the agent doesn't know when it's 'done', so it stalls and reports trouble.

  • Missing or wrong skills

    Common

    The agent lacks a skill/action needed to actually perform the task, or has too many skills (Lindy recommends keeping it under ~4 per agent).

  • Vague or unclear prompt

    Common

    Instructions are ambiguous, so the agent can't determine what to do.

How to fix it

  1. 1

    Open the Tasks Panel and select the errored task to see exactly what the agent attempted before stopping.

  2. 2

    Add a clear exit condition so the agent knows when the task is complete.

  3. 3

    Make sure the agent has the skills it needs, and remove extras (aim for 4 or fewer skills per agent).

  4. 4

    Rewrite the prompt to be specific and unambiguous, then re-run the task.

Why this happens (the technical detail)

This is the agent's fallback response when its reasoning loop can't reach a successful completion. It usually reflects a configuration gap (missing skill, no stopping rule, or unclear instructions) rather than a platform outage, which is why the fix is almost always editing the agent setup.

Related errors

Sources

Last verified 2026-06-10.