CHANGELOG.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
docs/api-reference.md
docs/cli.md
docs/development.md
docs/extract.md
docs/installation.md
docs/venv-guide.md
examples/basic_usage.py
examples/classifier_usage.py
examples/direct_ai_request.py
examples/doc_test.py
examples/extract_demo.py
examples/extract_test_basic.py
examples/google_search_test.py
examples/helper_usage.py
examples/list_all_models.py
examples/run_images.py
examples/simple_system_prompt_test.py
examples/test_ocr.py
examples/test_remote_urls.py
examples/test_system_prompt.py
examples/usage_metadata_examples.py
src/aiwand/__init__.py
src/aiwand/classifier.py
src/aiwand/cli.py
src/aiwand/config.py
src/aiwand/core.py
src/aiwand/extract.py
src/aiwand/helper.py
src/aiwand/models.py
src/aiwand/preferences.py
src/aiwand/prompts.py
src/aiwand/setup.py
src/aiwand.egg-info/PKG-INFO
src/aiwand.egg-info/SOURCES.txt
src/aiwand.egg-info/dependency_links.txt
src/aiwand.egg-info/entry_points.txt
src/aiwand.egg-info/requires.txt
src/aiwand.egg-info/top_level.txt
src/aiwand/utils/__init__.py
src/aiwand/utils/extras.py
src/aiwand/utils/file_utils.py
src/aiwand/utils/funcs.py
src/aiwand/utils/gemini_utils.py
src/aiwand/utils/llm_utils.py
src/aiwand/utils/openai_llm_utils.py
src/aiwand/utils/web_utils.py