move technical images from media to docs
2
.gitignore
vendored
@ -9,10 +9,12 @@ test_agent.py
|
|||||||
config.ini
|
config.ini
|
||||||
.voices/
|
.voices/
|
||||||
experimental/
|
experimental/
|
||||||
|
.logs/
|
||||||
.screenshots/*.png
|
.screenshots/*.png
|
||||||
.screenshots/*.jpg
|
.screenshots/*.jpg
|
||||||
conversations/
|
conversations/
|
||||||
agentic_env/*
|
agentic_env/*
|
||||||
|
agentic_seek_env/*
|
||||||
.env
|
.env
|
||||||
*/.env
|
*/.env
|
||||||
dsk/
|
dsk/
|
||||||
|
@ -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="./media/technical/routing_system.png">
|
<img align="center" src="./docs/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="./media/technical/code_agent.png">
|
<img align="center" src="./docs/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="./media/technical/web_agent.png">
|
<img align="center" src="./docs/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:
|
||||||
|
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 129 KiB |
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 112 KiB |
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 482 KiB After Width: | Height: | Size: 482 KiB |
Before Width: | Height: | Size: 879 KiB |
Before Width: | Height: | Size: 558 KiB |
Before Width: | Height: | Size: 104 KiB |