diff --git a/src/echos.ts b/src/echos.ts index 97b0e6d..08dd2fd 100644 --- a/src/echos.ts +++ b/src/echos.ts @@ -1,7 +1,8 @@ import _clara from "./agents/clara/echo.json"; import _derp from "./agents/derp/echo.json"; import _hal from "./agents/hal/echo.json"; +import _vito from "./agents/vito/echo.json"; -const echos = [_clara, _derp, _hal]; +const echos = [_clara, _derp, _hal, _vito]; export { echos };