diff --git a/README.md b/README.md index 4324357..34cde6d 100644 --- a/README.md +++ b/README.md @@ -12,40 +12,40 @@ > *Do a web search to find tech startup in Japan working on cutting edge AI research* -> *Make a snake game in Python* +> *Make a tetris game in C ?* -> *Scan my network with nmap, find out who is connected?* +> *Can you find where is contract.pdf*? -> *Hey can you find where is contract.pdf*? + +### Browse the web + +![alt text](./media/exemples/search_startup.png) + +### Code hand free + +![alt text](./media/exemples/matmul_golang.png) + +### Divide and conqueer (Experimental) + +![alt text](./media/exemples/plan_weather_app.png) + +*See media/examples for other use case screenshots.* ## Features: - **100% Local**: No cloud, runs on your hardware. Your data stays yours. -- **Voice interaction**: Voice-enabled natural interaction. - - **Filesystem interaction**: Use bash to navigate and manipulate your files effortlessly. -- **Code what you ask**: Can write, debug, and run code in Python, C, Golang and more languages on the way. - -- **Autonomous**: If a command flops or code breaks, it retries and fixes it by itself. +- **Autonomous Coding**: Can write, debug, and run code in Python, C, Golang and more languages on the way. - **Agent routing**: Automatically picks the right agent for the job. -- **Divide and Conquer**: For big tasks, spins up multiple agents to plan and execute. +- **Planning**: For complex tasks, spins up multiple agents to plan and execute. -- **Tool-Equipped**: From basic search to api and file exploration, every agent has it's own tools. +- **Autonomous Web Browsing**: Autonomous web navigation. -- **Memory**: Remembers what’s useful, your preferences and past sessions conversation. - -- **Web Browsing**: Autonomous web navigation. - - -### Searching the web with agenticSeek : - -![alt text](./media/exemples/search_startup.png) - -*See media/examples for other use case screenshots.* +- **Memory**: Efficient memory and sessions management. --- diff --git a/sources/browser.py b/sources/browser.py index 0e67a2d..2de758b 100644 --- a/sources/browser.py +++ b/sources/browser.py @@ -255,7 +255,6 @@ class Browser: return form_strings except Exception as e: - self.logger.error(f"Error extracting form inputs: {str(e)}") return [f"Error extracting form inputs."] def get_buttons_xpath(self) -> List[str]: