mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
- Moved step timing initialization and step counter increment to the start of the step method for better tracking. - Updated logging messages to reflect the correct step number after the refactor. - Increased timeout for step execution to 5 minutes and added graceful handling for timeout errors. - Adjusted initial value of n_steps in AgentState to start from 0 instead of 1. - Added observability decorators to resource monitoring functions for improved debugging.