README.md
pyproject.toml
setup.py
src/clue_python_sdk_core/__init__.py
src/clue_python_sdk_core/_internal_log.py
src/clue_python_sdk_core/_version.py
src/clue_python_sdk_core/adapters.py
src/clue_python_sdk_core/bootstrap.py
src/clue_python_sdk_core/celery.py
src/clue_python_sdk_core/client.py
src/clue_python_sdk_core/contracts.py
src/clue_python_sdk_core/event_size.py
src/clue_python_sdk_core/http_extraction.py
src/clue_python_sdk_core/orm.py
src/clue_python_sdk_core/otel_bridge.py
src/clue_python_sdk_core/parameter_snapshot.py
src/clue_python_sdk_core/privacy.py
src/clue_python_sdk_core/requests_instrumentation.py
src/clue_python_sdk_core/resources.py
src/clue_python_sdk_core/runtime.py
src/clue_python_sdk_core.egg-info/PKG-INFO
src/clue_python_sdk_core.egg-info/SOURCES.txt
src/clue_python_sdk_core.egg-info/dependency_links.txt
src/clue_python_sdk_core.egg-info/requires.txt
src/clue_python_sdk_core.egg-info/top_level.txt
src/clue_python_sdk_core/context/__init__.py
src/clue_python_sdk_core/context/parameter_snapshot.py
src/clue_python_sdk_core/exporter/__init__.py
src/clue_python_sdk_core/exporter/adapters.py
src/clue_python_sdk_core/exporter/ai_pricing.py
src/clue_python_sdk_core/exporter/client.py
src/clue_python_sdk_core/exporter/contracts.py
src/clue_python_sdk_core/exporter/event_size.py
src/clue_python_sdk_core/exporter/observation_source_event_exporter.py
src/clue_python_sdk_core/exporter/otel_bridge.py
src/clue_python_sdk_core/exporter/privacy.py
src/clue_python_sdk_core/instrumentation/__init__.py
src/clue_python_sdk_core/instrumentation/celery.py
src/clue_python_sdk_core/instrumentation/http_extraction.py
src/clue_python_sdk_core/instrumentation/orm.py
src/clue_python_sdk_core/instrumentation/requests.py
src/clue_python_sdk_core/provider/__init__.py
src/clue_python_sdk_core/provider/bootstrap.py
src/clue_python_sdk_core/provider/resources.py
src/clue_python_sdk_core/provider/runtime.py
tests/test_adapters.py
tests/test_ai_pricing.py
tests/test_bootstrap.py
tests/test_canonical_endpoint_live.py
tests/test_celery_instrumentation.py
tests/test_client.py
tests/test_contract_compliance.py
tests/test_mcp_protocol_event.py
tests/test_mcp_sampling_event.py
tests/test_observation_source_event_exporter.py
tests/test_orm.py
tests/test_orm_sqlalchemy_integration.py
tests/test_otel_bridge.py
tests/test_otel_span_to_canonical_mapping.py
tests/test_parallel_export.py
tests/test_pii_scrub_live.py
tests/test_privacy.py
tests/test_privacy_parity.py
tests/test_prompt_access_event.py
tests/test_requests_instrumentation.py
tests/test_requests_url_scrub.py
tests/test_resource_access_event.py
tests/test_runtime.py
tests/test_runtime_helpers.py
tests/test_shared_clients.py
tests/test_sql_statement_scrub.py