mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-03-28 14:56:24 +01:00
7 lines
No EOL
205 B
JavaScript
7 lines
No EOL
205 B
JavaScript
import { AgentProcess } from './src/process/agent-process.js';
|
|
|
|
let profile = './andy.json';
|
|
let load_memory = false;
|
|
let init_message = null;
|
|
|
|
new AgentProcess().start(profile, load_memory, init_message); |