From 16c672fdf7c58a4169cd4fd8167a223bf81f5f93 Mon Sep 17 00:00:00 2001 From: Jerome Romualdez Date: Mon, 29 Jun 2026 12:55:53 -0400 Subject: [PATCH] fix(adk): release streaming buffer repair in sdk Document the SDK wheel source boundary so release-please attributes an ADK patch release that includes the already-merged streaming buffer fix. Co-authored-by: Cursor --- adk/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adk/README.md b/adk/README.md index 73a961dd1..206ba993b 100644 --- a/adk/README.md +++ b/adk/README.md @@ -30,3 +30,5 @@ The two packages contribute disjoint files to the `agentex.*` namespace — `age ## Repo layout This package is hand-authored and lives at `adk/` inside [scaleapi/scale-agentex-python](https://github.com/scaleapi/scale-agentex-python). Stainless codegen never touches `adk/**` — it's outside the generated surface. The sibling `agentex-client` package lives at the repo root and IS Stainless-generated. + +The wheel source is assembled from `src/agentex/lib/**` by `adk/hatch_build.py`.