chore: remove appworld_a2a_runner and promote exgentic README to top level#29
Merged
Merged
Conversation
…level - Delete appworld_a2a_runner/ package - Move exgentic_a2a_runner/README.md to top-level README.md, updating intro to preserve workload-harness framing and fixing sibling links now one directory deep (ibac-benchmarking.md, AUTHBRIDGE_PIPELINE_SPEC.md, analyze-run.sh, download_mlflow_traces.py, analyze_traces.py) - Drop "Key Differences from AppWorld Runner" section from README - Scrub appworld references from exgentic IMPLEMENTATION_CHECKLIST.md The three top-level planning docs (IMPLEMENTATION_SUMMARY.md, EXGENTIC_A2A_RUNNER_PLAN.md, EXGENTIC_ARCHITECTURE.md) are historical planning artifacts and are left as-is per user request. Signed-off-by: Kelly Abuelsaad <kaymar@gmail.com>
yoavkatz
approved these changes
Jul 14, 2026
Contributor
|
Looks good. |
yoavkatz
added a commit
to yoavkatz/workload-harness
that referenced
this pull request
Jul 19, 2026
…-runner chore: remove appworld_a2a_runner and promote exgentic README to top level Signed-off-by: Yoav Katz <katz@il.ibm.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
appworld_a2a_runner/package (no longer needed;exgentic_a2a_runnerdrives appworld as a benchmark via MCP instead).exgentic_a2a_runner/README.mdto the top-levelREADME.mdso landing on the repo shows the actual usage docs. Intro is reframed to preserve the "Kagenti Workload Harness" positioning, and sibling-file links (ibac-benchmarking.md,AUTHBRIDGE_PIPELINE_SPEC.md,analyze-run.sh,download_mlflow_traces.py,analyze_traces.py) are rewritten to point one directory deeper.exgentic_a2a_runner/IMPLEMENTATION_CHECKLIST.md.The three top-level planning docs (
IMPLEMENTATION_SUMMARY.md,EXGENTIC_A2A_RUNNER_PLAN.md,EXGENTIC_ARCHITECTURE.md) still contain historical appworld references and are intentionally left untouched — they're archaeology from the exgentic build-out, not living docs.References to the
appworldbenchmark inexgentic_a2a_runner(README +e2e-test.sh) are unchanged — that's an MCP-driven benchmark target, independent of the deleted runner folder.Test plan
README.mdrenders correctly on the PR page (title, intro, TOC, sibling links resolve)exgentic_a2a_runner/ibac-benchmarking.md,AUTHBRIDGE_PIPELINE_SPEC.md,analyze-run.sh,download_mlflow_traces.py,analyze_traces.pyresolve on GitHubexgentic_a2a_runner/e2e-test.sh --benchmarks gsm8k,tau2,appworldstill runs (appworld benchmark target unaffected)grep -r appworld_a2a_runnerreturns only the three intentionally-preserved top-level planning docs