LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
SimplerLLM/__init__.py
SimplerLLM.egg-info/PKG-INFO
SimplerLLM.egg-info/SOURCES.txt
SimplerLLM.egg-info/dependency_links.txt
SimplerLLM.egg-info/requires.txt
SimplerLLM.egg-info/top_level.txt
SimplerLLM/image/__init__.py
SimplerLLM/image/generation/__init__.py
SimplerLLM/image/generation/base.py
SimplerLLM/image/generation/providers/__init__.py
SimplerLLM/image/generation/providers/google_image.py
SimplerLLM/image/generation/providers/image_response_models.py
SimplerLLM/image/generation/providers/openai_image.py
SimplerLLM/image/generation/providers/seedream_image.py
SimplerLLM/image/generation/providers/stability_image.py
SimplerLLM/image/generation/wrappers/__init__.py
SimplerLLM/image/generation/wrappers/google_wrapper.py
SimplerLLM/image/generation/wrappers/openai_wrapper.py
SimplerLLM/image/generation/wrappers/seedream_wrapper.py
SimplerLLM/image/generation/wrappers/stability_wrapper.py
SimplerLLM/language/__init__.py
SimplerLLM/language/embeddings/__init__.py
SimplerLLM/language/embeddings/base.py
SimplerLLM/language/embeddings/models.py
SimplerLLM/language/embeddings/providers.py
SimplerLLM/language/llm/__init__.py
SimplerLLM/language/llm/base.py
SimplerLLM/language/llm/reliable.py
SimplerLLM/language/llm/wrappers/__init__.py
SimplerLLM/language/llm/wrappers/anthropic_wrapper.py
SimplerLLM/language/llm/wrappers/cohere_wrapper.py
SimplerLLM/language/llm/wrappers/deepseek_wrapper.py
SimplerLLM/language/llm/wrappers/gemini_wrapper.py
SimplerLLM/language/llm/wrappers/hf_local_wrapper.py
SimplerLLM/language/llm/wrappers/moonshot_wrapper.py
SimplerLLM/language/llm/wrappers/ollama_wrapper.py
SimplerLLM/language/llm/wrappers/openai_wrapper.py
SimplerLLM/language/llm/wrappers/openrouter_wrapper.py
SimplerLLM/language/llm/wrappers/perplexity_wrapper.py
SimplerLLM/language/llm_addons/__init__.py
SimplerLLM/language/llm_addons/cost_utils.py
SimplerLLM/language/llm_addons/json_generation.py
SimplerLLM/language/llm_addons/pattern_extraction.py
SimplerLLM/language/llm_brainstorm/__init__.py
SimplerLLM/language/llm_brainstorm/models.py
SimplerLLM/language/llm_brainstorm/recursive_brainstorm.py
SimplerLLM/language/llm_feedback/__init__.py
SimplerLLM/language/llm_feedback/feedback_loop.py
SimplerLLM/language/llm_feedback/models.py
SimplerLLM/language/llm_judge/__init__.py
SimplerLLM/language/llm_judge/judge.py
SimplerLLM/language/llm_judge/models.py
SimplerLLM/language/llm_providers/__init__.py
SimplerLLM/language/llm_providers/anthropic_llm.py
SimplerLLM/language/llm_providers/cohere_llm.py
SimplerLLM/language/llm_providers/deepseek_llm.py
SimplerLLM/language/llm_providers/gemini_llm.py
SimplerLLM/language/llm_providers/hf_local_llm.py
SimplerLLM/language/llm_providers/llm_response_models.py
SimplerLLM/language/llm_providers/moonshot_llm.py
SimplerLLM/language/llm_providers/ollama_llm.py
SimplerLLM/language/llm_providers/openai_llm.py
SimplerLLM/language/llm_providers/openrouter_llm.py
SimplerLLM/language/llm_providers/perplexity_llm.py
SimplerLLM/language/llm_providers/voyage_llm.py
SimplerLLM/language/llm_router/__init__.py
SimplerLLM/language/llm_router/models.py
SimplerLLM/language/llm_router/router.py
SimplerLLM/prompts/__init__.py
SimplerLLM/prompts/messages_template.py
SimplerLLM/prompts/prompt_builder.py
SimplerLLM/prompts/hub/__init__.py
SimplerLLM/prompts/hub/agentic_prompts.py
SimplerLLM/prompts/hub/prompt_manager.py
SimplerLLM/tools/__init__.py
SimplerLLM/tools/apify_api.py
SimplerLLM/tools/email_functions.py
SimplerLLM/tools/file_functions.py
SimplerLLM/tools/file_loader.py
SimplerLLM/tools/generic_loader.py
SimplerLLM/tools/image_helpers.py
SimplerLLM/tools/json_helpers.py
SimplerLLM/tools/pandas_func.py
SimplerLLM/tools/pattern_helpers.py
SimplerLLM/tools/python_func.py
SimplerLLM/tools/rapid_api.py
SimplerLLM/tools/serp.py
SimplerLLM/tools/text_chunker.py
SimplerLLM/tools/youtube.py
SimplerLLM/utils/__init__.py
SimplerLLM/utils/custom_verbose.py
SimplerLLM/vectors/__init__.py
SimplerLLM/vectors/base.py
SimplerLLM/vectors/exceptions.py
SimplerLLM/vectors/models.py
SimplerLLM/vectors/providers/__init__.py
SimplerLLM/vectors/providers/local_provider.py
SimplerLLM/vectors/providers/qdrant_provider.py
SimplerLLM/vectors/wrappers/__init__.py
SimplerLLM/vectors/wrappers/local_wrapper.py
SimplerLLM/vectors/wrappers/qdrant_wrapper.py
SimplerLLM/voice/__init__.py
SimplerLLM/voice/stt/__init__.py
SimplerLLM/voice/stt/base.py
SimplerLLM/voice/stt/providers/__init__.py
SimplerLLM/voice/stt/providers/openai_stt.py
SimplerLLM/voice/stt/providers/stt_response_models.py
SimplerLLM/voice/stt/wrappers/__init__.py
SimplerLLM/voice/stt/wrappers/openai_wrapper.py
SimplerLLM/voice/tts/__init__.py
SimplerLLM/voice/tts/base.py
SimplerLLM/voice/tts/factory.py
SimplerLLM/voice/tts/models.py
SimplerLLM/voice/tts/providers/__init__.py
SimplerLLM/voice/tts/providers/elevenlabs_tts.py
SimplerLLM/voice/tts/providers/lahajati_tts.py
SimplerLLM/voice/tts/providers/openai_tts.py
tests/__init__.py
tests/test_anthropic.py
tests/test_aspect_ratio_debug.py
tests/test_brainstorm.py
tests/test_cohere.py
tests/test_deepseek.py
tests/test_embeddings.py
tests/test_gemini.py
tests/test_google_image.py
tests/test_hf_local.py
tests/test_hf_mini.py
tests/test_judge.py
tests/test_lahajati_tts.py
tests/test_llm_addons.py
tests/test_moonshot.py
tests/test_ollama.py
tests/test_openai.py
tests/test_openai_image.py
tests/test_openrouter.py
tests/test_perplexity.py
tests/test_pydantic_advanced.py
tests/test_pydantic_json.py
tests/test_reliable.py
tests/test_reliable_pydantic.py
tests/test_seedream_image.py
tests/test_stability_image.py
tests/test_tts.py
tests/test_vectors.py