mark_progress
Method
This is a method of the DoomLoopDetector class in the doom_loop module.Mark meaningful progress. Call this when the agent makes real progress (e.g., file modified, test passed, user goal partially achieved).
Signature
Parameters
str
required
No description available.
Returns
Any
The result of the operation.
Uses
time.time
Used By
Source
View on GitHub
praisonaiagents/escalation/doom_loop.py at line 189
