LICENSE
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/language/__init__.py
SimplerLLM/language/embeddings.py
SimplerLLM/language/llm_addons.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/ollama_wrapper.py
SimplerLLM/language/llm/wrappers/openai_wrapper.py
SimplerLLM/language/llm/wrappers/openrouter_wrapper.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/llm_response_models.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/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/quickstart/__init__.py
SimplerLLM/quickstart/chat_with_pdf.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/json_helpers.py
SimplerLLM/tools/pandas_func.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/local_vector_db.py
SimplerLLM/vectors/qdrant_vector_db.py
SimplerLLM/vectors/simpler_vector.py
SimplerLLM/vectors/vector_db.py
SimplerLLM/vectors/vector_providers.py
tests/test_agent.py
tests/test_agent_full.py
tests/test_cohere.py
tests/test_cohere_embeddings.py
tests/test_comprehensive_llm.py
tests/test_embeddings_comprehensive.py
tests/test_openrouter.py
tests/test_openrouter_full_response.py
tests/test_router_youtube_titles.py
tests/test_voyage_embeddings.py