diff --git a/README_FR.md b/README_FR.md index 3077715..01fd3b4 100644 --- a/README_FR.md +++ b/README_FR.md @@ -417,6 +417,6 @@ Nous recherchons des développeurs pour améliorer AgenticSeek ! Consultez la se [![Star History Chart](https://api.star-history.com/svg?repos=Fosowl/agenticSeek&type=Date)](https://www.star-history.com/#Fosowl/agenticSeek&Date) -## Auteurs: +## Auteurs/Mainteneurs: > [Fosowl](https://github.com/Fosowl) - Epitech 2024, France > [steveh8758](https://github.com/steveh8758) - Université Feng Chia, Taiwan diff --git a/sources/router.py b/sources/router.py index 56a2890..d52547c 100644 --- a/sources/router.py +++ b/sources/router.py @@ -108,6 +108,9 @@ class AgentRouter: ("can you search for startup in tokyo?", "LOW"), ("find the latest updates on quantum computing on the web", "LOW"), ("check if the folder ‘Work_Projects’ exists on my desktop", "LOW"), + (" can you browse the web, use overpass-turbo to show fountains in toulouse", "LOW"), + ("search the web for the best budget smartphones of 2025", "LOW"), + ("write a Python script to download all images from a webpage", "LOW"), ("create a bash script to monitor CPU usage", "LOW"), ("debug this C++ code that keeps crashing", "LOW"), ("can you browse the web to find out who fosowl is ?", "LOW"), @@ -157,8 +160,10 @@ class AgentRouter: ("Find the latest research on renewable energy and build a web app to display it", "HIGH"), ("can you find vitess repo, clone it and install by following the readme", "HIGH"), ("Create a JavaScript game using Phaser.js with multiple levels", "HIGH"), + ("Search the web for the latest trends in web development and build a sample site", "HIGH"), ("Use my research_note.txt file, double check the informations on the web", "HIGH"), ("Make a web server in go that query a flight API and display them in a app", "HIGH"), + ("Search the web for the latest trends in AI and demo it in pytorch", "HIGH"), ("can you lookup for api that track flight and build a web flight tracking app", "HIGH"), ("Find the file toto.pdf then use its content to reply to Jojo on superforum.com", "HIGH"), ("Create a whole web app in python using the flask framework that query news API", "HIGH"),