Lawtro37
b8921c3520
cleaned up message sent to AI on death
...
reduced message length by removing confusing and unnecessary info such as what it had in its inventory. Added more direct and less confusable instruction to use the !goToDeath action.
2024-10-29 22:41:43 +10:00
Lawtro37
e83f5051ce
added "goToDeath()" skill and fixed bugs
...
shouldn't fail to path find now and is generally cleaner
2024-10-29 22:38:02 +10:00
Lawtro37
41282daeb2
modified "!goToDeath" to use new "goToDeath()" skill
...
this feels more clean and the new skill fixes some bugs
note: also added "pickupNearbyItems()" so it picks up its items after death.
2024-10-29 22:35:33 +10:00
bartek szabat
04c6fdc13b
run in docker-compose: viaproxy: ignore files, fix readme
2024-10-29 12:45:54 +01:00
bartek szabat
0c162e3ce3
run in docker-compose: ports lost and found
2024-10-29 12:35:05 +01:00
bartek szabat
a58f14e3de
run in docker-compose: viaproxy readme
2024-10-29 12:04:56 +01:00
bartek szabat
5c95b9b23b
Merge remote-tracking branch 'origin/patch-1' into patch-1
2024-10-29 12:00:58 +01:00
bartek szabat
62550aa2c8
run in docker-compose: added viaproxy service to connect to unsupported minecraft versions
2024-10-29 11:59:56 +01:00
bartek szabat
af53f854f8
run in docker-compose: open prismarine viewer ports: update readme
2024-10-29 11:58:11 +01:00
bartek szabat
2ee94d7b60
run in docker-compose: open prismarine viewer ports: update readme
2024-10-29 11:40:18 +01:00
bartek szabat
2628f1a4de
run in docker-compose: open prismarine viewer ports
2024-10-29 11:35:41 +01:00
bartek
c7feb2cea9
Merge branch 'kolbytn:main' into patch-1
2024-10-29 10:59:53 +01:00
bartek
906df6f6e4
Updated README.md: updated docker instruction plus some formatting
2024-10-29 09:17:44 +01:00
bartek
60bc2299ea
Create docker-compose.yml
...
added docker-compose.yml
2024-10-29 09:11:02 +01:00
Qu Yi
53e6097ecb
Update qwen.js
...
Add compatibility tips for openai api.
2024-10-29 12:39:10 +08:00
Max Robinson
f98ae6905f
set default mc version to 1.20.4, 1.21 buggy
2024-10-28 15:55:16 -05:00
Ninot-Quyi[CN]
e7ac085c0f
fix the Qwen api request bug
2024-10-29 02:51:04 +08:00
Lawtro37
554574a767
Merge pull request #1 from Lawtro37/Lawtro37-patch-1
...
remove "_" from mob names when exclaiming mob name
2024-10-28 22:05:28 +10:00
Lawtro37
e7be0735d2
remove "_" from mob names when exclaiming mob name
...
tiny update but just makes it slightly cleaner
2024-10-28 22:04:40 +10:00
Lawtro37
25fbcecad8
Update modes.js
2024-10-28 22:01:49 +10:00
Ninot-Quyi[CN]
5393f2d0d9
Updated the usage of Qwen api
2024-10-28 19:12:06 +08:00
Ninot-Quyi[CN]
0f926727f5
Updated the usage of Qwen api
2024-10-28 19:06:51 +08:00
Ninot-Quyi[CN]
360db0cbcb
Distinguish between Qwen international and Chinese links in the readme.
2024-10-28 18:02:25 +08:00
Ninot-Quyi[CN]
2545210c8b
Distinguish between Qwen international and Chinese links in the readme.
2024-10-28 17:58:50 +08:00
Ninot-Quyi[CN]
2252ebbde4
Add Qwen key option
2024-10-28 17:20:55 +08:00
Ninot-Quyi[CN]
87b41b525e
New Model Support: Qwen
2024-10-28 14:17:33 +08:00
Ninot-Quyi[CN]
64dd9a9775
New Model Support: Qwen
2024-10-28 13:50:39 +08:00
Ninot-Quyi[CN]
379ce2d5e7
New Model Support: Qwen
2024-10-28 13:41:20 +08:00
Ninot-Quyi[CN]
13cbf2b582
New Model Support: Qwen
2024-10-28 13:29:16 +08:00
Max Robinson
8784519a79
Merge pull request #247 from kolbytn/fix-inf-jump
...
Fix Infinite Jumping (mostly)
2024-10-27 15:07:30 -05:00
Max Robinson
67cf8500ad
Merge pull request #255 from kolbytn/1-21-support
...
added 1.21.1 support
2024-10-27 15:07:12 -05:00
MaxRobinsonTheGreat
32d10430da
added 1.21.1 support
2024-10-27 15:06:23 -05:00
Lawtro37
ea793d3cae
remove unessisary code
2024-10-27 20:39:33 +10:00
Lawtro37
648d4f8255
Add files via upload
2024-10-27 20:35:02 +10:00
MaxRobinsonTheGreat
cfd13d4cd1
added unstuck to freeguy
2024-10-27 00:09:46 -05:00
kumavis
c06e2ab792
fix: remove obsolete coder code safety check
2024-10-26 18:16:44 -10:00
kumavis
7a253c9108
feat: more safely evaluate llm generated code in a SES Compartment
2024-10-26 18:03:36 -10:00
kumavis
b11416d0fc
refactor: add TaskManager, move task mgmt out of coder
2024-10-26 16:48:33 -10:00
MaxRobinsonTheGreat
583c9f8851
fixed regex catastrophic backtracking for nested parens
2024-10-26 17:14:34 -05:00
MaxRobinsonTheGreat
a598d72986
add unstuck mode to profiles
2024-10-26 17:13:51 -05:00
MaxRobinsonTheGreat
a9b1d13f7f
mostly fixed infinite jump bug
2024-10-26 17:13:08 -05:00
Max Robinson
e8e3cb7116
Merge pull request #242 from kolbytn/profiles-update
...
Profiles update
2024-10-25 23:54:07 -05:00
MaxRobinsonTheGreat
e0a3192b4c
sneaky skill improvements
2024-10-25 23:46:29 -05:00
MaxRobinsonTheGreat
af8dcccceb
make profiles consistent with video, cheat mode off
2024-10-25 23:46:07 -05:00
bartek
44350d3c24
Update README.md
2024-10-25 10:52:58 +02:00
bartek
c0fbcb27aa
Update README.md
2024-10-25 10:45:49 +02:00
bartek
1b690c00cf
Update README.md
...
more instruction
2024-10-25 10:30:32 +02:00
Kevin Ji
e6afe2cfec
actions: Fix typo in description
2024-10-24 12:53:16 -07:00
bartek
09b2c23cc1
Update README.md
...
run in docker instruction
2024-10-23 11:03:50 +02:00
Max Robinson
d9ca3ec061
Merge pull request #227 from kolbytn/safety
...
Code Safety Check
2024-10-20 13:07:30 -05:00