update webtools

This commit is contained in:
teknium 2025-11-02 06:03:21 +00:00
parent d4544f08c5
commit f6f75cbe2b
5 changed files with 658 additions and 622 deletions

View file

@ -61,7 +61,19 @@ DISTRIBUTIONS = {
"terminal": 10 # 10% chance of terminal tools
}
},
# Scientific problem solving focused distribution
"science": {
"description": "Web research with vision analysis and reasoning",
"toolsets": {
"web": 94, # 90% chance of web tools
"vision": 50, # 50% chance of vision tools
"moa": 10, # 40% chance of reasoning tools
"terminal": 94, # 10% chance of terminal tools
"image_gen": 15 # 80% chance of image generation tools
}
},
# Development-focused distribution
"development": {
"description": "Terminal and reasoning with occasional web lookup",