fix(runtime): install sdk child runner deps#1663
Merged
Merged
Conversation
Entire-Checkpoint: 6a6787e4f86b
Deploying agentv with
|
| Latest commit: |
7aed690
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://85f9fee4.agentv.pages.dev |
| Branch Preview URL: | https://runtime-sdk-child-runner-dep.agentv.pages.dev |
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
@agentv/coreand the publishedagentvCLI so beta SDK child-runner providers are installable by default without making them required.dist/evaluation/providers/sdk-child-runner.jsafter@agentv/coreis bundled into chunks.Validation
bun installbun test packages/core/test/evaluation/providers/sdk-child-provider.test.ts packages/core/test/evaluation/providers/sdk-provider-registry.test.ts packages/core/test/evaluation/providers/codex-sdk.test.ts packages/core/test/evaluation/providers/claude.test.ts packages/core/test/evaluation/providers/copilot-sdk.test.ts packages/core/test/evaluation/providers/pi-coding-agent.test.tsbun --filter @agentv/core typecheckbun run buildbun run lintgit diff --checkLive Dogfood
Private evidence branch:
EntityProcess/agentv-private:evidence/av-t2o5-3-sdk-child-runner-depsEvidence commit:
7af779dPrior red evidence:
EntityProcess/agentv-private:evidence/av-y7eq-9-host-runtime-live-matrixatf714ec1Final SDK live matrix using local OpenAI-compatible endpoint
http://127.0.0.1:10531/v1and grader targetlocal-openai-grader:pi-sdk-local2026-07-05T03-56-33-997Zcodex-sdk-local2026-07-05T03-56-49-439Zclaude-sdk-host2026-07-05T03-57-08-833Zcopilot-sdk-local2026-07-05T03-57-35-332ZCopilot SDK blocker: package installability is resolved, but live SDK execution does not exit cleanly. Direct child-runner diagnostics emitted a result envelope with empty output and then hung until command timeout; the full eval reports
copilot-sdk child runner signal: SIGTERM.Post-Deploy Monitoring & Validation
No production service monitoring required. This changes package install metadata, SDK child-runner path resolution, docs, and tests for a local/CI CLI surface. Post-merge validation is GitHub Actions plus a follow-up SDK live dogfood rerun if Copilot SDK lifecycle behavior changes upstream.