mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-04-21 21:52:07 +02:00
7 lines
No EOL
235 B
JavaScript
7 lines
No EOL
235 B
JavaScript
import { AgentProcess } from './src/process/agent-process.js';
|
|
|
|
let profile = './radley.json';
|
|
let load_memory = false;
|
|
let init_message = 'Say hello world and your name.';
|
|
|
|
new AgentProcess().start(profile, load_memory, init_message); |