airbyte-agent-slack 0.1.30__tar.gz → 0.1.32__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.
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/CHANGELOG.md +10 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/PKG-INFO +3 -3
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/README.md +2 -2
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/introspection.py +12 -5
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/connector.py +6 -1
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/pyproject.toml +1 -1
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/.gitignore +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/AUTH.md +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/REFERENCE.md +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/__init__.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/__init__.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/auth_strategies.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/cloud_utils/client.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/connector_model_loader.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/executor/local_executor.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/observability/config.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/schema/base.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/schema/security.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/types.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/connector_sdk/validation.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/connector_model.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/models.py +0 -0
- {airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/types.py +0 -0
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Slack changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.32] - 2026-01-28
|
|
4
|
+
- Updated connector definition (YAML version 0.1.10)
|
|
5
|
+
- Source commit: 97007bbd
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
8
|
+
## [0.1.31] - 2026-01-28
|
|
9
|
+
- Updated connector definition (YAML version 0.1.10)
|
|
10
|
+
- Source commit: f6c6fca2
|
|
11
|
+
- SDK version: 0.1.0
|
|
12
|
+
|
|
3
13
|
## [0.1.30] - 2026-01-28
|
|
4
14
|
- Updated connector definition (YAML version 0.1.10)
|
|
5
15
|
- Source commit: 9aef9bd2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: airbyte-agent-slack
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.32
|
|
4
4
|
Summary: Airbyte Slack Connector for AI platforms
|
|
5
5
|
Project-URL: Homepage, https://github.com/airbytehq/airbyte-agent-connectors
|
|
6
6
|
Project-URL: Documentation, https://docs.airbyte.com/ai-agents/
|
|
@@ -158,6 +158,6 @@ See the official [Slack API reference](https://api.slack.com/methods).
|
|
|
158
158
|
|
|
159
159
|
## Version information
|
|
160
160
|
|
|
161
|
-
- **Package version:** 0.1.
|
|
161
|
+
- **Package version:** 0.1.32
|
|
162
162
|
- **Connector version:** 0.1.10
|
|
163
|
-
- **Generated with Connector SDK commit SHA:**
|
|
163
|
+
- **Generated with Connector SDK commit SHA:** 97007bbdad3a6ac982ee2c0cdd667acdb5c12d3c
|
|
@@ -125,6 +125,6 @@ See the official [Slack API reference](https://api.slack.com/methods).
|
|
|
125
125
|
|
|
126
126
|
## Version information
|
|
127
127
|
|
|
128
|
-
- **Package version:** 0.1.
|
|
128
|
+
- **Package version:** 0.1.32
|
|
129
129
|
- **Connector version:** 0.1.10
|
|
130
|
-
- **Generated with Connector SDK commit SHA:**
|
|
130
|
+
- **Generated with Connector SDK commit SHA:** 97007bbdad3a6ac982ee2c0cdd667acdb5c12d3c
|
|
@@ -380,7 +380,11 @@ def describe_entities(model: ConnectorModelProtocol) -> list[dict[str, Any]]:
|
|
|
380
380
|
return entities
|
|
381
381
|
|
|
382
382
|
|
|
383
|
-
def generate_tool_description(
|
|
383
|
+
def generate_tool_description(
|
|
384
|
+
model: ConnectorModelProtocol,
|
|
385
|
+
*,
|
|
386
|
+
enable_hosted_mode_features: bool = True,
|
|
387
|
+
) -> str:
|
|
384
388
|
"""Generate AI tool description from connector metadata.
|
|
385
389
|
|
|
386
390
|
Produces a detailed description that includes:
|
|
@@ -393,6 +397,7 @@ def generate_tool_description(model: ConnectorModelProtocol) -> str:
|
|
|
393
397
|
|
|
394
398
|
Args:
|
|
395
399
|
model: Object conforming to ConnectorModelProtocol (e.g., ConnectorModel)
|
|
400
|
+
enable_hosted_mode_features: When False, omit hosted-mode search guidance from the docstring.
|
|
396
401
|
|
|
397
402
|
Returns:
|
|
398
403
|
Formatted description string suitable for AI tool documentation
|
|
@@ -402,8 +407,9 @@ def generate_tool_description(model: ConnectorModelProtocol) -> str:
|
|
|
402
407
|
# at the first empty line and only keeps the initial section.
|
|
403
408
|
|
|
404
409
|
# Entity/action parameter details (including pagination params like limit, starting_after)
|
|
405
|
-
search_field_paths = _collect_search_field_paths(model)
|
|
406
|
-
|
|
410
|
+
search_field_paths = _collect_search_field_paths(model) if enable_hosted_mode_features else {}
|
|
411
|
+
# Avoid a "PARAMETERS:" header because some docstring parsers treat it as a params section marker.
|
|
412
|
+
lines.append("ENTITIES (ACTIONS + PARAMS):")
|
|
407
413
|
for entity in model.entities:
|
|
408
414
|
lines.append(f" {entity.name}:")
|
|
409
415
|
actions = getattr(entity, "actions", []) or []
|
|
@@ -427,8 +433,9 @@ def generate_tool_description(model: ConnectorModelProtocol) -> str:
|
|
|
427
433
|
lines.append(" To paginate: pass starting_after=<last_id> while has_more is true")
|
|
428
434
|
|
|
429
435
|
lines.append("GUIDELINES:")
|
|
430
|
-
|
|
431
|
-
|
|
436
|
+
if enable_hosted_mode_features:
|
|
437
|
+
lines.append(' - Prefer cached search over direct API calls when using execute(): action="search" whenever possible.')
|
|
438
|
+
lines.append(" - Direct API actions (list/get/download) are slower and should be used only if search cannot answer the query.")
|
|
432
439
|
lines.append(" - Keep results small: use params.fields, params.query.filter, small params.limit, and cursor pagination.")
|
|
433
440
|
lines.append(" - If output is too large, refine the query with tighter filters/fields/limit.")
|
|
434
441
|
|
|
@@ -427,6 +427,7 @@ class SlackConnector:
|
|
|
427
427
|
func: _F | None = None,
|
|
428
428
|
*,
|
|
429
429
|
update_docstring: bool = True,
|
|
430
|
+
enable_hosted_mode_features: bool = True,
|
|
430
431
|
max_output_chars: int | None = DEFAULT_MAX_OUTPUT_CHARS,
|
|
431
432
|
) -> _F | Callable[[_F], _F]:
|
|
432
433
|
"""
|
|
@@ -445,12 +446,16 @@ class SlackConnector:
|
|
|
445
446
|
|
|
446
447
|
Args:
|
|
447
448
|
update_docstring: When True, append connector capabilities to __doc__.
|
|
449
|
+
enable_hosted_mode_features: When False, omit hosted-mode search sections from docstrings.
|
|
448
450
|
max_output_chars: Max serialized output size before raising. Use None to disable.
|
|
449
451
|
"""
|
|
450
452
|
|
|
451
453
|
def decorate(inner: _F) -> _F:
|
|
452
454
|
if update_docstring:
|
|
453
|
-
description = generate_tool_description(
|
|
455
|
+
description = generate_tool_description(
|
|
456
|
+
SlackConnectorModel,
|
|
457
|
+
enable_hosted_mode_features=enable_hosted_mode_features,
|
|
458
|
+
)
|
|
454
459
|
original_doc = inner.__doc__ or ""
|
|
455
460
|
if original_doc.strip():
|
|
456
461
|
full_doc = f"{original_doc.strip()}\n{description}"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/_vendored/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_agent_slack-0.1.30 → airbyte_agent_slack-0.1.32}/airbyte_agent_slack/connector_model.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|