Skip to content

Commit

Permalink
Merge pull request #12 from Stride-Labs/chore/auto-codegen
Browse files Browse the repository at this point in the history
Regenerate entry file
  • Loading branch information
asalzmann authored Dec 13, 2024
2 parents 095a1a7 + e3f619d commit 3a75b83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/echos.ts
Original file line number Diff line number Diff line change
@@ -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 };

0 comments on commit 3a75b83

Please sign in to comment.