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