apify / actor-web-automation-agent

This is the experimental version of Web Automation Agent. The agent uses natural language instructions to browse the web and extract data.
https://apify.com/apify/ai-web-agent
17 stars 15 forks source link

Web Automation Agent MVP #2

Closed drobnikj closed 7 months ago

drobnikj commented 9 months ago

The features of MVP for browser automation agent

Note here that we are not aiming for a production-ready tool. This is more of an experiment to test what browser automation using GPT powered by crawlee can handle.

Code related

No code

mtrunkat commented 9 months ago

@jirimoravcik @drobnikj

drobnikj commented 9 months ago

@mtrunkat

  • some better shrinking of prior actions

We solved it in https://github.com/apify/actor-web-automation-agent/pull/1/files for now. It removes HTML from previous action and keep just HTML for next action.

mtrunkat commented 9 months ago

Cool. We will eventually need to add memory anyway but we can leave that for later phases.

drobnikj commented 8 months ago

The Actor was published https://apify.com/apify/ai-web-agent

drobnikj commented 7 months ago

I will close this MVP task and move think which we didn't solve in MPV into separate task.