From 073eebfd1786d59581efdd98f167bb1b484e511c Mon Sep 17 00:00:00 2001 From: Martin <49105846+Fosowl@users.noreply.github.com> Date: Sun, 9 Mar 2025 13:32:17 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32dc00e..e8e84a2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ - **Coding abilities**: Code in Python, C, Golang, and soon more - **Trial-and-error**: Automatically fixes code or command upon execution failure - **Agent routing**: Select the best agent for the task -- **Multi-agent**: For complex tasks, divide and conquer with multiple agents +- **Multi-agent (On Dev branch)**: 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 usefull information, recover conversation session.