README.md
pyproject.toml
setup.py
fallom/__init__.py
fallom/models.py
fallom/prompts.py
fallom.egg-info/PKG-INFO
fallom.egg-info/SOURCES.txt
fallom.egg-info/dependency_links.txt
fallom.egg-info/requires.txt
fallom.egg-info/top_level.txt
fallom/evals/__init__.py
fallom/evals/core.py
fallom/evals/helpers.py
fallom/evals/prompts.py
fallom/evals/types.py
fallom/trace/__init__.py
fallom/trace/core.py
fallom/trace/session.py
fallom/trace/types.py
fallom/trace/utils.py
fallom/trace/wrappers/__init__.py
fallom/trace/wrappers/anthropic.py
fallom/trace/wrappers/google_ai.py
fallom/trace/wrappers/langchain.py
fallom/trace/wrappers/openai.py
tests/test_integration.py
tests/test_models.py
tests/test_prompts.py
tests/test_trace.py