naisys
Version:
Node.js Autonomous Intelligence System
62 lines • 827 B
JavaScript
export const agentNames = [
"adrian",
"alex",
"allen",
"andrew",
"austin",
"bernard",
"bill",
"bob",
"brian",
"alice",
"charlie",
"christian",
"dan",
"dave",
"dylan",
"edward",
"eric",
"eve",
"frank",
"gina",
"greg",
"harry",
"irene",
"james",
"jason",
"jeff",
"jenny",
"joe",
"john",
"joyce",
"julie",
"justin",
"kate",
"kenny",
"kenzo",
"larry",
"matt",
"marge",
"mike",
"nate",
"olivia",
"paul",
"quinn",
"rose",
"russell",
"sam",
"scott",
"shaddy",
"simon",
"ted",
"tina",
"tj",
"ulysses",
"victor",
"wendy",
"xander",
"yaron",
"yvonne",
"zack",
];
//# sourceMappingURL=agentNames.js.map