mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
Fix some issues around async and tool constraints
This commit is contained in:
parent
0e2e69a71d
commit
22b6d5866c
3 changed files with 22 additions and 9 deletions
|
|
@ -43,10 +43,11 @@ DISTRIBUTIONS = {
|
|||
"image_gen": {
|
||||
"description": "Heavy focus on image generation with vision and web support",
|
||||
"toolsets": {
|
||||
"image_gen": 80, # 80% chance of image generation tools
|
||||
"vision": 60, # 60% chance of vision tools
|
||||
"web": 40, # 40% chance of web tools
|
||||
"moa": 20 # 20% chance of reasoning tools
|
||||
"image_gen": 90, # 80% chance of image generation tools
|
||||
"vision": 90, # 60% chance of vision tools
|
||||
"web": 55, # 40% chance of web tools
|
||||
"terminal": 45,
|
||||
"moa": 10 # 20% chance of reasoning tools
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue