Skip to content

Commit e20f3cb

Browse files
docs: drop stale keep_files / dashboard-config comments
These comments instructed adding adk/** to keep_files, but the repo doesn't use keep_files. Stainless codegen never generates adk/**, agentex/lib/*, or agentex/protocol/* (no codegen header), so those paths are never touched and need no protection; codegen-managed files (pyproject/README/locks) are handled by custom-code 3-way merge instead. The dashboard-config TODO is also done. Corrects the same false claim in adk/README.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 35fc4b8 commit e20f3cb

3 files changed

Lines changed: 1 addition & 9 deletions

File tree

adk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ The two packages contribute disjoint files to the `agentex.*` namespace — `age
2929

3030
## Repo layout
3131

32-
This package is hand-authored and lives at `adk/` inside [scaleapi/scale-agentex-python](https://github.com/scaleapi/scale-agentex-python). The Stainless generator preserves `adk/**` via `keep_files` so its codegen never touches anything here. The sibling `agentex-client` package lives at the repo root and IS Stainless-generated.
32+
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.

adk/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
# `agentex/lib/*` to the agentex.* namespace; the REST client surface
44
# (agentex/{__init__.py, _*.py, types/, resources/}) ships from the slim
55
# sibling package `agentex-client` which is pinned as a runtime dep.
6-
#
7-
# This entire `adk/` directory must be preserved across Stainless codegen
8-
# via `keep_files: ["adk/**"]` in the Stainless dashboard config.
96
name = "agentex-sdk"
107
version = "0.13.0"
118
description = "Agent Development Kit (ADK) overlay for the Agentex API — FastACP server, Temporal workflows, LLM provider integrations, observability"

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
# This is the Stainless-generated REST client. The hand-authored ADK
33
# overlay (formerly `src/agentex/lib/*`) now lives in `adk/` and ships
44
# as the sibling `agentex-sdk` package — see `adk/pyproject.toml`.
5-
#
6-
# Stainless dashboard config must:
7-
# - Rename `package_name` from `agentex-sdk` to `agentex-client`
8-
# - Reduce the dep list to the 6 bare-client deps below
9-
# - Add `adk/**` to `keep_files` so the ADK overlay persists across codegen
105
name = "agentex-client"
116
version = "0.13.0"
127
description = "The official Python REST client for the Agentex API"

0 commit comments

Comments
 (0)