LICENSE
MANIFEST.in
README.md
pyproject.toml
src/somia/__init__.py
src/somia/_http.py
src/somia/client.py
src/somia/constants.py
src/somia/eval.py
src/somia/exceptions.py
src/somia/models.py
src/somia/streaming.py
src/somia/trace.py
src/somia.egg-info/PKG-INFO
src/somia.egg-info/SOURCES.txt
src/somia.egg-info/dependency_links.txt
src/somia.egg-info/requires.txt
src/somia.egg-info/top_level.txt
src/somia/integrations/__init__.py
src/somia/integrations/langgraph.py
src/somia/resources/__init__.py
src/somia/resources/base.py
src/somia/resources/criteria.py
src/somia/resources/documents.py
src/somia/resources/eval_profiles.py
src/somia/resources/knowledge_bases.py
src/somia/resources/pipelines.py
src/somia/resources/traces.py
src/somia/resources/validation_sets.py
src/somia/resources/workspaces.py
src/somia/types/__init__.py
src/somia/types/common.py
src/somia/types/evaluation.py
src/somia/types/knowledge_base.py
src/somia/types/pipeline.py
src/somia/types/trace.py
src/somia/types/validation.py
src/somia/types/workspace.py
tests/test_callback_handler.py
tests/test_client.py
tests/test_eval.py
tests/test_exceptions.py
tests/test_http.py
tests/test_integrations.py
tests/test_resources.py
tests/test_resources_rollout.py
tests/test_streaming.py
tests/test_trace.py