mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
update distribution and gitignore
This commit is contained in:
parent
92e3074c10
commit
f957ec2267
2 changed files with 6 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -25,3 +25,8 @@ hermes-*/*
|
||||||
examples/
|
examples/
|
||||||
tests/quick_test_dataset.jsonl
|
tests/quick_test_dataset.jsonl
|
||||||
tests/sample_dataset.jsonl
|
tests/sample_dataset.jsonl
|
||||||
|
run_datagen_kimik2-thinking.sh
|
||||||
|
run_datagen_megascience_glm4-6.sh
|
||||||
|
run_datagen_sonnet.sh
|
||||||
|
source-data/*
|
||||||
|
run_datagen_megascience_glm4-6.sh
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@ DISTRIBUTIONS = {
|
||||||
"description": "Web research with vision analysis and reasoning",
|
"description": "Web research with vision analysis and reasoning",
|
||||||
"toolsets": {
|
"toolsets": {
|
||||||
"web": 94, # 90% chance of web tools
|
"web": 94, # 90% chance of web tools
|
||||||
"vision": 50, # 50% chance of vision tools
|
"vision": 65, # 50% chance of vision tools
|
||||||
"moa": 10, # 40% chance of reasoning tools
|
"moa": 10, # 40% chance of reasoning tools
|
||||||
"terminal": 94, # 10% chance of terminal tools
|
"terminal": 94, # 10% chance of terminal tools
|
||||||
"image_gen": 15 # 80% chance of image generation tools
|
"image_gen": 15 # 80% chance of image generation tools
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue