LICENSE
MANIFEST.in
README.md
WARP.md
pyproject.toml
requirements.txt
setup.py
cli/__init__.py
cli/stratifyai_cli.py
docs/API-REFERENCE.md
docs/CHANGELOG.md
docs/CONTRIBUTING.md
docs/GETTING-STARTED.md
docs/LangChain_vs_StratifyAI_vs_LLMLite.md
docs/StatifyAI_For_Stakeholders.md
docs/StratifyAI-Prompt-Caching.md
docs/StratifyAI-Router-Logic.md
docs/Why_StratefiAI.md
docs/cli-usage.md
docs/frontend-integration.md
docs/large-file-strategies.md
docs/local-installation-guide.md
docs/performance.md
docs/provider-models-catalog.md
docs/quick-start-guide.md
docs/token-limit-quick-guide.md
examples/auto_selection_demo.py
examples/caching_examples.py
examples/chatbot.py
examples/cli_interactive_demo.md
examples/code_reviewer.py
examples/document_summarizer.py
examples/performance_benchmark.py
examples/rag_example.py
examples/router_example.py
examples/web_server.py
stratifyai/__init__.py
stratifyai/api_key_helper.py
stratifyai/caching.py
stratifyai/chunking.py
stratifyai/client.py
stratifyai/config.py
stratifyai/cost_tracker.py
stratifyai/embeddings.py
stratifyai/exceptions.py
stratifyai/models.py
stratifyai/py.typed
stratifyai/rag.py
stratifyai/retry.py
stratifyai/router.py
stratifyai/summarization.py
stratifyai/vectordb.py
stratifyai.egg-info/PKG-INFO
stratifyai.egg-info/SOURCES.txt
stratifyai.egg-info/dependency_links.txt
stratifyai.egg-info/entry_points.txt
stratifyai.egg-info/requires.txt
stratifyai.egg-info/top_level.txt
stratifyai/chat/__init__.py
stratifyai/chat/builder.py
stratifyai/chat/stratifyai_anthropic.py
stratifyai/chat/stratifyai_bedrock.py
stratifyai/chat/stratifyai_deepseek.py
stratifyai/chat/stratifyai_google.py
stratifyai/chat/stratifyai_grok.py
stratifyai/chat/stratifyai_groq.py
stratifyai/chat/stratifyai_ollama.py
stratifyai/chat/stratifyai_openai.py
stratifyai/chat/stratifyai_openrouter.py
stratifyai/providers/__init__.py
stratifyai/providers/anthropic.py
stratifyai/providers/base.py
stratifyai/providers/bedrock.py
stratifyai/providers/deepseek.py
stratifyai/providers/google.py
stratifyai/providers/grok.py
stratifyai/providers/groq.py
stratifyai/providers/ollama.py
stratifyai/providers/openai.py
stratifyai/providers/openai_compatible.py
stratifyai/providers/openrouter.py
stratifyai/utils/__init__.py
stratifyai/utils/bedrock_validator.py
stratifyai/utils/code_extractor.py
stratifyai/utils/csv_extractor.py
stratifyai/utils/file_analyzer.py
stratifyai/utils/json_extractor.py
stratifyai/utils/log_extractor.py
stratifyai/utils/model_selector.py
stratifyai/utils/provider_validator.py
stratifyai/utils/token_counter.py
tests/__init__.py
tests/test_async_operations.py
tests/test_bedrock_provider.py
tests/test_caching.py
tests/test_chat_builder.py
tests/test_cli_auth_error.py
tests/test_cli_chat.py
tests/test_cli_file_loading.py
tests/test_client.py
tests/test_model_selector.py
tests/test_models.py
tests/test_openai_provider.py
tests/test_phase71.py
tests/test_phase72_extractors.py
tests/test_phase74_caching.py
tests/test_providers_phase2.py
tests/test_router.py
tests/test_router_extraction.py
tests/test_temperature_unit.py
tests/test_temperature_validation.py