You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful to log the flow that an agent has taken in order to review where it's reasoning/thoughts and actions could be improved and if changing the world model helps with that.
In agent.run make a "log" argument optional (boolean). Then create a log folder where to store the different runs. Include the parameters for the run (prompt, site/page, world model, LLM (system fingerprint)) and the output (thoughts, actions, chosen elements, screenshots (optionally the HTML?)) per step.
Extra options, thoughts:
succesful completion or not
number of steps to complete task
debug/improvement suggestions
sort runs per task to incrementally improve agent performance per experiment
The text was updated successfully, but these errors were encountered:
This feature is now live by the way - we'll document it in Learn>Debugging guide on our docs ASAP but basically you can get a Pandas dataframe with local log info by running:
It would be helpful to log the flow that an agent has taken in order to review where it's reasoning/thoughts and actions could be improved and if changing the world model helps with that.
In agent.run make a "log" argument optional (boolean). Then create a log folder where to store the different runs. Include the parameters for the run (prompt, site/page, world model, LLM (system fingerprint)) and the output (thoughts, actions, chosen elements, screenshots (optionally the HTML?)) per step.
Extra options, thoughts:
The text was updated successfully, but these errors were encountered: