Add video recorder to agent.run() for easier debugging #391
Labels
Agent
good first issue
Good for newcomers
help wanted
Extra attention is needed
new feature
new feature
I think it's useful to record a video of the agent to better understand what it did a posterior.
I think something like
could do the job.
It does not seem to be hard.
There are different ways to do it. Playwright seems to be more straightforward to it, while Selenium is more involved.
Here are the quick feedback from OpenAI on the topic.
I guess having methods
start_recording
andstop_recording
in ourAbstractDriver
and having driver specific implem should do the trick.The text was updated successfully, but these errors were encountered: