LICENSE
README.md
pyproject.toml
setup.py
brokle/__init__.py
brokle/_base_client.py
brokle/_client.py
brokle/config.py
brokle/decorators.py
brokle/evaluate.py
brokle/exporter.py
brokle/hooks.py
brokle/integration.py
brokle/masking_exporter.py
brokle/processor.py
brokle/version.py
brokle.egg-info/PKG-INFO
brokle.egg-info/SOURCES.txt
brokle.egg-info/dependency_links.txt
brokle.egg-info/requires.txt
brokle.egg-info/top_level.txt
brokle/_http/__init__.py
brokle/_http/client.py
brokle/_utils/__init__.py
brokle/_utils/sync.py
brokle/annotations/__init__.py
brokle/annotations/_managers.py
brokle/annotations/exceptions.py
brokle/annotations/types.py
brokle/datasets/__init__.py
brokle/datasets/_managers.py
brokle/datasets/dataset.py
brokle/datasets/exceptions.py
brokle/datasets/types.py
brokle/examples/basic_usage.py
brokle/examples/langchain_integration.py
brokle/examples/llamaindex_integration.py
brokle/examples/wrapper_usage.py
brokle/experiments/__init__.py
brokle/experiments/_manager.py
brokle/experiments/exceptions.py
brokle/experiments/types.py
brokle/integrations/__init__.py
brokle/integrations/crewai.py
brokle/integrations/langchain.py
brokle/integrations/llamaindex.py
brokle/logs/__init__.py
brokle/logs/provider.py
brokle/metrics/__init__.py
brokle/metrics/constants.py
brokle/metrics/instruments.py
brokle/metrics/provider.py
brokle/observations/__init__.py
brokle/observations/types.py
brokle/observations/wrapper.py
brokle/prompts/__init__.py
brokle/prompts/_base.py
brokle/prompts/_managers.py
brokle/prompts/cache.py
brokle/prompts/compiler.py
brokle/prompts/exceptions.py
brokle/prompts/prompt.py
brokle/prompts/types.py
brokle/query/__init__.py
brokle/query/_managers.py
brokle/query/exceptions.py
brokle/query/types.py
brokle/scorers/__init__.py
brokle/scorers/base.py
brokle/scorers/base_evaluator.py
brokle/scorers/decorator.py
brokle/scorers/factuality.py
brokle/scorers/llm_scorer.py
brokle/scorers/quality.py
brokle/scorers/rag.py
brokle/scorers/relevance.py
brokle/scorers/safety.py
brokle/scores/__init__.py
brokle/scores/_managers.py
brokle/scores/exceptions.py
brokle/scores/types.py
brokle/streaming/__init__.py
brokle/streaming/accumulator.py
brokle/streaming/metrics.py
brokle/streaming/wrappers.py
brokle/transport/__init__.py
brokle/transport/factory.py
brokle/types/__init__.py
brokle/types/attributes.py
brokle/utils/__init__.py
brokle/utils/attributes.py
brokle/utils/masking.py
brokle/utils/serializer.py
brokle/utils/validation.py
brokle/wrappers/__init__.py
brokle/wrappers/_common.py
brokle/wrappers/_extractors.py
brokle/wrappers/_factory.py
brokle/wrappers/_provider_config.py
brokle/wrappers/anthropic.py
brokle/wrappers/azure_openai.py
brokle/wrappers/bedrock.py
brokle/wrappers/cohere.py
brokle/wrappers/google.py
brokle/wrappers/mistral.py
brokle/wrappers/openai.py
tests/test_compiler.py
tests/test_enabled.py
tests/test_event_serializer.py
tests/test_input_output.py
tests/test_integration.py
tests/test_llm_scorer.py
tests/test_masking.py
tests/test_masking_exporter.py
tests/test_otel_resource.py
tests/test_prompt_fallback.py
tests/test_prompt_linking.py
tests/test_serialization_edge_cases.py
tests/test_streaming_wrappers.py