import { Agent } from './agent.js'; let agent = new Agent('andy', 'bots/andy.json'); agent.start();