Skip to content

Tool call: bash times out when it should not #25

@mslinn

Description

@mslinn
🔧 Tool Call: bash
   Arguments:
   {
     "command": "timeout 5 /tmp/jc_new status -v \"$computers\" 2>&1"
   }

✗ Error: Command timed out after 120 seconds

This problem is not specific to any one bash command, and it is a major source of frustration.

Mini-agent uses its internal bash tool to gather information, but when the tool times out after 120 seconds due to some unknown internal problem, mini-agent assumes that the bash command it was trying to run is the source of the error. So it introduces lots of debugging that goes nowhere because again the bash tool continues to fail.

I have seen mini-agent attempt to use shorter timeouts, as shown above, but that parameter is always ignored.

Chaos ensues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions