readme update

This commit is contained in:
martin legrand 2025-03-26 15:43:24 +01:00
parent 3d49e0aabe
commit 2aa31ac911
2 changed files with 20 additions and 21 deletions

View File

@ -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 whats 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.
---

View File

@ -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]: