Commit graph

762 commits

Author SHA1 Message Date
Max Robinson
22982e1e9f
Merge pull request #420 from pixelkat5/main
Small adjustments to the README.MD
2025-02-04 11:36:51 -06:00
Max Robinson
8f545089e1
my pr gets priority
O1 patches
2025-02-03 18:45:16 -06:00
MaxRobinsonTheGreat
23c54279de add code_model to readme 2025-02-03 18:42:47 -06:00
MaxRobinsonTheGreat
9b387649a1 enable o3, improve novita 2025-02-03 18:35:58 -06:00
Sweaterdog
0d2e4c7b9c
Update prompter.js
Fixed bug in prompter.js where replicate Ai was checked twice
2025-01-29 22:39:02 -08:00
Sweaterdog
6b8ac02c8e
Update groq.js
Removed custom logging
2025-01-29 15:52:10 -08:00
Sweaterdog
ec6f4f7098
Update groq.js
Fixed small error that would endlessly retry groqcloud response if Deepseek-R1 was chosen
2025-01-28 13:43:33 -08: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
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
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
MaxRobinsonTheGreat
fbde286931 better auto-prompt 2025-01-24 11:31:26 -06: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
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
“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
“Qu
4782da1207 Rename func 'check' to 'lint' 2025-01-13 00:02:03 +08:00
“Qu
9be83fec64 Rename two code template 2025-01-12 23:56:10 +08:00
“Qu
8590366900 Rollback two code template.js 2025-01-12 23:52:59 +08:00
“Qu
485d4a6d8c Rollback two code template.js 2025-01-12 23:52:39 +08:00
itsme6582
bca490a33a
Update README.md
Discord invite in section ## Install and Run was invalid.  Replaced with the [Discord Support] link from the section # Mindcraft
2025-01-12 10:24:21 -05:00
Max Robinson
a95fa33266
Merge pull request #407 from kolbytn/lil-changes
Lil changes
2025-01-10 12:43:49 -06:00
MaxRobinsonTheGreat
eeaf33c4d2 changed unblockables 2025-01-10 12:41:00 -06:00
MaxRobinsonTheGreat
7eef805395 added num_examples 2025-01-09 15:16:35 -06:00
MaxRobinsonTheGreat
6167aeeec4 added restrict to inventory and better blacklist 2025-01-09 15:15:25 -06:00
MaxRobinsonTheGreat
85ef0e8103 fix help command 2025-01-09 12:43:29 -06:00
Max Robinson
8282b94996
Merge pull request #403 from kolbytn/mistral
Mistral
2025-01-07 13:48:49 -06:00
MaxRobinsonTheGreat
a9a55b63e5 added key/model to example, fixed !help 2025-01-07 13:41:14 -06:00
Saintdoggie
affa697f10 merge conflicts (hopefully) 2025-01-06 20:40:12 -06:00
Max Robinson
14f6682c65
Merge pull request #399 from luoling8192/fix/typo
fix: typo fix
2025-01-06 11:20:32 -06:00
RainbowBird
5954c0a177
fix: typo fix 2025-01-06 14:59:51 +08:00
Ayush Maniar
a14d4af65f Add getCraftingPlan tool for making agents faster and resource efficient 2025-01-05 19:27:44 -08:00
Max Robinson
43cdcc6879
Merge pull request #397 from kolbytn/env-awareness
Env awareness
2025-01-05 15:52:36 -06:00
MaxRobinsonTheGreat
13dbbbefca little cleanup of environmental awareness 2025-01-05 15:52:04 -06:00
Max Robinson
65a6d0f32d
Merge pull request #334 from hackdefendr/main
Adding !help from the TODO project
2025-01-05 15:18:59 -06:00
Max Robinson
d5d953e035
Merge pull request #381 from uukelele-scratch/main
fixed mindserver to use correct port
2025-01-05 14:19:49 -06:00
“Qu
a458a66759 Resolve merge conflicts in deepseek 2025-01-04 12:48:21 +08:00
“Qu
2127e5b9fb Merge remote-tracking branch 'refs/remotes/upstream/main' into Tasks-more-relevant-docs-and-code-exception-fixes
# Conflicts:
#	src/agent/prompter.js
2025-01-04 12:30:28 +08:00