Commit graph

1293 commits

Author SHA1 Message Date
gmuffiness
308e092a81 feat: add anthropic vision request 2025-01-29 01:39:43 +09:00
Sweaterdog
c78dba7776
Update huggingface.js
Added Deepseek-R1 support, such as the qwen2.5 32b distill
2025-01-27 16:15:12 -08:00
Sweaterdog
2b3ca165e8
Update groq.js
Added deepseek-r1 support
2025-01-27 16:13:09 -08:00
gmuffiness
116ef46106 chore: minor change 2025-01-28 02:40:04 +09:00
gmuffiness
4281ee2468 feat: add gemini vision request 2025-01-28 02:25:41 +09:00
gmuffiness
d1b3232a5a feat: add groq vision request 2025-01-27 17:29:14 +09:00
Sweaterdog
b907e77609
Merge branch 'main' into main 2025-01-26 17:01:35 -08:00
Sweaterdog
7644c63565
Update local.js
Add Deepseek-R1 Support.

Deepseek-R1 uses "<think> [Thoughts] </think>" and the response can be cut short if it reasons through a command and it's syntax, so we cut it short before returning the response.
2025-01-26 16:56:27 -08:00
mmaheshwari2
b72d3afc00 fixes for sequential generation function 2025-01-26 12:42:33 -08:00
mmaheshwari2
13bd808eee basic setup for sequential generation 2025-01-26 12:26:06 -08:00
Isadora White
231204d0c8 using environment variables to help differentiate the settings.js files :D 2025-01-26 11:39:21 -08:00
mmaheshwari2
ff3da96cf6 added autobuild and autodelete to blueprint class (with functions to execute them) 2025-01-26 11:26:11 -08:00
Isadora White
4a79866197 Merge branch 'procedural_generation' of https://github.com/icwhite/mindcraft into procedural_generation 2025-01-25 14:12:50 -08:00
Isadora White
75e3c6a3c4 updating to use environment variables 2025-01-25 14:12:45 -08:00
MaxRobinsonTheGreat
e1a9ed811b small fix to block placing/farming 2025-01-25 12:26:49 -06:00
MaxRobinsonTheGreat
063d421764 added second model for coding 2025-01-25 12:26:22 -06:00
Pixel
1e6ee45f01
Update README.md 2025-01-25 10:55:39 -06:00
Pixel
42f805cd16
Update README.md 2025-01-25 10:53:22 -06:00
mmaheshwari2
fb4c394f71 abstract random room generation 2025-01-24 17:50:16 -08:00
MaxRobinsonTheGreat
fbde286931 better auto-prompt 2025-01-24 11:31:26 -06:00
gmuffiness
7d51726289 feat: remove promptImageConvo and implement sendVisionRequest to each provider 2025-01-24 16:29:03 +09:00
gmuffiness
5fce0acaac feat: move vision functions from skill into vision_intepreter 2025-01-24 13:16:36 +09:00
Isadora White
1632dceaa2 Merge branch 'procedural_generation' of https://github.com/icwhite/mindcraft into procedural_generation 2025-01-23 19:53:40 -08:00
Isadora White
858cc6ba64 evaluation script with jar files and some parallelization 2025-01-23 19:53:09 -08:00
mmaheshwari2
dccb120f64 compartmentalized 3d matrix randomly 2025-01-23 18:20:09 -08: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
mmaheshwari2
0eb503cde8 finished function to test the blueprint layout. now working on procedurally generating the blueprint 2025-01-23 11:31:42 -08:00
Isadora White
a383ee9d14 test blueprint layout file 2025-01-22 12:50:51 -08:00
“Qu
2019dff1f8 Merge remote-tracking branch 'refs/remotes/upstream/main' into Tasks-more-relevant-docs-and-code-exception-fixes
# Conflicts:
#	settings.js
2025-01-22 13:53:32 +08:00
Lawtro
fbc2734e52
fixed fall protection and tweaked other things 2025-01-22 13:35:18 +10:00
Lawtro
d75c7304fd
change danger log message 2025-01-22 12:31:50 +10:00
uukelele-scratch
007a0cdf6c
Update index.html 2025-01-21 21:49:27 +00:00
uukelele-scratch
e92ff0f933
Update agent.js 2025-01-21 21:48:05 +00:00
uukelele-scratch
1171bad1e4
Update agent_proxy.js 2025-01-21 21:47:36 +00:00
uukelele-scratch
3eeb88e60e
Update mind_server.js 2025-01-21 21:47:05 +00:00
Max Robinson
8e783ba75a
Merge pull request #416 from kolbytn/patch
Patch
2025-01-21 14:07:51 -06:00
MaxRobinsonTheGreat
c5b37dc2c7 use cheats for farming, default no code timeout 2025-01-21 14:05:50 -06:00
MaxRobinsonTheGreat
66a03bf893 embed max tokens, fix shutdown race condition 2025-01-21 13:41:48 -06:00
Lawtro
2a768c3e97
fixed bugs where bot would try to mine water and added safety protections
- bot will no longer mine down if its in water or if there is water below the block its standing on
- bot will no longer dig down if its going to fall into water or lava or a drop more than 5 blocks
2025-01-21 18:45:03 +10:00
Lawtro37
e2cf9912ad
added "!digDown" action to actions.js 2025-01-20 20:44:55 +10:00
Lawtro37
1f6f352e53
added digDown skill 2025-01-20 20:43:35 +10:00
gmuffiness
e4eda9c16a chore: remove unnecessary 5-second sleep 2025-01-20 14:26:14 +09:00
gmuffiness
55c045f57f fix: update camera direction to use mineflayer viewer setFirstPersonCamera api 2025-01-20 13:11:57 +09:00
gmuffiness
65113c706f chore: remove duplcated func 2025-01-20 11:48:38 +09:00
gmuffiness
85ed526fcf chore: reset settings 2025-01-20 10:30:47 +09:00
“Qu
f0396df829 Remove the relevant_skill_doc prompts from coder.js and action_manager.js 2025-01-19 22:05:01 +08:00
“Qu
1d54af2fb7 add the lost || new_resume 2025-01-19 21:10:12 +08:00
“Qu
1a86c3a485 Fix Qwen.js to be compatible with OpenAI and add random backoff for rate limiting 2025-01-19 20:50:25 +08:00
“Qu
5dd57dd429 Merge remote-tracking branch 'refs/remotes/upstream/main' into Tasks-more-relevant-docs-and-code-exception-fixes
# Conflicts:
#	src/agent/prompter.js
2025-01-19 18:28:17 +08:00
gmuffiness
1fee081782 fix: add camera file & move image describe to promptImageConvo 2025-01-16 14:43:13 +09:00