Commit graph

855 commits

Author SHA1 Message Date
Sweaterdog
fa22e388de
Update README.md 2025-03-04 17:05:42 -08:00
Sweaterdog
0451b1a852
Update prompter.js
"Fixed" prompter.js
2025-03-04 16:57:29 -08:00
Sweaterdog
d57ac89d87
Update glhf.js
Made glhf.js export GLHF instead of glhf
2025-03-04 16:52:05 -08:00
Sweaterdog
9c595ed69a
Update prompter.js
Fixed the hyperbolic and glhf.chat setup, for some reason it was deleted when merging with the main.
2025-03-04 16:51:32 -08:00
Sweaterdog
7c3660e0f2
Merge branch 'main' into main 2025-03-04 16:43:56 -08:00
Sweaterdog
6c44f5c55b
Delete profiles/glhf.json 2025-03-04 15:34:42 -08:00
Sweaterdog
fee9f43511
Delete profiles/hyperbolic.json 2025-03-04 15:34:33 -08:00
Sweaterdog
f7bcd6150f
Delete multi_agent_crafting_tasks.json 2025-03-04 15:33:03 -08:00
Sweaterdog
b7bc1069e2
Update README.md
Fixed the Readme to show the updated model processing
2025-03-04 15:30:59 -08:00
Sweaterdog
61b4a3e28f
Update .gitignore 2025-03-04 15:29:29 -08:00
Sweaterdog
560763a71c
Update .gitignore
Fixed extra spaces
2025-03-04 15:28:58 -08:00
Max Robinson
5c3efb870b
fix model documentation 2025-03-04 15:56:39 -06:00
Max Robinson
94f14e65d8
Merge pull request #470 from kolbytn/improve-coder
Improve coder
2025-03-04 15:41:37 -06:00
MaxRobinsonTheGreat
783641df3e Merge branch 'main' into improve-coder 2025-03-04 15:41:19 -06:00
MaxRobinsonTheGreat
ca2da30f54 rename claude think 2025-03-04 12:37:25 -06:00
MaxRobinsonTheGreat
7ea6f8a6ce add claude thinking 2025-03-04 11:48:27 -06:00
Max Robinson
0b372b3c66
Merge pull request #450 from FateUnix29/main
Maintain GroqCloud API
2025-03-04 11:22:42 -06:00
MaxRobinsonTheGreat
d362919e1f remove useless try/catch in agent initialization 2025-03-03 22:40:50 -06:00
MaxRobinsonTheGreat
f05b49fb20 better wait skill and enable claude thinking 2025-03-03 22:40:30 -06:00
MaxRobinsonTheGreat
465a1c56fd better coder prompt and logging 2025-03-03 22:38:47 -06:00
Sweaterdog
05d7983429
Update README.md
Updated the README for fixed ollama usage, and changed the example model from llama3, to a more capable model, qwen2.5, and also noted to ollama users that any local model can be used as long as it starts with `ollama/`
2025-03-01 13:50:38 -08:00
Sweaterdog
125aee4ce4
Update prompter.js
Updated prompter.js for updated Ollama and Openrouter model usage
2025-03-01 13:40:24 -08:00
Sweaterdog
37417fcb92
Update huggingface.js
Fixed thinking tag checks for Huggingface API
2025-02-28 12:48:22 -08:00
Sweaterdog
42dfe39862
Update prompter.js
Fixed minor error in prompter.js that disabled Hyperbolic support
2025-02-28 12:46:55 -08:00
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