LICENSE
README.md
pyproject.toml
setup.py
src/pydantic_llm_tester/__init__.py
src/pydantic_llm_tester/llm_tester.py
src/pydantic_llm_tester.egg-info/PKG-INFO
src/pydantic_llm_tester.egg-info/SOURCES.txt
src/pydantic_llm_tester.egg-info/dependency_links.txt
src/pydantic_llm_tester.egg-info/entry_points.txt
src/pydantic_llm_tester.egg-info/requires.txt
src/pydantic_llm_tester.egg-info/top_level.txt
src/pydantic_llm_tester/cli/__init__.py
src/pydantic_llm_tester/cli/interactive_ui.py
src/pydantic_llm_tester/cli/main.py
src/pydantic_llm_tester/cli/commands/__init__.py
src/pydantic_llm_tester/cli/commands/configure.py
src/pydantic_llm_tester/cli/commands/interactive.py
src/pydantic_llm_tester/cli/commands/paths.py
src/pydantic_llm_tester/cli/commands/providers.py
src/pydantic_llm_tester/cli/commands/recommend.py
src/pydantic_llm_tester/cli/commands/run.py
src/pydantic_llm_tester/cli/commands/scaffold.py
src/pydantic_llm_tester/cli/commands/schemas.py
src/pydantic_llm_tester/cli/core/__init__.py
src/pydantic_llm_tester/cli/core/config_logic.py
src/pydantic_llm_tester/cli/core/llm_model_logic.py
src/pydantic_llm_tester/cli/core/provider_logic.py
src/pydantic_llm_tester/cli/core/recommend_logic.py
src/pydantic_llm_tester/cli/core/scaffold_logic.py
src/pydantic_llm_tester/cli/core/schema_logic.py
src/pydantic_llm_tester/cli/core/test_runner_logic.py
src/pydantic_llm_tester/cli/templates/__init__.py
src/pydantic_llm_tester/llms/__init__.py
src/pydantic_llm_tester/llms/base.py
src/pydantic_llm_tester/llms/llm_registry.py
src/pydantic_llm_tester/llms/provider_factory.py
src/pydantic_llm_tester/llms/anthropic/__init__.py
src/pydantic_llm_tester/llms/anthropic/provider.py
src/pydantic_llm_tester/llms/google/__init__.py
src/pydantic_llm_tester/llms/google/provider.py
src/pydantic_llm_tester/llms/mistral/__init__.py
src/pydantic_llm_tester/llms/mistral/provider.py
src/pydantic_llm_tester/llms/mock/__init__.py
src/pydantic_llm_tester/llms/mock/provider.py
src/pydantic_llm_tester/llms/openai/__init__.py
src/pydantic_llm_tester/llms/openai/provider.py
src/pydantic_llm_tester/llms/openrouter/__init__.py
src/pydantic_llm_tester/llms/openrouter/provider.py
src/pydantic_llm_tester/llms/pydantic_ai/__init__.py
src/pydantic_llm_tester/llms/pydantic_ai/provider.py
src/pydantic_llm_tester/py_models/__init__.py
src/pydantic_llm_tester/py_models/integration_tests/__init__.py
src/pydantic_llm_tester/py_models/integration_tests/model.py
src/pydantic_llm_tester/py_models/integration_tests/tests/__init__.py
src/pydantic_llm_tester/py_models/integration_tests/tests/expected/__init__.py
src/pydantic_llm_tester/py_models/integration_tests/tests/prompts/__init__.py
src/pydantic_llm_tester/py_models/integration_tests/tests/sources/__init__.py
src/pydantic_llm_tester/py_models/job_ads/__init__.py
src/pydantic_llm_tester/py_models/job_ads/model.py
src/pydantic_llm_tester/py_models/job_ads/tests/__init__.py
src/pydantic_llm_tester/py_models/job_ads/tests/expected/__init__.py
src/pydantic_llm_tester/py_models/job_ads/tests/prompts/__init__.py
src/pydantic_llm_tester/py_models/job_ads/tests/sources/__init__.py
src/pydantic_llm_tester/py_models/product_descriptions/__init__.py
src/pydantic_llm_tester/py_models/product_descriptions/model.py
src/pydantic_llm_tester/py_models/product_descriptions/tests/__init__.py
src/pydantic_llm_tester/py_models/product_descriptions/tests/expected/__init__.py
src/pydantic_llm_tester/py_models/product_descriptions/tests/prompts/__init__.py
src/pydantic_llm_tester/py_models/product_descriptions/tests/sources/__init__.py
src/pydantic_llm_tester/tests/__init__.py
src/pydantic_llm_tester/utils/__init__.py
src/pydantic_llm_tester/utils/common.py
src/pydantic_llm_tester/utils/config_manager.py
src/pydantic_llm_tester/utils/cost_manager.py
src/pydantic_llm_tester/utils/mock_responses.py
src/pydantic_llm_tester/utils/module_discovery.py
src/pydantic_llm_tester/utils/prompt_optimizer.py
src/pydantic_llm_tester/utils/provider_manager.py
src/pydantic_llm_tester/utils/reload_providers.py
src/pydantic_llm_tester/utils/report_generator.py
tests/test_accuracy_calculation.py
tests/test_config_manager.py
tests/test_llm_registry.py
tests/test_llm_tester.py
tests/test_mock_provider.py
tests/test_mock_responses.py
tests/test_openrouter_provider.py
tests/test_provider_connections.py
tests/test_provider_factory.py
tests/test_provider_integration.py
tests/test_provider_manager_refactored.py
tests/test_refactored_accuracy.py