We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4405ebe commit ab930adCopy full SHA for ab930ad
1 file changed
src/strands_tools/apify.py
@@ -77,6 +77,7 @@
77
except ImportError:
78
HAS_APIFY_CLIENT = False
79
80
+# Attribution header - lets Apify track usage originating from strands-agents (analytics only)
81
TRACKING_HEADER = {"x-apify-integration-platform": "strands-agents"}
82
ERROR_PANEL_TITLE = "[bold red]Apify Error[/bold red]"
83
DEFAULT_TIMEOUT_SECS = 300
0 commit comments