Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion adk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ 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). 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.
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.
3 changes: 0 additions & 3 deletions adk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# `agentex/lib/*` to the agentex.* namespace; the REST client surface
# (agentex/{__init__.py, _*.py, types/, resources/}) ships from the slim
# sibling package `agentex-client` which is pinned as a runtime dep.
#
# This entire `adk/` directory must be preserved across Stainless codegen
# via `keep_files: ["adk/**"]` in the Stainless dashboard config.
name = "agentex-sdk"
version = "0.13.0"
description = "Agent Development Kit (ADK) overlay for the Agentex API — FastACP server, Temporal workflows, LLM provider integrations, observability"
Expand Down
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
# This is the Stainless-generated REST client. The hand-authored ADK
# overlay (formerly `src/agentex/lib/*`) now lives in `adk/` and ships
# as the sibling `agentex-sdk` package — see `adk/pyproject.toml`.
#
# Stainless dashboard config must:
# - Rename `package_name` from `agentex-sdk` to `agentex-client`
# - Reduce the dep list to the 6 bare-client deps below
# - Add `adk/**` to `keep_files` so the ADK overlay persists across codegen
name = "agentex-client"
version = "0.13.0"
description = "The official Python REST client for the Agentex API"
Expand Down
Loading