From bf96965d89ec7bd2730944b4eed59df3362cd5ee Mon Sep 17 00:00:00 2001 From: Martin <49105846+Fosowl@users.noreply.github.com> Date: Tue, 11 Mar 2025 10:37:33 +0100 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cf59e21..c335d26 100644 --- a/README.md +++ b/README.md @@ -16,17 +16,25 @@ --- ## Features: +- 100% Local, 100% Private: No cloud, runs on your hardware. Your data stays yours. -100% Local, 100% Private: No cloud, runs on your hardware. Your data stays yours. -Talk to It: Voice-enabled interact naturally with speech to text and text to speech. -Filesystem interaction: Use bash to navigate and manipulate your files effortlessly. -Code like a Pro: Can write, debug, and run code in Python, C, Golang—with more languages on the way. -Self-Correcting: If a command flops or code breaks, it retries and fixes itself. -Agentic routing: Automatically picks the right agent for the job. -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. -Memory That Matters: Remembers what’s useful, your preferences and past sessions conversation. -Web Browsing: Autonomous web navigation is underway. (Under development) +- Talk to It: Voice-enabled interact naturally with speech to text and text to speech. + +- Filesystem interaction: Use bash to navigate and manipulate your files effortlessly. + +- Code like a Pro: Can write, debug, and run code in Python, C, Golang—with more languages on the way. + +- Self-Correcting: If a command flops or code breaks, it retries and fixes itself. + +- Agentic routing: Automatically picks the right agent for the job. + +- 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. + +- Memory That Matters: Remembers what’s useful, your preferences and past sessions conversation. + +- Web Browsing: Autonomous web navigation is underway. (Under development) ---