Commit graph

827 commits

Author SHA1 Message Date
Sweaterdog
1f17fc95e7
Update hyperbolic.js
Fixed the hyperbolic export
2025-02-28 12:42:13 -08:00
Sweaterdog
a402753539
Update glhf.js
Fixed reasoning models in glhf.js
2025-02-28 12:11:30 -08:00
Sweaterdog
a9eadb6ccd
Update hyperbolic.js
Fixed reasoning in hyperbolic.js
2025-02-28 12:07:27 -08:00
Sweaterdog
ae7b1d9650
Merge branch 'main' into main 2025-02-27 21:24:08 -08:00
Sweaterdog
71749ec4d2
Update prompter.js 2025-02-27 21:22:40 -08:00
Sweaterdog
35022f2a16
Update tasks.js 2025-02-27 21:21:32 -08:00
Sweaterdog
188912537a
Update self_prompter.js 2025-02-27 21:19:33 -08:00
Sweaterdog
e1a47ce7c9
Update modes.js 2025-02-27 21:17:16 -08:00
Sweaterdog
6d350f1c1d
Update history.js 2025-02-27 21:16:05 -08:00
Sweaterdog
b0803ca184
Update conversation.js 2025-02-27 21:15:40 -08:00
Sweaterdog
37af374de3
Update actions.js 2025-02-27 21:13:02 -08:00
Sweaterdog
15eb0fd1c6
Update agent.js 2025-02-27 21:12:02 -08:00
Sweaterdog
f14f86a518
Update action_manager.js 2025-02-27 21:10:04 -08:00
Sweaterdog
95b56f5301
Update settings.js 2025-02-27 21:09:24 -08:00
Sweaterdog
fbca94dc75
Create multi_agent_crafting_tasks.json 2025-02-27 21:08:35 -08:00
Sweaterdog
becae6fa94
Update example_tasks.json
Fixed example tasks.json
2025-02-27 21:07:55 -08:00
Sweaterdog
8782b65354
Update evaluation_script.py
Updated eval.py
2025-02-27 21:06:54 -08:00
Sweaterdog
2b0dde6933
Create .gitignore 2025-02-27 21:04:39 -08:00
Sweaterdog
a63ca411a4
Update README.md 2025-02-27 21:03:17 -08:00
Sweaterdog
d614d30764
Update prompter.js
Fixed Ollama prompting issues.
2025-02-23 21:17:30 -08:00
Max Robinson
5f8ac361b0
Merge pull request #458 from icwhite/clean_dev
Small Fixes
2025-02-21 10:13:22 -06:00
Isadora White
d4565aa68c small fixes, the items were being given twice to the agents on initialization and accounting for blocked_actions not being in the task file 2025-02-20 21:45:29 -08:00
Max Robinson
d5fde29a7b
Merge pull request #452 from icwhite/evaluation_parallelization
Evaluation parallelization
2025-02-20 19:58:15 -06:00
Max Robinson
9364753c29
Merge pull request #457 from kolbytn/fix_pause_selfprompt
Fix pause selfprompt
2025-02-20 19:54:03 -06:00
MaxRobinsonTheGreat
31bce024a2 fixed shouldInterrupt, added test task 2025-02-20 18:17:06 -06:00
MaxRobinsonTheGreat
b23f4776b1 add state to self prompter for pausing 2025-02-20 17:17:21 -06:00
Sweaterdog
951395a836
Merge branch 'kolbytn:main' into main 2025-02-18 18:54:57 -08:00
Isadora White
7a19f34e22
Merge branch 'main' into evaluation_parallelization 2025-02-18 18:34:46 -08:00
Isadora White
bf0bd83cae removing unnecessary files 2025-02-18 16:46:15 -08:00
Isadora White
aad19d616c fixed evaluation script to allow for parallel worlds again 2025-02-18 16:39:31 -08:00
MaxRobinsonTheGreat
7d9257036c log error message/stack 2025-02-18 00:15:34 -06:00
Isadora White
fb5d95debe fixed the issue with garbling commands by instead putting the commands in a bash script and running them that way 2025-02-17 17:25:12 -08:00
Sweaterdog
b2f60189d8
Update README.md
Fixed README.md
2025-02-17 15:42:01 -08:00
Sweaterdog
4b19a21a1c
Merge branch 'main' into main 2025-02-17 15:39:58 -08:00
MaxRobinsonTheGreat
821dbae5c3 dont default to ollama 2025-02-17 17:34:55 -06:00
MaxRobinsonTheGreat
7a9faca7c3 catch broken embedding models 2025-02-17 16:55:36 -06:00
MaxRobinsonTheGreat
f8278c8a46 add error to groq 2025-02-17 16:47:45 -06:00
MaxRobinsonTheGreat
b1a36b15c2 added more logging 2025-02-17 16:37:54 -06:00
Max Robinson
d5f84f1346
Merge pull request #449 from kolbytn/openrouter
added openrouter
2025-02-17 16:05:24 -06:00
MaxRobinsonTheGreat
0c8620fb3c added openrouter 2025-02-17 15:59:17 -06:00
Sweaterdog
378844e962
Merge branch 'main' into main 2025-02-17 13:15:52 -08:00
Max Robinson
b59996fc1d
Merge pull request #445 from ricktonoli/patch-1
Added canvas, needed by prismarine-viewer
2025-02-17 15:10:58 -06:00
Max Robinson
c0cc1254fd
Merge pull request #439 from Vinamra7/main
prismarine-viewer model not found issue
2025-02-17 15:08:19 -06:00
Max Robinson
1f00e685c0
Merge pull request #448 from kolbytn/fix_embeddings
Fixed embeddings
2025-02-17 15:00:33 -06:00
Max Robinson
f0313695b5
updated embedding support 2025-02-17 13:54:12 -06:00
MaxRobinsonTheGreat
138a9838ae use word-overlap for skill docs embed if unsupported 2025-02-17 13:13:45 -06:00
Sweaterdog
45a799ed7d
Update @google+generative-ai+0.2.1.patch
Fixed a minor error in the patch file for Gemini 2.0 models
2025-02-16 15:03:15 -08:00
Rick Tonoli
24d2d6fe8c
Added canvas, needed by prismarine-viewer
Without canvas, app does not start, gives a MODULE_NOT_FOUND error in prismarine-viewer components.
2025-02-16 13:25:31 +13:00
Sweaterdog
770a533fbf
Update local.js
Fixed prompting for Embedding models
2025-02-15 15:02:32 -08:00
Isadora White
bc15700196 fixed wandb logging 2025-02-15 12:02:44 -08:00