Skip to content

Commit

Permalink
Merge pull request #8 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 2, 2024
2 parents 4c0b821 + 161dac5 commit 6cf36e2
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,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 };

0 comments on commit 6cf36e2

Please sign in to comment.