readme update & tests add
This commit is contained in:
+1
-1
@@ -459,8 +459,8 @@ if __name__ == "__main__":
|
||||
#browser.go_to("https://github.com/Fosowl/agenticSeek")
|
||||
#txt = browser.get_text()
|
||||
#print(txt)
|
||||
#time.sleep(10)
|
||||
#browser.go_to("https://practicetestautomation.com/practice-test-login/")
|
||||
time.sleep(10)
|
||||
print("AntiCaptcha / Form Test")
|
||||
browser.go_to("https://www.google.com/recaptcha/api2/demo")
|
||||
inputs = browser.get_form_inputs()
|
||||
|
||||
@@ -212,6 +212,7 @@ class AgentRouter:
|
||||
("Hi, how’s your day going?", "talk"),
|
||||
("Can you find a file called resume.docx on my drive?", "files"),
|
||||
("Write a simple Java program to print 'Hello World'", "code"),
|
||||
("can you find the current stock of Tesla?", "web"),
|
||||
("Tell me a quick joke", "talk"),
|
||||
("Search online for the best coffee shops in Seattle", "web"),
|
||||
("Check if ‘project_plan.pdf’ exists in my Downloads folder", "files"),
|
||||
|
||||
Reference in New Issue
Block a user