Skip to content

Commit

Permalink
Merge pull request #5 from Stride-Labs/chore/auto-codegen
Browse files Browse the repository at this point in the history
Regenerate entry file
  • Loading branch information
srph authored Nov 27, 2024
2 parents 274d3eb + 4caa7b7 commit 8841852
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/echos.ts
Original file line number Diff line number Diff line change
@@ -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 };

0 comments on commit 8841852

Please sign in to comment.