Commit graph

763 commits

Author SHA1 Message Date
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
Lawtro37
5606dad576
removed unnecessary "!goToDeath" action
this code is unnecessary
the bot can use "!goToPlace('last_death_position')"
2024-11-03 17:40:04 +10:00
Lawtro37
ac545acf51
remove unnecessary "goToDeath()" skill
this code is unnecessary
the bot can use "!goToPlace('last_death_position')"
2024-11-03 17:38:48 +10:00
Lawtro37
eb0719d4e3
modified message sent to AI
modified message sent to AI
fixed miss spelling of "dimension" 
removed code to save to memory as this is already done by "handleMessage()"
2024-11-03 12:28:20 +10:00
youngdev
3e6e73f6a1 gemini gains IQ (embedding fix) 2024-11-02 22:29:10 +01:00
Qu Yi
5e84d69aee Merger conflict resolution 2024-11-03 03:52:00 +08:00
Qu Yi
80d0c2514e Merge remote-tracking branch 'origin/Tasks-more-relevant-docs-and-code-exception-fixes' into Tasks-more-relevant-docs-and-code-exception-fixes
# Conflicts:
#	src/agent/coder.js
#	src/agent/prompter.js
2024-11-03 02:24:26 +08:00
Max Robinson
8e562efece
Merge pull request #270 from JurassikLizard/contrib
Add recipe item hints to craftRecipe in skills.js
2024-11-02 13:20:27 -05:00
Max Robinson
02232e2a85
Merge pull request #248 from kumavis/secure-eval
feat: more safely evaluate llm generated code in a SES Compartment
2024-11-02 12:33:29 -05:00
Max Robinson
31db4e2be9
Merge pull request #259 from Ninot1Quyi/main
New model support: Qwen
2024-11-02 12:02:14 -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
deaec43771 dont translate when in english 2024-11-02 11:01:43 -05:00
MaxRobinsonTheGreat
dc8488299c checkpoint 2024-11-02 10:46:04 -05:00
Qu Yi
ecaf5e87e1 Code capability enhancement & bot crash fix 2024-11-02 20:26:56 +08:00
Qu Yi
17fa2b6083 Add select_num exception range judgment 2024-11-01 13:47:08 +08:00
Qu Yi
f264b23ccc Add select_num exception range judgment 2024-11-01 13:39:13 +08:00
Qu Yi
90df61d2be Sort docs by relevance to !newAction("task") 2024-11-01 01:08:30 +08:00
Jason
9fbee53b4f feat: add llm vendor Novita AI 2024-10-31 18:23:35 +08:00
JurassikLizard
fa505e422a Added recipe item hints 2024-10-30 13:33:25 -04:00
Lawtro37
015bf686ee
fixed bug were pathfinding wouldn't work
fixed race condition with "await"
gets death position before attempting to path find to death position
2024-10-30 23:01:46 +10:00
Lawtro37
f827bb0a20
tell the AI what dimension it died in
hopefully this should help it not try to find its stuff in the nether in the otherworld.
2024-10-30 22:18:17 +10:00
Lawtro37
d524999daf
Merge branch 'kolbytn:main' into main 2024-10-30 19:22:59 +10:00
Qu Yi
7d4d79b035 Cleaning up the annotations 2024-10-30 15:47:19 +08:00
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
Qu Yi
53e6097ecb
Update qwen.js
Add compatibility tips for openai api.
2024-10-29 12:39:10 +08:00
Ninot-Quyi[CN]
e7ac085c0f fix the Qwen api request bug 2024-10-29 02:51:04 +08: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]
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
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
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
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
7cafbeb9b7 basic code safety regex check 2024-10-20 13:03:15 -05:00
Max Robinson
da5dcb6e3c
Merge pull request #224 from kolbytn/better-smelting
can smelt charcoal, use wood fuel
2024-10-20 12:02:14 -05:00
Max Robinson
5c96e13b81
Merge pull request #225 from kolbytn/hugging-face
Hugging face
2024-10-20 11:57:27 -05:00
MaxRobinsonTheGreat
09dcb82e20 cleanup 2024-10-20 11:53:18 -05:00
Ikko Eltociear Ashimine
a9d6adf320
chore: update skills.js
recieved -> received
2024-10-20 16:29:56 +09:00
1223nij
f33f950ca0
Merge branch 'kolbytn:main' into hugging-face 2024-10-20 11:21:32 +07:00