Skip to content

Commit aa64583

Browse files
committed
revert: remove CopilotKit frontend scaffolding
Reverts commits 9e08418 and 1533497. The frontend scaffolding is being replaced with a different approach. AGUI protocol support (templates, invoke, TUI) remains intact — only the CopilotKit frontend template and associated wizard step/CLI flag are removed.
1 parent 37b3c6f commit aa64583

23 files changed

Lines changed: 20 additions & 717 deletions

File tree

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
CHANGELOG.md
22
src/assets/**/*.md
3-
src/assets/frontend/**

AGUI_INVOKE_REVIEW.md

Lines changed: 0 additions & 357 deletions
This file was deleted.

src/assets/__tests__/__snapshots__/assets.snapshot.test.ts.snap

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -449,16 +449,6 @@ exports[`Assets Directory Snapshots > File listing > should match the expected f
449449
"evaluators/python-lambda/execution-role-policy.json",
450450
"evaluators/python-lambda/lambda_function.py",
451451
"evaluators/python-lambda/pyproject.toml",
452-
"frontend/copilotkit/.env.local.example",
453-
"frontend/copilotkit/README.md",
454-
"frontend/copilotkit/next.config.ts",
455-
"frontend/copilotkit/package.json",
456-
"frontend/copilotkit/postcss.config.mjs",
457-
"frontend/copilotkit/src/app/api/copilotkit/route.ts",
458-
"frontend/copilotkit/src/app/globals.css",
459-
"frontend/copilotkit/src/app/layout.tsx",
460-
"frontend/copilotkit/src/app/page.tsx",
461-
"frontend/copilotkit/tsconfig.json",
462452
"mcp/python-lambda/README.md",
463453
"mcp/python-lambda/handler.py",
464454
"mcp/python-lambda/pyproject.toml",

src/assets/frontend/copilotkit/.env.local.example

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/assets/frontend/copilotkit/README.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

src/assets/frontend/copilotkit/next.config.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/assets/frontend/copilotkit/package.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/assets/frontend/copilotkit/postcss.config.mjs

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/assets/frontend/copilotkit/src/app/api/copilotkit/route.ts

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/assets/frontend/copilotkit/src/app/globals.css

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)