diff --git a/src/features/team-mode/tools/index.ts b/src/features/team-mode/tools/index.ts new file mode 100644 index 000000000..b58a8629b --- /dev/null +++ b/src/features/team-mode/tools/index.ts @@ -0,0 +1 @@ +export { createTeamApproveShutdownTool, createTeamCreateTool, createTeamDeleteTool, createTeamRejectShutdownTool, createTeamShutdownRequestTool } from "./lifecycle"