File size: 644 Bytes
708d898
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
MAIN_HEADER = "Web Search Agent"

MAIN_CAPTION = """ This is a proof-of-concept search engine built on ReAct-style
prompting which acts as a search agent that plans and executes web searches on
your behalf. Given a high-level search query the agent tries to come up with a
concluding answer based off multiple rounds of searches. You can observe all
the intermediate interactions with the search engine below."""

SAMPLE_QUESTIONS = [
    "What has David Sacks written about SAAS? Can you provide some links?",
    "Where is the all-in summit 2023 being held and how much are the tickets?",
    "Did Stan Druckenmiller buy Nvidia recently?",
]