From 284fcfe29d9ad8a2bdf242545f118a757b41b9c2 Mon Sep 17 00:00:00 2001 From: Martin <49105846+Fosowl@users.noreply.github.com> Date: Sun, 9 Mar 2025 12:59:14 +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 283cda9..2c36080 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ - **Agent routing**: Select the best agent for the task - **Multi-agent**: 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)**: Browse the web autonomously to conduct task. +- **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. ---