Skip to content

Commit

Permalink
Merge pull request #14 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 23, 2024
2 parents fc165ec + 73e071a commit de8b382
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
Expand Up @@ -2,8 +2,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 _tusk from "./agents/tusk/echo.json";
import _vito from "./agents/vito/echo.json";

const echos = [_clara, _derp, _hal, _inj_ai, _vito];
const echos = [_clara, _derp, _hal, _inj_ai, _tusk, _vito];

export { echos };

0 comments on commit de8b382

Please sign in to comment.