.dockerignore
.gitignore
LICENSE
MANIFEST.in
README.md
get_context.py
pyproject.toml
quick_test.py
restore_git.ps1
test.json
uv.lock
.github/workflows/python-app.yml
.vscode/launch.json
.vscode/settings.json
configs/architect.json
configs/config-to-model1.json
configs/config-to-model2.json
configs/function_calling.json
configs/phi4.json
configs/qwen_coder.json
docker/dockerfile.prod
docker/dockerfile.test.linux
docker/dockerfile.test.windows
docker/run_tests.ps1
docs/agent_flow_diagram.png
docs/build_instructions.txt
docs/merge-branch.ps1
docs/release.ps1
docs/upload.ps1
examples/document_retrieval.py
examples/openai_compatible.py
examples/rag_pipeline_dutch.ipynb
examples/streamlit_retrieval_app.py
logo/logo1.txt
logo/logo_idea.txt
logo/images/owl_logo.png
src/owlsight/__init__.py
src/owlsight/main.py
src/owlsight.egg-info/PKG-INFO
src/owlsight.egg-info/SOURCES.txt
src/owlsight.egg-info/dependency_links.txt
src/owlsight.egg-info/entry_points.txt
src/owlsight.egg-info/not-zip-safe
src/owlsight.egg-info/requires.txt
src/owlsight.egg-info/top_level.txt
src/owlsight/agentic/__init__.py
src/owlsight/agentic/constants.py
src/owlsight/agentic/core.py
src/owlsight/agentic/exceptions.py
src/owlsight/agentic/guardrails.py
src/owlsight/agentic/helper_functions.py
src/owlsight/agentic/models.py
src/owlsight/app/__init__.py
src/owlsight/app/_child_process_owl_press.py
src/owlsight/app/default_functions.py
src/owlsight/app/handlers.py
src/owlsight/app/run_app.py
src/owlsight/app/url_processor.py
src/owlsight/blobs/tika-server-standard-3.0.0-bin.zip
src/owlsight/blobs/tika-server-standard-3.0.0-bin.zip.md5
src/owlsight/configurations/__init__.py
src/owlsight/configurations/config_manager.py
src/owlsight/configurations/constants.py
src/owlsight/configurations/schema.py
src/owlsight/docs/helper_functions.py
src/owlsight/docs/readme.py
src/owlsight/docs/readme_content.py
src/owlsight/huggingface/__init__.py
src/owlsight/huggingface/constants.py
src/owlsight/huggingface/core.py
src/owlsight/huggingface/custom_classes.py
src/owlsight/huggingface/helper_functions.py
src/owlsight/huggingface/leaderboards.py
src/owlsight/multimodal/__init__.py
src/owlsight/multimodal/tesseract.py
src/owlsight/processors/__init__.py
src/owlsight/processors/base.py
src/owlsight/processors/constants.py
src/owlsight/processors/custom_classes.py
src/owlsight/processors/helper_functions.py
src/owlsight/processors/memory_context.py
src/owlsight/processors/multimodal_processors.py
src/owlsight/processors/text_generation_manager.py
src/owlsight/processors/text_generation_processors.py
src/owlsight/prompts/__init__.py
src/owlsight/prompts/helper_functions.py
src/owlsight/prompts/system_prompts.py
src/owlsight/rag/__init__.py
src/owlsight/rag/constants.py
src/owlsight/rag/core.py
src/owlsight/rag/custom_classes.py
src/owlsight/rag/document_reader.py
src/owlsight/rag/helper_functions.py
src/owlsight/rag/python_lib_search.py
src/owlsight/rag/text_splitters.py
src/owlsight/server/__init__.py
src/owlsight/server/api_models.py
src/owlsight/server/app.py
src/owlsight/server/main.py
src/owlsight/ui/__init__.py
src/owlsight/ui/console.py
src/owlsight/ui/constants.py
src/owlsight/ui/custom_classes.py
src/owlsight/ui/file_dialogs.py
src/owlsight/ui/logo.py
src/owlsight/utils/__init__.py
src/owlsight/utils/code_execution.py
src/owlsight/utils/constants.py
src/owlsight/utils/custom_classes.py
src/owlsight/utils/custom_exceptions.py
src/owlsight/utils/deep_learning.py
src/owlsight/utils/helper_functions.py
src/owlsight/utils/logger.py
src/owlsight/utils/subprocess_utils.py
src/owlsight/utils/threads.py
src/owlsight/utils/validations.py
src/owlsight/utils/venv_manager.py
src/owlsight/voice/__init__.py
src/owlsight/voice/constants.py
src/owlsight/voice/voice_control.py
tests/__init__.py
tests/conftest.py
tests/test_planner_agent_extract.py
tests/data/automatic-speech-recognition.wav
tests/data/document-question-answering.jpg
tests/data/image-to-text.jpg
tests/data/visual-question-answering.jpg
tests/integration_tests/__init__.py
tests/integration_tests/test_cli_interface.py
tests/integration_tests/test_code_generation.py
tests/unit_tests/__init__.py
tests/unit_tests/test_multimodal_processor_transformers.py
tests/unit_tests/agentic/__init__.py
tests/unit_tests/agentic/test_additional_information.py
tests/unit_tests/agentic/test_agent_config_integration.py
tests/unit_tests/agentic/test_agent_config_management.py
tests/unit_tests/agentic/test_agentic.py
tests/unit_tests/agentic/test_core.py
tests/unit_tests/agentic/test_guardrails.py
tests/unit_tests/agentic/test_helper_functions.py
tests/unit_tests/agentic/test_parse_tool_response.py
tests/unit_tests/agentic/test_plan_validation_agent.py
tests/unit_tests/app/__init__.py
tests/unit_tests/app/test_default_functions.py
tests/unit_tests/app/test_html_parser.py
tests/unit_tests/app/test_owl_default_functions.py
tests/unit_tests/app/test_run_app.py
tests/unit_tests/configurations/__init__.py
tests/unit_tests/configurations/test_config_manager.py
tests/unit_tests/huggingface/__init__.py
tests/unit_tests/multimodal/__init__.py
tests/unit_tests/processors/__init__.py
tests/unit_tests/processors/test_base.py
tests/unit_tests/processors/test_load_model_processor.py
tests/unit_tests/processors/test_memory_context.py
tests/unit_tests/processors/test_select_processor_type.py
tests/unit_tests/processors/test_text_generation_manager.py
tests/unit_tests/processors/test_text_generation_processor_gguf.py
tests/unit_tests/processors/test_text_generation_processor_onnx.py
tests/unit_tests/processors/test_text_generation_processor_transformers.py
tests/unit_tests/prompts/__init__.py
tests/unit_tests/prompts/test_system_prompts.py
tests/unit_tests/rag/__init__.py
tests/unit_tests/rag/test_cache_mixin.py
tests/unit_tests/rag/test_document_reader.py
tests/unit_tests/rag/test_document_searcher.py
tests/unit_tests/server/conftest.py
tests/unit_tests/server/test_app.py
tests/unit_tests/ui/__init__.py
tests/unit_tests/ui/test_console.py
tests/unit_tests/utils/__init__.py
tests/unit_tests/utils/test_cache_dir.py
tests/unit_tests/utils/test_extract_square_doube_brackets.py
tests/unit_tests/utils/test_force_delete.py
tests/unit_tests/utils/test_helper_functions_parse_function.py
tests/unit_tests/utils/test_logger.py
tests/unit_tests/utils/test_parse_curly_double_brackets.py
tests/unit_tests/utils/test_parse_markdown.py
tests/unit_tests/utils/test_safe_lru_cache.py
tests/unit_tests/utils/test_subprocess_utils.py
tests/unit_tests/utils/test_venv_manager.py
tests/unit_tests/voice/__init__.py
tests/unit_tests/voice/test_voice_control.py