Github下载
Minecraft
参考作者的youtube tutorial
- 下载我的世界java版本
- 下载node.js
- fork了一个仓库(注意git push的时候要把密码删除掉)
-
npm install,过程中会遇到报错说禁止运行脚本,但是参考gpt给的指令Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned允许本地脚本运行 - 进入世界,进入
对局域网开放,输入端口号55916 - 输入指令
node main.js,虽然能正常运行,但是总是在saved memory之后存在报错。
代码逻辑梳理
-
main.js-
.\src\process\agent_process.js-
.\src\process\init_agent.js-
.\src\agent\agent.js(最主要的代码):Starting agent initialization with profile-
.\src\agent\prompter.js:涉及api调用逻辑设置- [I] 加入deepseek的调用支持
-
-
-
-
This line appears after every note.
Notes mentioning this note
Projects
0.百科全书
[[github问题]] 2024.10.08
[[笔记本电脑]]
[[华为手机安装google框架]]
[[科研问题]]
[[github问题]]
[[huggingface]]
[[linux]]
[[Python使用]]
[[Vscode使用]]
[[港科广二期HPC使用]] 2025.07.25
[[顶会论文及检索网址]] 2025.10.10
1.前后端
[[使用Flask快速构建浏览器实现图片交互]]