mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
chore: readme
This commit is contained in:
20
README.md
20
README.md
@@ -2,6 +2,26 @@
|
|||||||
|
|
||||||
Keep searching, reading webpages, reasoning until it finds the answer (or exceeding the token budget).
|
Keep searching, reading webpages, reasoning until it finds the answer (or exceeding the token budget).
|
||||||
|
|
||||||
|
```mermaid
|
||||||
|
---
|
||||||
|
config:
|
||||||
|
theme: mc
|
||||||
|
look: handDrawn
|
||||||
|
---
|
||||||
|
flowchart LR
|
||||||
|
subgraph Loop["until budget exceed"]
|
||||||
|
direction LR
|
||||||
|
Search["Search"]
|
||||||
|
Read["Read"]
|
||||||
|
Reason["Reason"]
|
||||||
|
end
|
||||||
|
Query(["Query"]) --> Loop
|
||||||
|
Search --> Read
|
||||||
|
Read --> Reason
|
||||||
|
Reason --> Search
|
||||||
|
Loop --> Answer(["Answer"])
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user