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