You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is the output after "node main.js":
[ './andy.json' ]
MindServer running on port 8080
Client connected
Registering agents: andy
Agents registered
Starting agent with profile: ./andy.json
Starting agent initialization with profile: ./andy.json
Initializing action manager...
Initializing prompter...
Using chat settings: {
model: 'huggingface/mistralai/Mistral-Nemo-Instruct-2407',
api: 'huggingface'
}
Using embedding settings: { api: 'huggingface' }
Unknown embedding: huggingface . Using word overlap.
Initializing history...
Initializing coder...
Initializing npc controller...
Initializing memory bank...
Initializing self prompter...
Initializing examples...
Examples initialized.
Initializing task...
andy logging into minecraft...
(node:2656) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
{ errno: -4077, code: 'ECONNRESET', syscall: 'read' }
Client connected
Connected to MindServer
Client disconnected
Agent process exited with code 0 and signal null
The text was updated successfully, but these errors were encountered:
this is the output after "node main.js":
[ './andy.json' ]
MindServer running on port 8080
Client connected
Registering agents: andy
Agents registered
Starting agent with profile: ./andy.json
Starting agent initialization with profile: ./andy.json
Initializing action manager...
Initializing prompter...
Using chat settings: {
model: 'huggingface/mistralai/Mistral-Nemo-Instruct-2407',
api: 'huggingface'
}
Using embedding settings: { api: 'huggingface' }
Unknown embedding: huggingface . Using word overlap.
Initializing history...
Initializing coder...
Initializing npc controller...
Initializing memory bank...
Initializing self prompter...
Initializing examples...
Examples initialized.
Initializing task...
andy logging into minecraft...
(node:2656) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.(Use
node --trace-deprecation ...
to show where the warning was created){ errno: -4077, code: 'ECONNRESET', syscall: 'read' }
Client connected
Connected to MindServer
Client disconnected
Agent process exited with code 0 and signal null
The text was updated successfully, but these errors were encountered: