Skip to content

schauppi/MultimodalWebAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultimodalWebAgent

Watch the video

Roadmap

I aim to develop an open-source variant inspired by MultiOn AI that focuses on automating web workflows, complemented by a user-friendly interface. My current effort is towards crafting a streamlined yet sophisticated version of this WebAgent within the AutoGen Repository, specifically in the multimodal_web_surfer branch. If you're interested in collaborating on this project or want to create a product that makes a difference, I'm eager to connect.

Introduction

This is a multimodal web agent that can understand and generate natural language and visual content implemented using the AutoGen framework and the Assistants API.
It is based on the Paper WebVoyager: Building an End-to-End Web Agent with Large Multimodal Models.

Disclaimer

This project is still in development and not yet ready for use.
I managed to get the agent to work, but the results are not yet satisfactory. The prompt has to be carefully crafted to get good results. F.e. the prompt describes every step what the agent has to do in detail like "Go to the website, click on the button using tool X, scroll down using tool Y, click on the next button using tool Z, etc.". With this approach the webagent is working pretty well tbh. So feel free to try it out, give feedback and contribute.

Installation

  1. Rename the file '.env example' to '.env' and fill in your OpenAI API key.
  2. Install the required packages using the following command: poetry install

Run the agent

  1. Craft an precise prompt for the agent. The prompt should describe every step what the agent has to do in detail. You find an example prompt in the file src/oai_agent/utils/prompt.
  2. Run the agent using the following command: poetry run webagent

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published