LICENSE
MANIFEST.in
README.md
pyproject.toml
insightfinderai/__init__.py
insightfinderai/client.py
insightfinderai/config.py
insightfinderai/conversation.py
insightfinderai.egg-info/PKG-INFO
insightfinderai.egg-info/SOURCES.txt
insightfinderai.egg-info/dependency_links.txt
insightfinderai.egg-info/requires.txt
insightfinderai.egg-info/top_level.txt
insightfinderai/model/__init__.py
insightfinderai/model/batch_chat_result.py
insightfinderai/model/batch_evaluation_result.py
insightfinderai/model/chat_response.py
insightfinderai/model/evaluation_result.py
tests/__init__.py
tests/simple_batch_eval_test.py
tests/simple_batch_test.py
tests/simple_chat_test.py
tests/simple_context_test.py
tests/simple_evaluation_test.py
tests/simple_history_test.py
tests/simple_safety_test.py
tests/simple_save_load_test.py
tests/simple_session_test.py
tests/test_object_responses.py
tests/test_sdk.py