briefcase-python 2.4.1

Python bindings for Briefcase AI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""
Semantic conventions for Briefcase SDK.

This module provides standardized attribute names for telemetry data
to ensure consistency across all integrations and features.
"""

from briefcase.semantic_conventions import lakefs
from briefcase.semantic_conventions import workflow
from briefcase.semantic_conventions import rag
from briefcase.semantic_conventions import external_data
from briefcase.semantic_conventions import cowork

__all__ = ["lakefs", "workflow", "rag", "external_data", "cowork"]