Commit graph

763 commits

Author SHA1 Message Date
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
Isadora White
8c2bd816b7 merge conflicts resolved 2025-02-27 21:00:41 -08:00
Ayush Maniar
fd4f952a2c Added example tasks for different goals per agent 2025-02-25 22:47:43 -08:00
mmaheshwari2
ff5882db30 fixed door inventory 2025-02-25 15:39:26 -08:00
Sweaterdog
d614d30764
Update prompter.js
Fixed Ollama prompting issues.
2025-02-23 21:17:30 -08:00
Ayush Maniar
57c47c0bcf Provide agent specific goals in task, added more example tasks 2025-02-23 03:21:59 -08:00
Ayush Maniar
0c237b76da Merge branch 'cooking_tasks' of https://github.com/icwhite/mindcraft into cooking_tasks 2025-02-23 02:59:46 -08:00
Ayush Maniar
786bee36d3 Added different initialization for cooking_tasks 2025-02-23 02:53:45 -08:00
Ayush Maniar
1ba5f130f3 Improve task.js with better modularized code 2025-02-23 02:50:11 -08:00
Isadora White
8a75d8a78e changing the give to player command to account for an edge case where the players are too close together and moving away takes time 2025-02-22 17:53:42 -08: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
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
mmaheshwari2
baaab58f98 3 big changes. 1:blueprint removed from blueprint.explain() 2:construction validation no longer includes air particles 3:autodeletes blueprint before construction task. 2025-02-19 18:25:59 -08:00
Copper
bad2cab931
Why have 'tools' if it's just null? 2025-02-19 17:26:45 -08:00
Copper
55d595121c
Acknowledge and apply requested changes 2025-02-19 17:24:18 -08: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
gmuffiness
359592825a fix: update package 2025-02-19 11:14:08 +09:00
MaxRobinsonTheGreat
7d9257036c log error message/stack 2025-02-18 00:15:34 -06:00
Copper
b4f5b5bed6
Merge branch 'kolbytn:main' into main 2025-02-17 15:56:11 -08:00
FateUnix29
600df8e475 Groq updates 2025-02-17 15:49:52 -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
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
MaxRobinsonTheGreat
138a9838ae use word-overlap for skill docs embed if unsupported 2025-02-17 13:13:45 -06:00
Sweaterdog
770a533fbf
Update local.js
Fixed prompting for Embedding models
2025-02-15 15:02:32 -08:00
Sweaterdog
4b7e2e7a9d
Merge branch 'kolbytn:main' into main 2025-02-15 10:20:27 -08:00
Sweaterdog
73e11ff6bb
Update prompter.js
Fixed chat.model typos
2025-02-15 10:20:02 -08:00
mmaheshwari2
4804e91011 procedural generation task generation and analysis 2025-02-13 14:49:03 -08:00
mmaheshwari2
de0f02587e refactored import 2025-02-13 12:45:47 -08:00
MaxRobinsonTheGreat
9e2b7c3e22 dont init task if we are loading mem, works w smelting 2025-02-13 14:25:44 -06:00
Max Robinson
a760b11b65
Merge pull request #440 from icwhite/task_evaluation
Task evaluation script for running multiple experiments for a particular task and logging metrics like time and sucess/failure counts
2025-02-13 13:40:51 -06:00
Isadora White
0b2624db6d updating evaluation script with wandb logs and fixing error in tasks.js 2025-02-13 10:46:44 -08:00
Sweaterdog
fd6ac47f07
Update local.js
Fixed Local Model usage with reasoning
2025-02-12 16:55:12 -08:00
Isadora White
6e48f06e1d small changes 2025-02-12 15:39:57 -08:00
uukelele-scratch
386900aa03
removed unnecessary debug logging (again) 2025-02-12 19:12:34 +00:00
uukelele-scratch
4b38aba2dc
added speaking queue to ensure bot doesn't say multiple things at once 2025-02-12 19:10:14 +00:00
uukelele-scratch
e612b00410
removed unnecessary debug logging 2025-02-12 18:33:57 +00:00
uukelele-scratch
9bf70edd10
Update agent.js 2025-02-12 18:33:05 +00:00
uukelele-scratch
043011e20a
Update agent.js 2025-02-12 16:28:19 +00:00
uukelele-scratch
2d956ccddb
Create speak.js 2025-02-12 16:26:48 +00:00