feat : multilingual agent router

This commit is contained in:
martin legrand
2025-04-02 13:22:32 +02:00
parent 5992fdd659
commit 704509560a
11 changed files with 106 additions and 69 deletions
+3
View File
@@ -28,6 +28,9 @@ unsafe_commands_unix = [
"parted", # Disk partitioning
"chroot", # Change root directory
"route" # Routing table management
"--force", # Force flag for many commands
"rebase", # Rebase git repository
"git ." # Git commands, feel free to remove it but i dont want to risk agenticSeek pushing to its own repo lol (see 56b5db7)
]
unsafe_commands_windows = [