CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/tracium/__init__.py
src/tracium/py.typed
src/tracium.egg-info/PKG-INFO
src/tracium.egg-info/SOURCES.txt
src/tracium.egg-info/dependency_links.txt
src/tracium.egg-info/requires.txt
src/tracium.egg-info/top_level.txt
src/tracium/api/__init__.py
src/tracium/api/endpoints.py
src/tracium/api/http_client.py
src/tracium/context/__init__.py
src/tracium/context/tenant_context.py
src/tracium/context/trace_context.py
src/tracium/core/__init__.py
src/tracium/core/client.py
src/tracium/core/config.py
src/tracium/core/version.py
src/tracium/helpers/__init__.py
src/tracium/helpers/background_sender.py
src/tracium/helpers/call_hierarchy.py
src/tracium/helpers/global_state.py
src/tracium/helpers/logging_config.py
src/tracium/helpers/parallel_tracker.py
src/tracium/helpers/retry.py
src/tracium/helpers/security.py
src/tracium/helpers/thread_helpers.py
src/tracium/helpers/validation.py
src/tracium/helpers/version_check.py
src/tracium/instrumentation/__init__.py
src/tracium/instrumentation/auto_detection.py
src/tracium/instrumentation/auto_instrumentation.py
src/tracium/instrumentation/auto_trace_tracker.py
src/tracium/instrumentation/decorators.py
src/tracium/instrumentation/thread_propagation.py
src/tracium/instrumentation/web_frameworks/__init__.py
src/tracium/instrumentation/web_frameworks/asgi.py
src/tracium/instrumentation/web_frameworks/celery.py
src/tracium/instrumentation/web_frameworks/django.py
src/tracium/instrumentation/web_frameworks/fastapi.py
src/tracium/instrumentation/web_frameworks/flask.py
src/tracium/instrumentation/web_frameworks/generic.py
src/tracium/integrations/__init__.py
src/tracium/integrations/_shared.py
src/tracium/integrations/google.py
src/tracium/integrations/langchain.py
src/tracium/integrations/langgraph.py
src/tracium/integrations/openai.py
src/tracium/integrations/openai_realtime.py
src/tracium/integrations/anthropic/__init__.py
src/tracium/integrations/anthropic/context_manager.py
src/tracium/integrations/anthropic/patch.py
src/tracium/integrations/anthropic/stream_wrappers.py
src/tracium/integrations/anthropic/tracing.py
src/tracium/integrations/anthropic/utils.py
src/tracium/integrations/http_capture/__init__.py
src/tracium/integrations/http_capture/adapter_requests.py
src/tracium/integrations/http_capture/aws_eventstream.py
src/tracium/integrations/http_capture/bedrock_stream.py
src/tracium/integrations/http_capture/dedup.py
src/tracium/integrations/http_capture/emit.py
src/tracium/integrations/http_capture/providers.py
src/tracium/integrations/http_capture/sse.py
src/tracium/integrations/http_capture/transport_httpx.py
src/tracium/models/__init__.py
src/tracium/models/span_handle.py
src/tracium/models/trace_handle.py
src/tracium/models/trace_state.py
src/tracium/utils/__init__.py
src/tracium/utils/datetime_utils.py
src/tracium/utils/payload_sanitizer.py
src/tracium/utils/span_registry.py
src/tracium/utils/tags.py
src/tracium/utils/tool_call_registry.py
src/tracium/utils/validation.py
tests/__init__.py
tests/conftest.py
tests/test_api/__init__.py
tests/test_api/test_http_client.py
tests/test_context/__init__.py
tests/test_context/test_async_context.py
tests/test_context/test_tenant_context.py
tests/test_context/test_thread_helpers.py
tests/test_context/test_trace_context.py
tests/test_core/__init__.py
tests/test_core/test_client.py
tests/test_helpers/__init__.py
tests/test_helpers/test_background_sender_lifecycle.py
tests/test_helpers/test_call_hierarchy.py
tests/test_helpers/test_parallel_tracker.py
tests/test_helpers/test_retry.py
tests/test_helpers/test_validation.py
tests/test_instrumentation/__init__.py
tests/test_instrumentation/test_auto_detection.py
tests/test_instrumentation/test_auto_trace_fanout.py
tests/test_instrumentation/test_thread_propagation.py
tests/test_instrumentation/test_web_frameworks/test_asgi_middleware.py
tests/test_integrations/test_anthropic_utils.py
tests/test_integrations/test_openai.py
tests/test_integrations/test_openai_realtime.py
tests/test_integrations/test_http_capture/__init__.py
tests/test_integrations/test_http_capture/test_adapter_requests.py
tests/test_integrations/test_http_capture/test_anthropic_cache_creation.py
tests/test_integrations/test_http_capture/test_anthropic_files.py
tests/test_integrations/test_http_capture/test_bedrock_streaming.py
tests/test_integrations/test_http_capture/test_dedup.py
tests/test_integrations/test_http_capture/test_emit.py
tests/test_integrations/test_http_capture/test_openai_operations.py
tests/test_integrations/test_http_capture/test_provider_extensions.py
tests/test_integrations/test_http_capture/test_providers.py
tests/test_integrations/test_http_capture/test_sse.py
tests/test_integrations/test_http_capture/test_transport_httpx.py
tests/test_models/__init__.py
tests/test_models/test_combine_llm_info.py
tests/test_models/test_extract_system_prompt.py
tests/test_models/test_trace_handle.py
tests/test_utils/__init__.py
tests/test_utils/test_payload_sanitizer.py
tests/test_utils/test_tool_call_registry.py