mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-05 02:25:27 +00:00
docs : readme image
This commit is contained in:
parent
2f78d033ab
commit
a7d2beabe0
14
README.md
14
README.md
@ -10,22 +10,18 @@
|
||||
|
||||

|
||||
|
||||
> *Do a web search to find tech startup in Japan working on cutting edge AI research*
|
||||
> *Do a deep search of AI startup in Osaka and Tokyo, find at least 5, then save in the research_japan.txt file*
|
||||
|
||||
> *Can you make a tetris game in C ?*
|
||||
|
||||
> *Can you find where is contract.pdf*?
|
||||
> *I would like to setup a new project file index as mark2.*
|
||||
|
||||
|
||||
### Browse the web
|
||||
### Do a deep web search
|
||||
|
||||

|
||||

|
||||
|
||||
### Code hand free
|
||||
|
||||

|
||||
|
||||
### Plan and execute with agents (Experimental)
|
||||
### Make a weather app
|
||||
|
||||

|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 520 KiB |
Binary file not shown.
Before Width: | Height: | Size: 178 KiB |
Binary file not shown.
Before Width: | Height: | Size: 366 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.3 MiB |
BIN
media/exemples/startup_search.png
Normal file
BIN
media/exemples/startup_search.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 MiB |
@ -227,7 +227,7 @@ class BrowserAgent(Agent):
|
||||
return ai_prompt, ""
|
||||
animate_thinking(f"Searching...", color="status")
|
||||
search_result_raw = self.tools["web_search"].execute([ai_prompt], False)
|
||||
search_result = self.jsonify_search_results(search_result_raw)[:20] # until futher improvement
|
||||
search_result = self.jsonify_search_results(search_result_raw)[:12] # until futher improvement
|
||||
prompt = self.make_newsearch_prompt(user_prompt, search_result)
|
||||
unvisited = [None]
|
||||
while not complete:
|
||||
|
Loading…
x
Reference in New Issue
Block a user