From d5a07c11db2c9e68582f9a1a714e8f83177dbe5b Mon Sep 17 00:00:00 2001 From: martin legrand Date: Wed, 16 Apr 2025 20:45:39 +0200 Subject: [PATCH] fix : .md img path --- docs/CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 5d48eb5..f9ff76a 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -254,7 +254,7 @@ def execute_modules(self, answer: str) -> Tuple[bool, str]: ## 1. Agent selection logic

- +

The agent selection is done in 4 steps: @@ -271,7 +271,7 @@ The agent selection is done in 4 steps: ### File/Code agents

- +

The File and Code agents operate similarly: when a prompt is submitted, they initiate a loop between the LLM and a code interpreter. This loop continues executing commands or code until the execution is successful or the maximum number of attempts is reached. @@ -279,7 +279,7 @@ The File and Code agents operate similarly: when a prompt is submitted, they ini ### Web agent

- +

The Web agent controls a Selenium-driven browser. Upon receiving a query, it begins by generating an optimized search prompt and executing the web_search tool. It then enters a navigation loop, during which it: