mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-07 03:25:32 +00:00
readme update
This commit is contained in:
parent
3d49e0aabe
commit
2aa31ac911
40
README.md
40
README.md
@ -12,40 +12,40 @@
|
|||||||
|
|
||||||
> *Do a web search to find tech startup in Japan working on cutting edge AI research*
|
> *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
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Code hand free
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Divide and conqueer (Experimental)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
*See media/examples for other use case screenshots.*
|
||||||
|
|
||||||
## Features:
|
## Features:
|
||||||
|
|
||||||
- **100% Local**: No cloud, runs on your hardware. Your data stays yours.
|
- **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.
|
- **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 Coding**: 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.
|
|
||||||
|
|
||||||
- **Agent routing**: Automatically picks the right agent for the job.
|
- **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.
|
- **Memory**: Efficient memory and sessions management.
|
||||||
|
|
||||||
- **Web Browsing**: Autonomous web navigation.
|
|
||||||
|
|
||||||
|
|
||||||
### Searching the web with agenticSeek :
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
*See media/examples for other use case screenshots.*
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -255,7 +255,6 @@ class Browser:
|
|||||||
return form_strings
|
return form_strings
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.logger.error(f"Error extracting form inputs: {str(e)}")
|
|
||||||
return [f"Error extracting form inputs."]
|
return [f"Error extracting form inputs."]
|
||||||
|
|
||||||
def get_buttons_xpath(self) -> List[str]:
|
def get_buttons_xpath(self) -> List[str]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user