We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using Ollama minecrfat version 1.20.6 Logging into minecraft... Failed to start agent process: { message: 'Bot spawn timed out after 30 seconds', stack: 'Error: Bot spawn timed out after 30 seconds\n' + ' at Timeout._onTimeout (file:///d:/PROJECT%20MINECRAFT/mindcraft-main/src/agent/agent.js:76:28)\n' + ' at listOnTimeout (node:internal/timers:573:17)\n' + ' at process.processTimers (node:internal/timers:514:7)', error: {} } Agent process exited with code 1 and signal null Restarting agent... Starting agent with profile: ./andy.json Starting agent initialization with profile: ./andy.json Initializing action manager... Initializing prompter... Using chat settings: { model: 'llama3.2:latest', api: 'ollama' } Using embedding settings: { api: 'none' } Unknown embedding: none . Using word overlap. Initializing history... Initializing coder... Initializing npc controller... Initializing memory bank... Initializing self prompter... Initializing examples... Logging into minecraft... No memory file found.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
using Ollama minecrfat version 1.20.6
Logging into minecraft...
Failed to start agent process: {
message: 'Bot spawn timed out after 30 seconds',
stack: 'Error: Bot spawn timed out after 30 seconds\n' +
' at Timeout._onTimeout (file:///d:/PROJECT%20MINECRAFT/mindcraft-main/src/agent/agent.js:76:28)\n' +
' at listOnTimeout (node:internal/timers:573:17)\n' +
' at process.processTimers (node:internal/timers:514:7)',
error: {}
}
Agent process exited with code 1 and signal null
Restarting agent...
Starting agent with profile: ./andy.json
Starting agent initialization with profile: ./andy.json
Initializing action manager...
Initializing prompter...
Using chat settings: { model: 'llama3.2:latest', api: 'ollama' }
Using embedding settings: { api: 'none' }
Unknown embedding: none . Using word overlap.
Initializing history...
Initializing coder...
Initializing npc controller...
Initializing memory bank...
Initializing self prompter...
Initializing examples...
Logging into minecraft...
No memory file found.
The text was updated successfully, but these errors were encountered: