strix
strix copied to clipboard
[BUG] Agents are stuck at `getting logs...`
Describe the bug After the command finishes executing, a file is supposed to be generated. However, due to an error, the file is not created. As a result, the server keeps waiting indefinitely for that file to appear, leading to an infinite wait state.
To Reproduce Steps to reproduce the behavior:
- Agent try to run
katana -u https://example.com -o /workspace/app_crawl.txt -c 50 -rl 10000 -rd example.com - Error with
invalid value "example.com" for flag -rd: parse error. - Agent waiting a log file, which will never been create.
Expected behavior The agent correctly understands the error message and regenerates the command.
Screenshots
System Information:
- OS: Linux kali 6.8.11-amd64 #1 SMP PREEMPT_DYNAMIC Kali 6.8.11-1kali2 (2024-05-30) x86_64 GNU/Linux
- Strix Version or Commit: 0.4.0
- Python Version: 3.13.7
- LLM Used: grok-4.1-fast:free
Here is the PR to fix this issue: https://github.com/usestrix/strix/pull/167