readme update & tests add

This commit is contained in:
martin legrand
2025-04-07 16:56:36 +02:00
parent 6eee5cf350
commit d75735ecb0
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -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()
+1
View File
@@ -212,6 +212,7 @@ class AgentRouter:
("Hi, hows 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"),