Commit graph

763 commits

Author SHA1 Message Date
Max Robinson
fe68467e62
Update src/agent/commands/queries.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-03-30 12:37:32 -05:00
MaxRobinsonTheGreat
8793b3d905 fix behavior log 2025-03-30 16:33:21 -05:00
MaxRobinsonTheGreat
4fbf90ee0c remove obsolete npc, add breakblock as default doc 2025-03-30 16:17:16 -05:00
MaxRobinsonTheGreat
5f786c66ce refactor newAction to be a single action to allow interruptions 2025-03-29 16:18:52 -05:00
Ayush Maniar
beb8605ef3 Comment removal 2025-03-28 20:03:28 -07:00
MaxRobinsonTheGreat
3864120914 better coder prompts 2025-03-28 18:44:09 -05:00
Ayush Maniar
4d2e90a455 Added timeout for history saving 2025-03-27 00:10:46 -07:00
Ayush Maniar
a5158674dd Add new test and train tasks for 3+ agent cooking 2025-03-26 20:32:28 -07:00
Ayush Maniar
dbe96b8083 Human names for 2+ agents, modifications to goal prompts for 2+ agent tasks, and more milk_buckets in chest 2025-03-25 11:05:56 -07:00
Isadora White
8130703ba0 additional logging information 2025-03-23 16:29:16 -05:00
Isadora White
354e1f754a construction tasks try catch loop 2025-03-23 15:39:50 -05:00
Ayush Maniar
824b595949 More construction tasks fixes, adding file for crafting task analysis with prettytable 2025-03-22 19:18:52 -07:00
Isadora White
93db8b664c fixing construction tasks 2025-03-22 17:13:14 -05:00
Isadora White
c2db0fb49e Merge branch 'main' of https://github.com/icwhite/mindcraft 2025-03-22 11:35:03 -05:00
Isadora White
8af595ffa8 vllm 2025-03-22 11:34:57 -05:00
Ayush Maniar
62cdef823f Merge branch 'main' of https://github.com/icwhite/mindcraft 2025-03-21 02:18:29 -07:00
Ayush Maniar
19b12c812e Teleportation changes which got removed due to merge conflicts, added back 2025-03-21 02:18:07 -07:00
Isadora White
b72500a0ea
Merge branch 'main' into constructionTaskRevision 2025-03-20 20:45:28 -07:00
MaxRobinsonTheGreat
e5e900c75d fix dumb skill docs that were never working in the first place 2025-03-20 21:33:35 -05:00
Ayush Maniar
48e8febb3f Merge branch 'main' of https://github.com/icwhite/mindcraft 2025-03-20 16:34:39 -07:00
Ayush Maniar
fa03061621 Remove door and improve multi-agent collaboration for 3+ tasks 2025-03-20 16:34:23 -07:00
MaxRobinsonTheGreat
6dc5c6401a Merge branch 'main' into cleanup 2025-03-20 16:45:20 -05:00
MaxRobinsonTheGreat
47a8b9e95c improve coding: no floating promises, place air, better prompt 2025-03-20 16:42:26 -05:00
Mehul Maheshwari
c7dd2394c2
Update construction_tasks.js 2025-03-20 14:09:03 -07:00
Mehul Maheshwari
21dfa0a9d3 construction task fixes 2025-03-20 14:07:00 -07:00
Isadora White
6526985b90 added back missing import to vllm js 2025-03-20 15:45:20 -05:00
Isadora White
056e1bce53 backwards compatibility for llama 2025-03-20 15:27:16 -05:00
Isadora White
f329967292 Merge branch 'main' of https://github.com/icwhite/mindcraft 2025-03-20 15:24:11 -05:00
Isadora White
cdeb50600f add strict format to messages to help qwen and deepseek models 2025-03-20 15:24:06 -05:00
Ayush Maniar
e0bbd661dd Fixed validator not getting executed after agent exiting the world due to smelting, by clearing inventories in the end 2025-03-20 12:56:29 -07:00
Mehul Maheshwari
12b327f193
Merge branch 'main' into constructionTaskRevision 2025-03-20 12:26:29 -07:00
Isadora White
4db0f8d3c5 further debugging of reasoning models 2025-03-20 13:21:09 -05:00
Isadora White
7bf97660eb added exp name to prompter.js and splitting around think tokens 2025-03-19 23:52:08 -05:00
MaxRobinsonTheGreat
57be4ec42e remove log 2025-03-19 13:31:18 -05:00
MaxRobinsonTheGreat
96250b3ce5 Merge branch 'main' into cleanup 2025-03-19 13:29:37 -05:00
Mehul Maheshwari
a92eb58ad0 fixed tool based problems with construction tasks (ladders needs blocks behind them, door validation fixed) 2025-03-18 17:02:13 -07:00
MaxRobinsonTheGreat
799d6b1cfa fix craftingplan to bias towards common ingredients 2025-03-18 12:54:06 -05:00
MaxRobinsonTheGreat
3fd2d35001 pathfinder stops if dont have right tools 2025-03-17 14:01:14 -05:00
MaxRobinsonTheGreat
54c57acc93 faster speak, dont speak commands 2025-03-17 14:00:38 -05:00
Isadora White
192d92bc06 fix restart and the issue where the server sometimes doesn't get deleted properly 2025-03-16 20:31:30 -07:00
Max Robinson
5bafdfddf6
Merge pull request #471 from kolbytn/vision
Vision
2025-03-16 19:18:25 -05:00
Max Robinson
b27c69a2b6
Merge pull request #482 from icwhite/fork_copy
Updated takeFromChest skill to withdraw items from multiple slots
2025-03-16 19:03:58 -05:00
Ayush Maniar
8bdb1b01c1 Updated takeFromChest skill to withdraw items from multiple slots when needed 2025-03-16 00:00:24 -07:00
Ayush Maniar
7c96cca59c Bug fix for validator execution before the bot initialization 2025-03-15 22:35:23 -07:00
Ayush Maniar
8e1155a956 Updated takeFromChest skill to withdraw items from multiple slots when needed 2025-03-15 16:41:41 -07:00
MaxRobinsonTheGreat
2c1ff9e77d get actual center block view/coords 2025-03-15 18:10:31 -05:00
MaxRobinsonTheGreat
c5b860d624 fix busted up groq 2025-03-15 17:25:11 -05:00
MaxRobinsonTheGreat
d9a0b0802c Merge branch 'develop' into vision 2025-03-15 17:24:52 -05:00
MaxRobinsonTheGreat
40f294d174 fix collect simple crops/weird blocks 2025-03-15 16:56:36 -05:00
MaxRobinsonTheGreat
4b1e02fc95 add manual collection for crops/other weird blocks 2025-03-15 16:54:16 -05:00