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 };