CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
brainify/__init__.py
brainify/client.py
brainify/config.py
brainify/exceptions.py
brainify/py.typed
brainify.egg-info/PKG-INFO
brainify.egg-info/SOURCES.txt
brainify.egg-info/dependency_links.txt
brainify.egg-info/top_level.txt
brainify/providers/__init__.py
brainify/providers/anthropic.py
brainify/providers/base.py
brainify/providers/cohere.py
brainify/providers/custom.py
brainify/providers/factory.py
brainify/providers/gemini.py
brainify/providers/groq.py
brainify/providers/mistral.py
brainify/providers/ollama.py
brainify/providers/openai.py
brainify/providers/together.py
brainify/search/__init__.py
brainify/search/engine.py
brainify/search/processor.py
brainify/search/scraper.py
brainify/utils/__init__.py
brainify/utils/cache.py
brainify/utils/context.py
brainify/utils/detector.py
brainify/utils/logger.py
brainify/utils/prompts.py
tests/test_auto_search.py
tests/test_client.py
tests/test_config.py
tests/test_detector.py
tests/test_providers.py
tests/test_search.py