CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/README.md
docs/all-providers-guide.md
docs/audio_processing.md
docs/caching.md
docs/cheat_sheet.md
docs/command_reference.md
docs/error_handling.md
docs/files.md
docs/ollama-capabilities.md
docs/provider_troubleshooting.md
docs/readme_api_key_guide.md
docs/reliability_guide.md
docs/security_guide.md
docs/test_dashboard.md
docs/testing-setup.md
docs/testing_guide.md
docs/vector_extensions.md
examples/README.md
examples/ask_parameters_demo.py
examples/audio_generation_demo.py
examples/audio_quickstart.py
examples/audio_transcription_demo.py
examples/complete_content_workflow.py
examples/demo_audio.wav
examples/document_ai_demo.py
examples/environment_isolation_example.py
examples/fastchat_example.py
examples/files_demo.py
examples/files_quickstart.py
examples/generated_speech.mp3
examples/getting_started.py
examples/image_generation_demo.py
examples/interactive_setup_example.py
examples/knowledge_example.py
examples/main.py
examples/model_validation.py
examples/parallel_usage_tracking_example.py
examples/sample_document.pdf
examples/sample_report.pdf
examples/setup_examples.py
examples/simple_document_ai.py
examples/simple_image_generation.py
examples/smart_setup_example.py
examples/test_main.py
examples/text_generation_webui_example.py
examples/usage_tracking_example.py
src/ai_utilities/__init__.py
src/ai_utilities/ai_config_manager.py
src/ai_utilities/api_key_resolver.py
src/ai_utilities/async_client.py
src/ai_utilities/cache.py
src/ai_utilities/client.py
src/ai_utilities/config_models.py
src/ai_utilities/config_resolver.py
src/ai_utilities/env_overrides.py
src/ai_utilities/env_utils.py
src/ai_utilities/error_codes.py
src/ai_utilities/exceptions.py
src/ai_utilities/file_models.py
src/ai_utilities/json_parsing.py
src/ai_utilities/metrics.py
src/ai_utilities/models.py
src/ai_utilities/openai_client.py
src/ai_utilities/openai_model.py
src/ai_utilities/progress_indicator.py
src/ai_utilities/py.typed
src/ai_utilities/rate_limit_fetcher.py
src/ai_utilities/rate_limiter.py
src/ai_utilities/response_processor.py
src/ai_utilities/token_counter.py
src/ai_utilities/usage_tracker.py
src/ai_utilities.egg-info/PKG-INFO
src/ai_utilities.egg-info/SOURCES.txt
src/ai_utilities.egg-info/dependency_links.txt
src/ai_utilities.egg-info/requires.txt
src/ai_utilities.egg-info/top_level.txt
src/ai_utilities/audio/__init__.py
src/ai_utilities/audio/audio_models.py
src/ai_utilities/audio/audio_processor.py
src/ai_utilities/audio/audio_utils.py
src/ai_utilities/knowledge/__init__.py
src/ai_utilities/knowledge/backend.py
src/ai_utilities/knowledge/chunking.py
src/ai_utilities/knowledge/exceptions.py
src/ai_utilities/knowledge/indexer.py
src/ai_utilities/knowledge/models.py
src/ai_utilities/knowledge/search.py
src/ai_utilities/knowledge/sources.py
src/ai_utilities/providers/__init__.py
src/ai_utilities/providers/base.py
src/ai_utilities/providers/base_provider.py
src/ai_utilities/providers/openai_compatible_provider.py
src/ai_utilities/providers/openai_provider.py
src/ai_utilities/providers/provider_capabilities.py
src/ai_utilities/providers/provider_exceptions.py
src/ai_utilities/providers/provider_factory.py
tests/__init__.py
tests/conftest.py
tests/fake_provider.py
tests/test_advanced_caching.py
tests/test_ai_config_manager.py
tests/test_analytics_hooks.py
tests/test_api_key_resolver.py
tests/test_ask_typed.py
tests/test_async_client.py
tests/test_audio_integration.py
tests/test_audio_models.py
tests/test_audio_utils.py
tests/test_caching.py
tests/test_capabilities.py
tests/test_client.py
tests/test_config_models.py
tests/test_config_resolver.py
tests/test_coverage_summary_script.py
tests/test_dashboard.py
tests/test_dotenv_isolation.py
tests/test_env_overrides.py
tests/test_env_utils.py
tests/test_examples_comprehensive.py
tests/test_examples_comprehensive_new.py
tests/test_fastchat_setup_script.py
tests/test_files_api.py
tests/test_files_integration.py
tests/test_files_integration_working.py
tests/test_json_parsing.py
tests/test_live_providers.py
tests/test_main_integration.py
tests/test_minimal_install.py
tests/test_offline_functionality.py
tests/test_progress_indicator.py
tests/test_provider_factory.py
tests/test_provider_protocol.py
tests/test_provider_settings.py
tests/test_public_api.py
tests/test_rate_limit_fetching.py
tests/test_real_api_integration.py
tests/test_settings.py
tests/test_settings_precedence.py
tests/test_single_responsibility_refactoring.py
tests/test_smart_setup.py
tests/test_sqlite_cache.py
tests/test_text_generation_webui_setup_script.py
tests/test_thread_safe_usage_tracking.py
tests/test_type_signatures.py
tests/test_usage_tracking.py
tests/knowledge/__init__.py
tests/knowledge/fake_embeddings.py
tests/knowledge/test_backend.py
tests/knowledge/test_chunking.py
tests/knowledge/test_indexer.py
tests/knowledge/test_models.py
tests/knowledge/test_search.py
tests/knowledge/test_sources.py
tests/provider_monitoring/__init__.py
tests/provider_monitoring/all_providers_script.py
tests/provider_monitoring/free_apis_script.py
tests/provider_monitoring/local_providers_script.py
tests/provider_monitoring/test_all_providers_script.py
tests/provider_monitoring/test_bug_prevention.py
tests/provider_monitoring/test_critical_bugs.py
tests/provider_monitoring/test_fastchat.py
tests/provider_monitoring/test_free_apis_script.py
tests/provider_monitoring/test_local_providers_script.py
tests/provider_monitoring/test_monitoring_system.py
tests/provider_monitoring/test_simple_free_api.py
tests/provider_monitoring/test_text_generation_webui.py