Skip to content

Commit

Permalink
Merge pull request #6 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 30ebd60 + e602748 commit 9195e2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/echos.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
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, _test, _test2];
const echos = [_clara, _derp, _hal];

export { echos };

0 comments on commit 9195e2d

Please sign in to comment.