Databricks SDK Python v0.115.0: Improved AI Agent Detection
sdkaidatabricksengineer
feature
The Databricks SDK for Python version 0.115.0 now respects the Vercel AI_AGENT environment variable for User-Agent detection. This change ensures that custom AI agent identifiers are passed through more accurately, allowing for better visibility into agent usage. The update benefits users employing custom AI agents with specific versioning.
Enhancements (1) ›
- Enhance User-Agent header for AI agent detection
The SDK now honors the Vercel `AI_AGENT=` environment variable as a fallback for AI agent detection in the User-Agent header. Unrecognized fallback values are now passed through as-is, sanitized and length-capped, instead of being coerced to `agent/unknown`.
Read the original announcement →
https://github.com/databricks/databricks-sdk-py/releases/tag/v0.115.0
