mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 19:15:28 +00:00
Update README.md
This commit is contained in:
parent
3842d79ead
commit
c33d14879d
25
README.md
25
README.md
@ -4,37 +4,36 @@
|
|||||||
|
|
||||||
**A fully local alternative to Manus AI**, a voice-enabled AI assistant that codes, explores your filesystem, browse the web and correct it's mistakes all without sending a byte of data to the cloud. The goal of the project is to create an autonomous agent like Manus but using reasoning model such as deepseek R1, all running locally.
|
**A fully local alternative to Manus AI**, a voice-enabled AI assistant that codes, explores your filesystem, browse the web and correct it's mistakes all without sending a byte of data to the cloud. The goal of the project is to create an autonomous agent like Manus but using reasoning model such as deepseek R1, all running locally.
|
||||||
|
|
||||||
> 🛠️ **Work in Progress** – Looking for contributors! 🚀
|
> 🛠️ **Work in Progress** – Looking for contributors!
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
  
|
[](https://fosowl.github.io/agenticSeek.html)   
|
||||||
|
|
||||||
[Website](https://fosowl.github.io/agenticSeek.html)
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 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.
|
- **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.
|
- **Code what you ask**: Can write, debug, and run code in Python, C, Golang and more languages on the way.
|
||||||
|
|
||||||
- Self-Correcting: If a command flops or code breaks, it retries and fixes it by itself.
|
- **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.
|
- **Divide and Conquer**: For big tasks, spins up multiple agents to plan and execute.
|
||||||
|
|
||||||
- Tool-Equipped: From basic search to flight APIs and file exploration, every agent has it's own tools.
|
- **Tool-Equipped**: From basic search to flight APIs and file exploration, every agent has it's own tools.
|
||||||
|
|
||||||
- Memory: Remembers what’s useful, your preferences and past sessions conversation.
|
- **Memory**: Remembers what’s useful, your preferences and past sessions conversation.
|
||||||
|
|
||||||
- Web Browsing: Autonomous web navigation is underway. (Under development)
|
- **Web Browsing**: Autonomous web navigation is underway. (Under development)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user