Add GEAK v4 kernel workflow agent integration#72
Open
irvineoy wants to merge 2 commits into
Open
Conversation
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
geak_v4agent that runs GEAK's deterministickernel_workflow.jsthrough a persistent Claude Agent SDK clientV1 task contract
The initial adapter supports
hip2hip,triton2triton, andflydsl2flydsltasks with exactly one ordinary source file. It rejects protected test/harness/config paths, symlinks, hard links, multiple sources, binary patches, path traversal, and create/delete/rename/mode or multi-file changes.The adapter was developed against GEAK commit
4965d5b2ccde927925c8c5501a25c1233daa52eb(v4.0.0-102-g4965d5b).Integrity boundary
apply_to_original=falseeval/final_patch.diffValidation
python -m pytest -q tests— 84 passedbash tests/test_docker_benchmark.sh— passedgit diff --check, and Make target dry runs — passedkernel_workflow.js— passedclaude-agent-sdk==0.2.127, includingClaudeSDKClient,ClaudeAgentOptions, andcli_path— passed without contacting ClaudeNot tested
A live Claude/GEAK optimization run was intentionally not executed because this machine has no paid Claude Code account. The included one-task quickstart is the remaining authenticated end-to-end check.
Suggested review focus