google-adk-extras 0.2.6__tar.gz → 0.2.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. {google_adk_extras-0.2.6/src/google_adk_extras.egg-info → google_adk_extras-0.2.7}/PKG-INFO +12 -34
  2. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/README.md +10 -32
  3. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/docs/examples.md +1 -1
  4. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/examples/README.md +1 -1
  5. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/mkdocs.yml +1 -2
  6. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/pyproject.toml +16 -2
  7. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/__init__.py +3 -3
  8. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/adk_builder.py +15 -292
  9. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/artifacts/local_folder_artifact_service.py +0 -2
  10. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/artifacts/mongo_artifact_service.py +0 -1
  11. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/artifacts/s3_artifact_service.py +0 -1
  12. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/artifacts/sql_artifact_service.py +0 -1
  13. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/custom_agent_loader.py +1 -1
  14. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/enhanced_adk_web_server.py +0 -2
  15. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/enhanced_fastapi.py +0 -1
  16. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/memory/mongo_memory_service.py +0 -1
  17. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/memory/sql_memory_service.py +1 -1
  18. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/memory/yaml_file_memory_service.py +1 -3
  19. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/sessions/mongo_session_service.py +0 -1
  20. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/sessions/redis_session_service.py +1 -1
  21. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/sessions/yaml_file_session_service.py +0 -2
  22. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/streaming/streaming_controller.py +2 -2
  23. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7/src/google_adk_extras.egg-info}/PKG-INFO +12 -34
  24. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras.egg-info/SOURCES.txt +0 -9
  25. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/tests/test_a2a_helpers.py +1 -2
  26. google_adk_extras-0.2.6/docs/credentials.md +0 -31
  27. google_adk_extras-0.2.6/examples/credentials/google_oauth2.py +0 -27
  28. google_adk_extras-0.2.6/src/google_adk_extras/credentials/__init__.py +0 -34
  29. google_adk_extras-0.2.6/src/google_adk_extras/credentials/github_oauth2_credential_service.py +0 -213
  30. google_adk_extras-0.2.6/src/google_adk_extras/credentials/google_oauth2_credential_service.py +0 -216
  31. google_adk_extras-0.2.6/src/google_adk_extras/credentials/http_basic_auth_credential_service.py +0 -388
  32. google_adk_extras-0.2.6/src/google_adk_extras/credentials/jwt_credential_service.py +0 -345
  33. google_adk_extras-0.2.6/src/google_adk_extras/credentials/microsoft_oauth2_credential_service.py +0 -250
  34. google_adk_extras-0.2.6/src/google_adk_extras/credentials/x_oauth2_credential_service.py +0 -240
  35. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/LICENSE +0 -0
  36. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/MANIFEST.in +0 -0
  37. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/docs/agent-loading.md +0 -0
  38. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/docs/fastapi.md +0 -0
  39. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/docs/getting-started.md +0 -0
  40. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/docs/index.md +0 -0
  41. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/docs/quickstarts.md +0 -0
  42. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/docs/services.md +0 -0
  43. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/docs/streaming.md +0 -0
  44. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/docs/troubleshooting.md +0 -0
  45. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/docs/uris.md +0 -0
  46. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/examples/consume_remote_a2a.py +0 -0
  47. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/examples/custom_loader.py +0 -0
  48. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/examples/fastapi_app.py +0 -0
  49. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/examples/programmatic_a2a_expose.py +0 -0
  50. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/examples/runner_basic.py +0 -0
  51. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/examples/services/artifacts_local.py +0 -0
  52. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/examples/services/memory_yaml.py +0 -0
  53. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/examples/services/sessions_sql.py +0 -0
  54. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/examples/streaming_sse_ws.py +0 -0
  55. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/setup.cfg +0 -0
  56. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/setup.py +0 -0
  57. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/artifacts/__init__.py +0 -0
  58. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/artifacts/base_custom_artifact_service.py +0 -0
  59. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/credentials/base_custom_credential_service.py +0 -0
  60. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/enhanced_runner.py +0 -0
  61. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/memory/__init__.py +0 -0
  62. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/memory/base_custom_memory_service.py +0 -0
  63. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/memory/redis_memory_service.py +0 -0
  64. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/sessions/__init__.py +0 -0
  65. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/sessions/base_custom_session_service.py +0 -0
  66. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/sessions/sql_session_service.py +0 -0
  67. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras/streaming/__init__.py +0 -0
  68. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras.egg-info/dependency_links.txt +0 -0
  69. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras.egg-info/requires.txt +0 -0
  70. {google_adk_extras-0.2.6 → google_adk_extras-0.2.7}/src/google_adk_extras.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: google-adk-extras
3
- Version: 0.2.6
4
- Summary: Production-ready services, credentials, and FastAPI wiring for Google ADK
3
+ Version: 0.2.7
4
+ Summary: Production-ready services and FastAPI wiring for Google ADK
5
5
  Home-page: https://github.com/DeadMeme5441/google-adk-extras
6
6
  Author: DeadMeme5441
7
7
  Author-email: DeadMeme5441 <deadunderscorememe@gmail.com>
@@ -49,7 +49,7 @@ Dynamic: requires-python
49
49
  [![Docs](https://img.shields.io/badge/docs-site-brightgreen)](https://deadmeme5441.github.io/google-adk-extras/)
50
50
  [![Docs Build](https://github.com/DeadMeme5441/google-adk-extras/actions/workflows/docs.yml/badge.svg)](https://github.com/DeadMeme5441/google-adk-extras/actions/workflows/docs.yml)
51
51
 
52
- Production-ready extensions for Google ADK (Agent Development Kit). This library adds durable service backends (sessions, artifacts, memory), practical credential services (OAuth2/JWT/Basic), and clean FastAPI wiring so you can run ADK agents with real storage and auth.
52
+ Production-ready extensions for Google ADK (Agent Development Kit). This library adds durable service backends (sessions, artifacts, memory) and clean FastAPI wiring (with optional streaming) so you can run ADK agents with real storage.
53
53
 
54
54
  What this is not: a fork of ADK. It builds on ADK’s core runtime, agents, tools and callbacks, and drops in where ADK expects services and a web server.
55
55
 
@@ -58,10 +58,9 @@ What this is not: a fork of ADK. It builds on ADK’s core runtime, agents, tool
58
58
 
59
59
  ADK provides the core primitives (Runner, Session/State, MemoryService, ArtifactService, CredentialService, Agents/Tools, callbacks, Dev UI, and deployment paths). See the official ADK docs for concepts and APIs.
60
60
 
61
- This package focuses on three gaps common in real apps:
61
+ This package focuses on a few gaps common in real apps:
62
62
  - Durable storage backends beyond in‑memory defaults
63
- - Usable credential flows (Google/GitHub/Microsoft/X OAuth2, JWT, Basic)
64
- - FastAPI integration that accepts your credential service without hacks
63
+ - FastAPI integration with optional streaming (SSE/WS)
65
64
 
66
65
 
67
66
  ## Features
@@ -69,8 +68,7 @@ This package focuses on three gaps common in real apps:
69
68
  - Session services: SQL (SQLite/Postgres/MySQL), MongoDB, Redis, YAML files
70
69
  - Artifact services: Local folder (versioned), S3‑compatible, SQL, MongoDB
71
70
  - Memory services: SQL, MongoDB, Redis, YAML files (term search over text parts)
72
- - Credential services: Google/GitHub/Microsoft/X (OAuth2), JWT, HTTP Basic
73
- - Enhanced FastAPI wiring that respects a provided credential service
71
+ - Enhanced FastAPI wiring for ADK apps (with optional streaming)
74
72
  - Fluent builder (`AdkBuilder`) to assemble a FastAPI app or a Runner
75
73
  - A2A helpers for exposing/consuming agents (see below)
76
74
 
@@ -95,17 +93,17 @@ If you plan to use specific backends, also install their clients (examples):
95
93
  - MongoDB: `uv pip install pymongo`
96
94
  - Redis: `uv pip install redis`
97
95
  - S3: `uv pip install boto3`
98
- - JWT: `uv pip install PyJWT`
96
+
97
+ Note on credentials (0.2.7): This release removes custom credential services and URI helpers from this package. For outbound credentials used by tools, rely on ADK’s experimental BaseCredentialService (e.g., InMemory/SessionState) or your own ADK-compatible implementation. Inbound API authentication (protecting /run and streaming routes) will be provided as an optional FastAPI layer separately.
99
98
 
100
99
 
101
100
  ## Quickstart (FastAPI)
102
101
 
103
- Use the fluent builder to wire services and credentials. Then run with uvicorn.
102
+ Use the fluent builder to wire services. Then run with uvicorn.
104
103
 
105
104
  ```python
106
105
  # app.py
107
106
  from google_adk_extras import AdkBuilder
108
- from google_adk_extras.credentials import GoogleOAuth2CredentialService
109
107
 
110
108
  app = (
111
109
  AdkBuilder()
@@ -113,11 +111,7 @@ app = (
113
111
  .with_session_service("sqlite:///./sessions.db") # or: mongodb://, redis://, yaml://
114
112
  .with_artifact_service("local://./artifacts") # or: s3://bucket, mongodb://, sql://
115
113
  .with_memory_service("yaml://./memory") # or: redis://, mongodb://, sql://
116
- .with_credential_service(GoogleOAuth2CredentialService(
117
- client_id="…apps.googleusercontent.com",
118
- client_secret="…",
119
- scopes=["openid", "email", "profile"],
120
- ))
114
+ # credentials: rely on ADK defaults or pass an ADK BaseCredentialService if needed
121
115
  .with_web_ui(True) # serve ADK’s dev UI if assets available
122
116
  .with_agent_reload(True)
123
117
  .build_fastapi_app()
@@ -251,24 +245,8 @@ app = (
251
245
  ```
252
246
 
253
247
 
254
- ## Credential URI cheatsheet (optional)
255
-
256
- If you prefer URIs instead of constructing services:
257
-
258
- - Google OAuth2: `oauth2-google://client_id:secret@scopes=openid,email,profile`
259
- - GitHub OAuth2: `oauth2-github://client_id:secret@scopes=user,repo`
260
- - Microsoft OAuth2: `oauth2-microsoft://<tenant>/<client_id>:<secret>@scopes=User.Read`
261
- - X OAuth2: `oauth2-x://client_id:secret@scopes=tweet.read,users.read`
262
- - JWT: `jwt://<secret>@algorithm=HS256&issuer=my-app&audience=api.example.com&expiration_minutes=60`
263
- - Basic: `basic-auth://username:password@realm=My%20API`
264
-
265
- ```python
266
- cred = (
267
- AdkBuilder()
268
- .with_credential_service_uri("jwt://secret@issuer=my-app")
269
- ._create_credential_service()
270
- )
271
- ```
248
+ <!-- Credential URI helpers removed. Use ADK’s BaseCredentialService directly if needed,
249
+ and handle inbound API authentication at FastAPI level. -->
272
250
 
273
251
 
274
252
  ## Notes & limitations
@@ -6,7 +6,7 @@
6
6
  [![Docs](https://img.shields.io/badge/docs-site-brightgreen)](https://deadmeme5441.github.io/google-adk-extras/)
7
7
  [![Docs Build](https://github.com/DeadMeme5441/google-adk-extras/actions/workflows/docs.yml/badge.svg)](https://github.com/DeadMeme5441/google-adk-extras/actions/workflows/docs.yml)
8
8
 
9
- Production-ready extensions for Google ADK (Agent Development Kit). This library adds durable service backends (sessions, artifacts, memory), practical credential services (OAuth2/JWT/Basic), and clean FastAPI wiring so you can run ADK agents with real storage and auth.
9
+ Production-ready extensions for Google ADK (Agent Development Kit). This library adds durable service backends (sessions, artifacts, memory) and clean FastAPI wiring (with optional streaming) so you can run ADK agents with real storage.
10
10
 
11
11
  What this is not: a fork of ADK. It builds on ADK’s core runtime, agents, tools and callbacks, and drops in where ADK expects services and a web server.
12
12
 
@@ -15,10 +15,9 @@ What this is not: a fork of ADK. It builds on ADK’s core runtime, agents, tool
15
15
 
16
16
  ADK provides the core primitives (Runner, Session/State, MemoryService, ArtifactService, CredentialService, Agents/Tools, callbacks, Dev UI, and deployment paths). See the official ADK docs for concepts and APIs.
17
17
 
18
- This package focuses on three gaps common in real apps:
18
+ This package focuses on a few gaps common in real apps:
19
19
  - Durable storage backends beyond in‑memory defaults
20
- - Usable credential flows (Google/GitHub/Microsoft/X OAuth2, JWT, Basic)
21
- - FastAPI integration that accepts your credential service without hacks
20
+ - FastAPI integration with optional streaming (SSE/WS)
22
21
 
23
22
 
24
23
  ## Features
@@ -26,8 +25,7 @@ This package focuses on three gaps common in real apps:
26
25
  - Session services: SQL (SQLite/Postgres/MySQL), MongoDB, Redis, YAML files
27
26
  - Artifact services: Local folder (versioned), S3‑compatible, SQL, MongoDB
28
27
  - Memory services: SQL, MongoDB, Redis, YAML files (term search over text parts)
29
- - Credential services: Google/GitHub/Microsoft/X (OAuth2), JWT, HTTP Basic
30
- - Enhanced FastAPI wiring that respects a provided credential service
28
+ - Enhanced FastAPI wiring for ADK apps (with optional streaming)
31
29
  - Fluent builder (`AdkBuilder`) to assemble a FastAPI app or a Runner
32
30
  - A2A helpers for exposing/consuming agents (see below)
33
31
 
@@ -52,17 +50,17 @@ If you plan to use specific backends, also install their clients (examples):
52
50
  - MongoDB: `uv pip install pymongo`
53
51
  - Redis: `uv pip install redis`
54
52
  - S3: `uv pip install boto3`
55
- - JWT: `uv pip install PyJWT`
53
+
54
+ Note on credentials (0.2.7): This release removes custom credential services and URI helpers from this package. For outbound credentials used by tools, rely on ADK’s experimental BaseCredentialService (e.g., InMemory/SessionState) or your own ADK-compatible implementation. Inbound API authentication (protecting /run and streaming routes) will be provided as an optional FastAPI layer separately.
56
55
 
57
56
 
58
57
  ## Quickstart (FastAPI)
59
58
 
60
- Use the fluent builder to wire services and credentials. Then run with uvicorn.
59
+ Use the fluent builder to wire services. Then run with uvicorn.
61
60
 
62
61
  ```python
63
62
  # app.py
64
63
  from google_adk_extras import AdkBuilder
65
- from google_adk_extras.credentials import GoogleOAuth2CredentialService
66
64
 
67
65
  app = (
68
66
  AdkBuilder()
@@ -70,11 +68,7 @@ app = (
70
68
  .with_session_service("sqlite:///./sessions.db") # or: mongodb://, redis://, yaml://
71
69
  .with_artifact_service("local://./artifacts") # or: s3://bucket, mongodb://, sql://
72
70
  .with_memory_service("yaml://./memory") # or: redis://, mongodb://, sql://
73
- .with_credential_service(GoogleOAuth2CredentialService(
74
- client_id="…apps.googleusercontent.com",
75
- client_secret="…",
76
- scopes=["openid", "email", "profile"],
77
- ))
71
+ # credentials: rely on ADK defaults or pass an ADK BaseCredentialService if needed
78
72
  .with_web_ui(True) # serve ADK’s dev UI if assets available
79
73
  .with_agent_reload(True)
80
74
  .build_fastapi_app()
@@ -208,24 +202,8 @@ app = (
208
202
  ```
209
203
 
210
204
 
211
- ## Credential URI cheatsheet (optional)
212
-
213
- If you prefer URIs instead of constructing services:
214
-
215
- - Google OAuth2: `oauth2-google://client_id:secret@scopes=openid,email,profile`
216
- - GitHub OAuth2: `oauth2-github://client_id:secret@scopes=user,repo`
217
- - Microsoft OAuth2: `oauth2-microsoft://<tenant>/<client_id>:<secret>@scopes=User.Read`
218
- - X OAuth2: `oauth2-x://client_id:secret@scopes=tweet.read,users.read`
219
- - JWT: `jwt://<secret>@algorithm=HS256&issuer=my-app&audience=api.example.com&expiration_minutes=60`
220
- - Basic: `basic-auth://username:password@realm=My%20API`
221
-
222
- ```python
223
- cred = (
224
- AdkBuilder()
225
- .with_credential_service_uri("jwt://secret@issuer=my-app")
226
- ._create_credential_service()
227
- )
228
- ```
205
+ <!-- Credential URI helpers removed. Use ADK’s BaseCredentialService directly if needed,
206
+ and handle inbound API authentication at FastAPI level. -->
229
207
 
230
208
 
231
209
  ## Notes & limitations
@@ -6,6 +6,6 @@ These examples are kept small and runnable; see the `examples/` folder.
6
6
  - `examples/runner_basic.py` — runner without FastAPI.
7
7
  - `examples/custom_loader.py` — programmatic agents.
8
8
  - `examples/services/` — focused snippets per backend.
9
- - `examples/credentials/` focused credential usage.
9
+ (credential service examples removed; rely on ADK defaults)
10
10
 
11
11
  Install extras to match what you run, e.g. `uv pip install google-adk-extras[sql,yaml,web]`.
@@ -2,7 +2,7 @@ Examples
2
2
 
3
3
  This folder contains small, runnable examples that mirror the documentation. They are intentionally minimal and designed to be copy–pasted into your app.
4
4
 
5
- - fastapi_app.py — Build a FastAPI app with durable services and optional credentials.
5
+ - fastapi_app.py — Build a FastAPI app with durable services.
6
6
  - runner_basic.py — Build a Runner for programmatic use without FastAPI.
7
7
  - custom_loader.py — Register programmatic agents with `CustomAgentLoader`.
8
8
  - services/ — Focused snippets for sessions, artifacts, memory backends.
@@ -17,7 +17,6 @@ nav:
17
17
  - Streaming: streaming.md
18
18
  - Services:
19
19
  - Durable Services: services.md
20
- - Credentials: credentials.md
21
20
  - Programmatic Agents: agent-loading.md
22
21
  - URIs & Configuration: uris.md
23
22
  - Examples: examples.md
@@ -50,7 +49,7 @@ plugins:
50
49
  Durable Services:
51
50
  - services.md: Sessions, artifacts, memory backends and trade-offs
52
51
  Credentials:
53
- - credentials.md: OAuth2 (Google/GitHub/Microsoft/X), JWT, Basic Auth
52
+ # credentials docs removed; use ADK documentation for outbound creds
54
53
  Programmatic Agents:
55
54
  - agent-loading.md: Custom loaders and in-memory registrations
56
55
  Configuration:
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "google-adk-extras"
3
- version = "0.2.6"
4
- description = "Production-ready services, credentials, and FastAPI wiring for Google ADK"
3
+ version = "0.2.7"
4
+ description = "Production-ready services and FastAPI wiring for Google ADK"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10,<3.13"
7
7
  authors = [
@@ -38,6 +38,20 @@ all = [
38
38
  "google-adk-extras[sql,mongodb,redis,yaml,s3,jwt,web,docs]",
39
39
  ]
40
40
 
41
+ [tool.ruff]
42
+ line-length = 100
43
+ target-version = "py312"
44
+
45
+ [tool.ruff.lint]
46
+ select = ["E", "F"]
47
+ ignore = [
48
+ "F401", # unused-import (common in optional backends)
49
+ "F841", # unused-variable (tests and examples)
50
+ "F821", # undefined-name (forward-ref type strings in optional extras)
51
+ "E402", # module-import-not-at-top-of-file (test-only patterns)
52
+ "E501", # line-too-long (permissive until we tighten rules)
53
+ ]
54
+
41
55
  [build-system]
42
56
  requires = ["setuptools>=45", "wheel"]
43
57
  build-backend = "setuptools.build_meta"
@@ -1,4 +1,4 @@
1
- """Production-ready services, credentials, and FastAPI wiring for Google ADK.
1
+ """Production-ready services and FastAPI wiring for Google ADK.
2
2
 
3
3
  Public API surface:
4
4
  - AdkBuilder
@@ -11,7 +11,7 @@ Service groups are exposed via subpackages:
11
11
  - google_adk_extras.sessions
12
12
  - google_adk_extras.artifacts
13
13
  - google_adk_extras.memory
14
- - google_adk_extras.credentials
14
+ (credential services are provided by ADK; no custom extras here)
15
15
  """
16
16
 
17
17
  from .adk_builder import AdkBuilder
@@ -28,4 +28,4 @@ __all__ = [
28
28
  "CustomAgentLoader",
29
29
  ]
30
30
 
31
- __version__ = "0.2.6"
31
+ __version__ = "0.2.7"