From 4caa7b71b5b97044a78b7f8af5d7d87067663c7c Mon Sep 17 00:00:00 2001 From: srph <5093058+srph@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:01:48 +0000 Subject: [PATCH] chore: regenerate entry file --- src/echos.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/echos.ts b/src/echos.ts index 97b0e6d..5ef96bf 100644 --- a/src/echos.ts +++ b/src/echos.ts @@ -1,7 +1,9 @@ import _clara from "./agents/clara/echo.json"; import _derp from "./agents/derp/echo.json"; import _hal from "./agents/hal/echo.json"; +import _test from "./agents/test/echo.json"; +import _test2 from "./agents/test2/echo.json"; -const echos = [_clara, _derp, _hal]; +const echos = [_clara, _derp, _hal, _test, _test2]; export { echos };