LICENSE
README.md
pyproject.toml
src/bir/__init__.py
src/bir/_sdk.py
src/bir/cli.py
src/bir/evals.py
src/bir/py.typed
src/bir/integrations/__init__.py
src/bir/integrations/_common.py
src/bir/integrations/anthropic.py
src/bir/integrations/bedrock.py
src/bir/integrations/cohere.py
src/bir/integrations/google.py
src/bir/integrations/langchain.py
src/bir/integrations/litellm.py
src/bir/integrations/llamaindex.py
src/bir/integrations/mistral.py
src/bir/integrations/openai.py
src/bir/integrations/openai_agents.py
src/bir/integrations/otel.py
src/bir/integrations/vertexai.py
src/bir_sdk.egg-info/PKG-INFO
src/bir_sdk.egg-info/SOURCES.txt
src/bir_sdk.egg-info/dependency_links.txt
src/bir_sdk.egg-info/entry_points.txt
src/bir_sdk.egg-info/requires.txt
src/bir_sdk.egg-info/top_level.txt
tests/test_anthropic_integration.py
tests/test_bedrock_integration.py
tests/test_cli.py
tests/test_cohere_integration.py
tests/test_custom_redaction.py
tests/test_docs_ci.py
tests/test_evals.py
tests/test_examples.py
tests/test_experiment_contract.py
tests/test_google_integration.py
tests/test_langchain_integration.py
tests/test_litellm_integration.py
tests/test_llamaindex_integration.py
tests/test_mistral_integration.py
tests/test_model_prices.py
tests/test_openai_agents_integration.py
tests/test_openai_integration.py
tests/test_otel_integration.py
tests/test_packaging.py
tests/test_redaction_parity.py
tests/test_sdk.py
tests/test_vertexai_integration.py