feat(agents): add TanStack Start control plane#7885
Merged
Conversation
63ab99c to
97688cc
Compare
97688cc to
d096be4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
services/agentsfrom the custom Bun/H3 control-plane web surface to a TanStack Start app on Bun with Vite 8, React 19, Tailwind CSS v4, and shadcn UI.charts/agents/crds/*.yaml, schema-form create flows, primitive overview/list/detail routes, breadcrumbs, and server-side typed-resource create/list/get APIs./health,/ready,/mcp,/metrics, and/v1/*paths by delegating TanStack Start server routes to the existing Agents runtime, while keepingagents-controllersseparate.Related Issues
None
Testing
bun run --cwd services/agents testbun run --cwd services/agents tscbun run --cwd services/agents lintbun run --cwd services/agents buildscripts/agents/validate-agents.shbun run lint:argocdmise exec helm@3 -- kustomize build --enable-helm argocd/applications/agents >/tmp/agents-render.yaml && wc -l /tmp/agents-render.yaml/redirect, all primitive list routes, detail/create routes, breadcrumbs, responsive layout, and a disposable Signal create/detail flow.Screenshots (if applicable)
N/A
Breaking Changes
None
Checklist
N/Awith justification).