move technical images from media to docs

This commit is contained in:
martin legrand 2025-04-16 20:44:42 +02:00
parent 79400b8f52
commit f4b0af1eb1
9 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View File

@ -9,10 +9,12 @@ test_agent.py
config.ini
.voices/
experimental/
.logs/
.screenshots/*.png
.screenshots/*.jpg
conversations/
agentic_env/*
agentic_seek_env/*
.env
*/.env
dsk/

View File

@ -254,7 +254,7 @@ def execute_modules(self, answer: str) -> Tuple[bool, str]:
## 1. Agent selection logic
<p align="center">
<img align="center" src="./media/technical/routing_system.png">
<img align="center" src="./docs/technical/routing_system.png">
<p>
The agent selection is done in 4 steps:
@ -271,7 +271,7 @@ The agent selection is done in 4 steps:
### File/Code agents
<p align="center">
<img align="center" src="./media/technical/code_agent.png">
<img align="center" src="./docs/technical/code_agent.png">
<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.
@ -279,7 +279,7 @@ The File and Code agents operate similarly: when a prompt is submitted, they ini
### Web agent
<p align="center">
<img align="center" src="./media/technical/web_agent.png">
<img align="center" src="./docs/technical/web_agent.png">
<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:

View File

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 129 KiB

View File

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 112 KiB

View File

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 116 KiB

View File

Before

Width:  |  Height:  |  Size: 482 KiB

After

Width:  |  Height:  |  Size: 482 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 879 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 558 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB