GitHub - theredsix/cerebellum: Browser automation system that uses AI-driven planning to navigate web pages and perform goals.
Cerebellum
A lightweight browser using agent that accomplishes user-defined goals on webpages using keyboard and mouse actions.
See It In Action
Goal: Find a USB C to C cable that is 10 feet long and add it to cart
amazon.mp4
How It Works
Web browsing is simplified to navigating a directed graph.
Each webpage is a node with visible elements and data.
User actions, such as clicking or typing, are edges that move between nodes.
Cerebellum starts at a webpage and aims to reach a target node that em...
Read more at github.com