From f431b5ceec5a83d40d5687bc4dcae5682a7d4a96 Mon Sep 17 00:00:00 2001 From: Martin <49105846+Fosowl@users.noreply.github.com> Date: Mon, 10 Mar 2025 14:25:43 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f401b49..72cb840 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ - **Coding abilities**: Code in Python, C, Golang, and soon more - **Trial-and-error**: If a command or code fails, the assistant retries to fixes it automatically, saving you time. - **Agent routing**: Select the best agent for the task -- **Multi-agent (On Dev branch)**: For complex tasks, divide and conquer with multiple agents +- **Multi-agent planning**: For complex tasks, divide and conquer with multiple agents - **Tools:**: All agents have their respective tools ability. Basic search, flight API, files explorer, etc... -- **Web browsing (not implemented yet | Hight priority task)**: Browse the web autonomously to conduct task. -- **Memory&Recovery**: Compress conversation over time to retain useful information, recover conversation session. +- **Web browsing (Not implemented yet)**: Browse the web autonomously to conduct task. +- **Memory**: Compress conversation over time to retain useful information, recover conversation session, remember your preferences. ---