feat: bind compose agents to capsets#93
Merged
Merged
Conversation
d4ebe9e to
2ba2f61
Compare
Collaborator
Author
|
Real regression test completed on the rebased branch ( Environment exercised:
Verified flow:
Additional note:
Merge recommendation: LGTM after CI completes successfully. |
Collaborator
Author
|
Adding the name: capset-regression
agents:
reviewer:
provider: claude
model: ${ANTHROPIC_MODEL}
image: agent-compose-guest:latest
driver:
docker: {}
capset_ids:
- dev
system_prompt: |
Use the injected capability catalog from the runtime MPI context when a capability is available.
For the calculator capability, call /calculator.v1.CalculatorService/Add through CAP_GRPC_TARGET
with the catalog-provided x-octobus-capset and x-octobus-instance metadata.Runtime environment values such as LLM/Anthropic API keys, OctoBus tokens, and generated |
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
capset_idsto agent-compose.yml agent specs and v2 AgentSpecFixes #39
Verification
go test ./pkg/compose ./pkg/agentcompose -run 'Capset|Capability|ProjectServiceApplyProjectPersistsAgentCapsetIDs|RunServiceRunAgentInjectsProjectAgentCapabilities' -count=1\n-go test ./pkg/compose ./pkg/agentcompose ./proto/agentcompose/v2 ./proto/agentcompose/v2/agentcomposev2connect -count=1\n-task lint\n-task build\n\ntask testwas not run to completion because we intentionally avoided the E2E suite during final verification.