From bbd5b7aa5de02a1af6b9e0f0c40832dbb673fba3 Mon Sep 17 00:00:00 2001 From: tusharmagar Date: Mon, 8 Sep 2025 15:15:32 +0530 Subject: [PATCH] Refactor project templates to remove the Example Agent and update related documentation. Updated the copilot behaviour aswell. --- apps/rowboat/app/lib/project_templates.ts | 17 ++--------------- .../application/lib/copilot/current_workflow.ts | 2 +- .../lib/copilot/example_multi_agent_1.ts | 14 +++++++------- 3 files changed, 10 insertions(+), 23 deletions(-) diff --git a/apps/rowboat/app/lib/project_templates.ts b/apps/rowboat/app/lib/project_templates.ts index 4dbfa310..774e2ca8 100644 --- a/apps/rowboat/app/lib/project_templates.ts +++ b/apps/rowboat/app/lib/project_templates.ts @@ -18,21 +18,8 @@ function loadTemplatesFromFiles(): { [key: string]: z.infer