- Notifications
You must be signed in to change notification settings - Fork49
Fuji is an AI agent that lives in your browser's sidepanel. You can now get tasks done online with a single command!
License
normal-computing/fuji-web
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Fuji-Web is an intelligent AI partner that understands the user’s intent, navigates websites autonomously, and executes tasks on the user’s behalf while explaining each action step.
FujiWebCompressed.mp4
Please readour blog post for a demo video, benchmarks and deep-dive technical overview!
- Go to thereleases page, find the latest version of the extension and download "fuji-extension.zip".
- Unzip the file.
- Load your extension on Chrome by doing the following:
- Navigate to
chrome://extensions/ - Toggle
Developer mode - Click on
Load unpacked extension - Select the unzipped folder
- Navigate to
Please note that you may need to refresh the page for the extension to work.
- Find the Fuji icon in the top right corner of your browser and click on it to open the sidepanel.
- Create or access an existingOpenAI API Key orAnthropic API key and paste it in the provided box. This key will be stored in your browser, and will not be uploaded to a third party.
- Finally, navigate to a webpage you want Fuji-Web and type in the task you want it to perform.
Note: all prompts (text and image) are sent directly to the API of your selection. Fuji-Web does not attempt to collect any information from you.
If you want to build the extension from source, follow these instructions:
- Ensure you haveNode.js. The development was done on Node v20 but it should work with some lower versions.
- Clone this repository
- Install
pnpmglobally:npm install -g pnpm - Run
pnpm install - Run
pnpm devto start the development server, orpnpm buildto build the extension.
When loading the extension, you will need to load thedist folder created by the build process.
- Expose API for easy integration with browser automation frameworks (e.g. Puppeteer, Playwright, Selenium)
- Add support for more complex & cross-tab workflows
- Add support for more browsing behaviors (select from dropdown, extract content from entire page etc.)
- Add support for saving workflows
- Add support for sharing workflows & instructions with others
- Create wikipedia-like knowledge base where users can work together to create knowledge that can improve the Fuji-Web's performance
Check out ourTroubleshooting Guide for help with common problems.
Interested in contributing to Fuji-Web? We'd love your help! Check out ourContribution Guide for guidelines on how to contribute, report bugs, suggest enhancements, and more.
We also have set up a dedicated channel for Fuji-Web feedback on Discord athttps://discord.gg/yfMjZ8udb5.
- Fuji-Web's image annotation method was inspired by Microsoft'sUFO paper.
- Fuji as a tool that lives in the browser sidepanel was inspired byTaxyAI's browser extension. We also used some of its UI code.
- The Chrome extension set-up leveraged an awesome boilerplate projectJonghakseo/chrome-extension-boilerplate-react-vite.
- The Fuji logo is fromToss Face Emoji design set.
About
Fuji is an AI agent that lives in your browser's sidepanel. You can now get tasks done online with a single command!
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.