Commit graph

75 commits

Author SHA1 Message Date
Max Robinson
b1fd881e65
Merge pull request #333 from kolbytn/agent-chat
Agent chat
2024-11-25 23:28:35 -06:00
MaxRobinsonTheGreat
a853995571 improved interrupt response logic, removed collectallblocks 2024-11-22 14:53:25 -06:00
MaxRobinsonTheGreat
1fe1bda789 cleaned up commands 2024-11-22 00:09:09 -06:00
MaxRobinsonTheGreat
44c0526231 improved respond timing logic, handle interruptions/self-prompting 2024-11-21 23:32:25 -06:00
Kolby Nottingham
5cfe794d5f pause item collecting after giving item 2024-11-21 13:40:18 -08:00
MaxRobinsonTheGreat
7c5790d880 added mindserver to handle bot chat, better conversations 2024-11-18 23:02:37 -06:00
Kolby Nottingham
111929cc54 finished merge with main 2024-11-05 15:48:37 -08:00
Kolby Nottingham
3cf1076a32 Merge branch 'main' into new-commands 2024-11-05 15:45:02 -08:00
Kolby Nottingham
f780473249 fix translate error 2024-11-05 15:44:40 -08:00
Kolby Nottingham
bc511cac1a craftable and attack player commands 2024-11-05 15:27:59 -08:00
MaxRobinsonTheGreat
b717dabd40 checkpoint 2024-11-05 12:17:10 -06:00
MaxRobinsonTheGreat
3b07a63b48 Merge branch 'main' into agent-chat 2024-11-04 10:11:14 -06:00
MaxRobinsonTheGreat
19f8238aa1 renamed file, refactor labeling 2024-11-03 22:17:28 -06:00
JurassikLizard
e13fd4afc4 extra refactor cleanup 2024-11-03 12:03:56 -05:00
JurassikLizard
25a0f5c069 rename task -> action 2024-11-03 12:03:12 -05:00
JurassikLizard
0896907224 merge 2024-11-03 11:50:50 -05:00
Max Robinson
469d78eacc
Merge pull request #234 from kevinji/patch-1
actions: Fix typo in description
2024-11-02 11:19:17 -05:00
MaxRobinsonTheGreat
dc8488299c checkpoint 2024-11-02 10:46:04 -05:00
kumavis
b11416d0fc refactor: add TaskManager, move task mgmt out of coder 2024-10-26 16:48:33 -10:00
MaxRobinsonTheGreat
e0a3192b4c sneaky skill improvements 2024-10-25 23:46:29 -05:00
Kevin Ji
e6afe2cfec
actions: Fix typo in description 2024-10-24 12:53:16 -07:00
MaxRobinsonTheGreat
43bf6c31cf logs are smeltable, can use log/planks as fuel 2024-10-18 10:46:35 -05:00
Max Robinson
da4987fd52
Merge pull request #220 from BF5258/main
Fixed placeHere and attack.
2024-10-16 20:11:51 -05:00
MaxRobinsonTheGreat
4d23a0b0a2 snuck in consume command 2024-10-16 18:56:21 -05:00
MaxRobinsonTheGreat
a467bdf357 Merge branch 'main' into viewport-capture 2024-10-16 17:51:34 -05:00
BF5258
93780792e6 Changed 'string' to 'ItemName' and 'BlockName' 2024-10-16 17:38:59 +10:00
BF5258
3c5800f0dc Fixed placeHere and attack. 2024-10-16 17:32:28 +10:00
MaxRobinsonTheGreat
9d09db7b76 corrected newaction param 2024-10-16 00:02:59 -05:00
BF5258
4dfdda0690 Merge branch 'main' of https://github.com/kolbytn/mindcraft 2024-10-14 07:32:39 +10:00
MaxRobinsonTheGreat
7b77c395d0 fixed furnace commands 2024-10-10 20:04:02 -05:00
MaxRobinsonTheGreat
e90783b650 added o1 support and prompt param to newAction 2024-10-06 13:28:49 -05:00
MaxRobinsonTheGreat
de7883a0d2 chest commands, behavior log, better stability 2024-09-27 17:03:00 -05:00
MaxRobinsonTheGreat
d44c99356f reworked mode interrupts, added equip and discard 2024-09-26 22:28:46 -05:00
BF5258
778f360ac7 See issue #187 2024-09-25 12:07:49 +10:00
MaxRobinsonTheGreat
1da78bad76 LOTS OF CHANGES 2024-08-22 15:57:20 -05:00
MaxRobinsonTheGreat
46aa27fdfc Merge branch 'main' into self-prompt 2024-06-23 18:54:13 -05:00
MaxRobinsonTheGreat
1ba8c2c9a7 Merge branch 'main' into self-prompt 2024-05-29 22:42:37 -05:00
MaxRobinsonTheGreat
449e3da221 settings.json to json object 2024-05-29 21:49:45 -05:00
MaxRobinsonTheGreat
5454252dde save memory before restart 2024-05-20 00:52:08 -05:00
MaxRobinsonTheGreat
76aa9539fb cleaned comments, little fix 2024-05-10 12:18:47 -05:00
MaxRobinsonTheGreat
85c2f56afe restart saves memory, selfprompt will restart too 2024-05-08 23:59:44 -05:00
Kolby Nottingham
74156d118d trigger goal to start 2024-05-04 14:41:02 -07:00
MaxRobinsonTheGreat
385c46bf35 Merge branch 'main' into load-npc 2024-05-04 16:21:55 -05:00
MaxRobinsonTheGreat
c7b115ebbf refactored to SelfPrompter class and interruption logic 2024-05-04 15:42:30 -05:00
Kolby Nottingham
825c369e8d always load npc 2024-05-02 22:32:16 -07:00
MaxRobinsonTheGreat
d1890a3a3b added basic auto prompting 2024-04-30 23:07:07 -05:00
MaxRobinsonTheGreat
81cdc718bd added memory bank and commands for saving places 2024-04-27 23:28:34 -05:00
Kolby Nottingham
358500839a
Merge pull request #59 from kolbytn/goal-prompt
Goal prompt
2024-04-27 15:11:13 -07:00
Kolby Nottingham
4fd6aa2021 prompted goals init 2024-04-23 20:47:01 -07:00
MaxRobinsonTheGreat
2aeebac0cd save/load modes to memory.json 2024-04-20 22:18:26 -05:00