Commit graph

142 commits

Author SHA1 Message Date
MaxRobinsonTheGreat
54c57acc93 faster speak, dont speak commands 2025-03-17 14:00:38 -05:00
MaxRobinsonTheGreat
d9a0b0802c Merge branch 'develop' into vision 2025-03-15 17:24:52 -05:00
uukelele-scratch
b2cafb06b9
Merge branch 'kolbytn:main' into main 2025-03-09 15:46:17 +00:00
MaxRobinsonTheGreat
8234af9585 Merge branch 'main' into vision 2025-03-07 16:39:34 -06:00
MaxRobinsonTheGreat
c58ad93f24 add blocked_actions to settings too 2025-03-07 15:02:31 -06:00
MaxRobinsonTheGreat
bdee71ac92 camera always on, show entities, refactor browser viewer 2025-03-07 14:19:55 -06:00
MaxRobinsonTheGreat
dcdb7d2de1 refactor/cleanup 2025-03-05 15:46:45 -06:00
MaxRobinsonTheGreat
222f988873 fixed merge mistake 2025-03-05 15:32:15 -06:00
MaxRobinsonTheGreat
9abecae9b2 Merge branch 'main' into vision 2025-03-05 15:30:19 -06:00
MaxRobinsonTheGreat
d362919e1f remove useless try/catch in agent initialization 2025-03-03 22:40:50 -06:00
MaxRobinsonTheGreat
b23f4776b1 add state to self prompter for pausing 2025-02-20 17:17:21 -06:00
MaxRobinsonTheGreat
7d9257036c log error message/stack 2025-02-18 00:15:34 -06: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
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
gmuffiness
a22f9d439f merge: main 2025-02-08 17:39:38 +09:00
Max Robinson
32d0462c5d
Merge pull request #417 from uukelele-scratch/main
Added ability to sending messages and commands from Mindserver
2025-02-05 15:47:11 -06:00
MaxRobinsonTheGreat
60187e2317 added model parameters obj to profile 2025-02-04 13:02:57 -06:00
gmuffiness
5fce0acaac feat: move vision functions from skill into vision_intepreter 2025-01-24 13:16:36 +09:00
Ayush Maniar
3bbed21526 Added python script for task evaluation which stores experiment run times and results. 2025-01-23 12:33:21 -08:00
uukelele-scratch
e92ff0f933
Update agent.js 2025-01-21 21:48:05 +00:00
MaxRobinsonTheGreat
6167aeeec4 added restrict to inventory and better blacklist 2025-01-09 15:15:25 -06:00
RainbowBird
5954c0a177
fix: typo fix 2025-01-06 14:59:51 +08:00
MaxRobinsonTheGreat
7ad48c29ad added full shutdown from ui/task 2024-12-13 10:42:41 -06:00
MaxRobinsonTheGreat
3717d9b9f4 Merge branch 'main' into multi-chat-patches 2024-12-12 21:29:21 -06:00
MaxRobinsonTheGreat
ae99cedec5 better examples, little model fixes, less chatty 2024-12-12 19:42:29 -06:00
Kolby Nottingham
d0140aa542 tasks class 2024-12-10 15:39:57 -08:00
Kolby Nottingham
760a178f74 improved profiles 2024-12-10 14:11:32 -08:00
Kolby Nottingham
bd5b995e4b server task fixes 2024-12-10 13:41:13 -08:00
Kolby Nottingham
9fb58d2d40 merge with main 2024-12-10 13:30:40 -08:00
Kolby Nottingham
2332bb3e62 merge with main 2024-12-10 13:30:17 -08:00
Kolby Nottingham
88e0174ef1 task fixes 2024-12-10 13:13:45 -08:00
Kolby Nottingham
a15ab15bcd additional task features 2024-12-09 17:06:22 -08:00
Kolby Nottingham
4e0611d29e cleanup 2024-12-09 16:30:44 -08:00
Isadora White
a7e529b1e9 task specification, validation function, evaluation script, and initial inventories and teleportation 2024-12-08 22:10:21 -08:00
MaxRobinsonTheGreat
c2dab95061 better conversation monitor timers, examples, bot detection 2024-12-08 20:58:59 -06:00
MaxRobinsonTheGreat
5eb35e993a fixed command parsing and allow startconvo during convo 2024-12-05 23:55:24 -06:00
MaxRobinsonTheGreat
a1a6f60d8d check loggin in instead 2024-12-05 16:42:23 -06:00
MaxRobinsonTheGreat
2b09a578a8 dont use package keyword... 2024-12-05 16:22:43 -06:00
MaxRobinsonTheGreat
9cd39dc5df better continue conversation logic/monitor 2024-12-05 16:06:05 -06:00
MaxRobinsonTheGreat
cff47d772d refactored to convoManager and openChat 2024-12-03 22:58:04 -06:00
MaxRobinsonTheGreat
5278ecb72c connect main process to mindserver, start/stop/restart controls 2024-12-01 22:27:42 -06:00
MaxRobinsonTheGreat
2c0467b658 impoved initialization and logging 2024-11-25 17:15:23 -06:00
MaxRobinsonTheGreat
68a2dccb76 refactored agent startup that was broken by ai code 2024-11-23 13:33:08 -06:00
MaxRobinsonTheGreat
a853995571 improved interrupt response logic, removed collectallblocks 2024-11-22 14:53:25 -06:00
MaxRobinsonTheGreat
44c0526231 improved respond timing logic, handle interruptions/self-prompting 2024-11-21 23:32:25 -06:00
MaxRobinsonTheGreat
7c5790d880 added mindserver to handle bot chat, better conversations 2024-11-18 23:02:37 -06:00
MaxRobinsonTheGreat
8f18b921ee Merge branch 'main' into agent-chat 2024-11-16 15:53:22 -06:00
Nimi
b4c2c9fc37 Added 'clear' cmd, removed timeout 2024-11-14 17:18:50 -06:00