mirror of
https://github.com/aymenfurter/microagents.git
synced 2023-12-30 16:47:11 +03:00
feat: wip
This commit is contained in:
4
main.py
4
main.py
@@ -136,11 +136,9 @@ def main():
|
||||
manager = MicroAgentManager(api_key)
|
||||
|
||||
user_inputs = [
|
||||
"What is 54334*13240?",
|
||||
"What is the population of Thailand?",
|
||||
"What is the population of Sweden?",
|
||||
"What is the population of the smallest country on earth?",
|
||||
"What is the biggest news headline right now?"
|
||||
"What is the population of the smallest country on earth?"
|
||||
]
|
||||
|
||||
for user_input in user_inputs:
|
||||
|
||||
Reference in New Issue
Block a user