بنقرة واحدة
python-sdk
يحتوي python-sdk على 2 من skills المجمعة من honeyhiveai، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Build or update SDK integration examples for AI frameworks. Use when asked to update, create, or review a framework example in python-sdk/examples/integrations/. Covers framework API research, example writing, smoke testing, span capture, tracing sanity checks, and creating/updating the corresponding integration doc in honeyhive-ai-docs.
Use when upgrading customer code that imports `honeyhive` to >= 1.0.0rc22 from rc21 or earlier. Covers the typed-Pydantic-model migration on `client.events`, `client.datapoints`, `client.datasets`, and `client.metrics` (dict subscript → attribute access on nested response fields), the OpenTelemetry minimum bump (1.20 → 1.41), and the `event_type` Pydantic-required tightening on event creation.