mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 11:05:26 +00:00
fix : .md img path
This commit is contained in:
parent
f4b0af1eb1
commit
d5a07c11db
@ -254,7 +254,7 @@ def execute_modules(self, answer: str) -> Tuple[bool, str]:
|
|||||||
## 1. Agent selection logic
|
## 1. Agent selection logic
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img align="center" src="./docs/technical/routing_system.png">
|
<img align="center" src="./technical/routing_system.png">
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
The agent selection is done in 4 steps:
|
The agent selection is done in 4 steps:
|
||||||
@ -271,7 +271,7 @@ The agent selection is done in 4 steps:
|
|||||||
### File/Code agents
|
### File/Code agents
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img align="center" src="./docs/technical/code_agent.png">
|
<img align="center" src="./technical/code_agent.png">
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
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.
|
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
|
### Web agent
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img align="center" src="./docs/technical/web_agent.png">
|
<img align="center" src="./technical/web_agent.png">
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
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:
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user