refactor: move standalone services out of agent_platform#1056
Open
refactor: move standalone services out of agent_platform#1056
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
d9b3e55 to
e3dbee2
Compare
3 tasks
- Fix broken Bazel label in projects/cluster_agents/deploy/BUILD:
//projects/agent_platform/cluster_agents:image.info →
//projects/cluster_agents:image.info (stale path after directory move)
- Fix bazel.yaml, code-fix.yaml, research.yaml Goose recipes:
- Add | indent(2) filter to {{ task_description }} in block scalar
prompts (bare var causes serde_yaml "did not find expected key"
when task description is multi-line)
- Remove unsupported headers field from streamable_http extension
(not in Goose recipe schema; causes runtime "Invalid recipe" error)
- Correct context-forge URI to match canonical service address
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
vllm/chart (never deployed)api_gateway→projects/nginx/(folder rename, soon to be deprecated)llama_cpp→projects/llama_cpp/cluster_agents→projects/cluster_agents/(includes image repo path change)agent_platform/now only contains the umbrella chart and its source code (orchestrator, mcp-servers, sandboxes, goose_agent, buildbuddy_mcp)Motivation
The agent_platform directory mixed umbrella chart subcharts with independently-deployed ArgoCD applications. This reorganization gives each standalone service its own
projects/folder, matching the pattern used by all other services.Test plan
🤖 Generated with Claude Code