From 161dac5d01fc167836cd8a43b3a097545214b1fc Mon Sep 17 00:00:00 2001 From: asalzmann <1331345+asalzmann@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:58:49 +0000 Subject: [PATCH] chore: regenerate entry file --- src/echos.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 };