suna/backend/agentpress
marko-kraemer b0ab413866 fix: optimize blocking command execution with marker-based completion detection
- Use unique completion markers instead of unreliable prompt detection
- Reduce polling from 2s to 0.5s intervals for faster response
- Fix SessionExecuteRequest import path
- Commands now return immediately upon completion vs waiting full timeout
2025-07-06 20:07:26 +02:00
..
utils chore(dev): fix double escape isue 2025-05-25 02:34:07 +05:30
__init__.py agent wip 2025-04-11 00:53:01 +01:00
context_manager.py wip 2025-07-06 06:40:44 +02:00
response_processor.py fix: optimize blocking command execution with marker-based completion detection 2025-07-06 20:07:26 +02:00
thread_manager.py fix: optimize blocking command execution with marker-based completion detection 2025-07-06 20:07:26 +02:00
tool.py feat: removed unused imports 2025-05-07 15:24:00 +02:00
tool_registry.py feat: removed unused imports 2025-05-07 15:24:00 +02:00
xml_tool_parser.py chore(dev): refactor xml tools 2025-05-28 17:37:54 +05:30