README.md
pyproject.toml
scope3ai/__init__.py
scope3ai/lib.py
scope3ai/worker.py
scope3ai.egg-info/PKG-INFO
scope3ai.egg-info/SOURCES.txt
scope3ai.egg-info/dependency_links.txt
scope3ai.egg-info/requires.txt
scope3ai.egg-info/top_level.txt
scope3ai/api/__init__.py
scope3ai/api/client.py
scope3ai/api/defaults.py
scope3ai/api/tracer.py
scope3ai/api/types.py
scope3ai/api/typesgen.py
scope3ai/tracers/anthropic/chat.py
scope3ai/tracers/anthropic/instrument.py
scope3ai/tracers/cohere/chat.py
scope3ai/tracers/cohere/chat_v2.py
scope3ai/tracers/cohere/instrument.py
scope3ai/tracers/huggingface/chat.py
scope3ai/tracers/huggingface/instrument.py
scope3ai/tracers/huggingface/speech_to_text.py
scope3ai/tracers/huggingface/text_to_image.py
scope3ai/tracers/huggingface/text_to_speech.py
scope3ai/tracers/huggingface/translation.py
scope3ai/tracers/huggingface/utils.py
scope3ai/tracers/litellm/chat.py
scope3ai/tracers/litellm/instrument.py
scope3ai/tracers/openai/chat.py
scope3ai/tracers/openai/instrument.py
tests/test_anthropic_tracer.py
tests/test_api.py
tests/test_cohere_tracer.py
tests/test_cohere_tracer_v2.py
tests/test_huggingface_tracer.py
tests/test_liteml_tracer.py
tests/test_openai_tracer.py
tests/test_tracer.py
tests/test_worker.py