.gitignore
LICENSE
README.md
pyproject.toml
tox.ini
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
licenses/LICENSE.internvl
licenses/LICENSE.qwen-agent
src/azarrot/__init__.py
src/azarrot/__main__.py
src/azarrot/common_data.py
src/azarrot/config.py
src/azarrot/server.py
src/azarrot.egg-info/PKG-INFO
src/azarrot.egg-info/SOURCES.txt
src/azarrot.egg-info/dependency_links.txt
src/azarrot.egg-info/entry_points.txt
src/azarrot.egg-info/requires.txt
src/azarrot.egg-info/top_level.txt
src/azarrot/backends/__init__.py
src/azarrot/backends/backend_base.py
src/azarrot/backends/common.py
src/azarrot/backends/ipex_llm_backend.py
src/azarrot/backends/openvino_backend.py
src/azarrot/backends/ipex_llm_support/__init__.py
src/azarrot/backends/ipex_llm_support/internvl2_processor.py
src/azarrot/backends/ipex_llm_support/internvl2_tools.py
src/azarrot/frontends/__init__.py
src/azarrot/frontends/backend_pipe.py
src/azarrot/frontends/management.py
src/azarrot/frontends/openai_frontend.py
src/azarrot/frontends/openai_support/__init__.py
src/azarrot/frontends/openai_support/openai_data.py
src/azarrot/models/__init__.py
src/azarrot/models/chat_templates.py
src/azarrot/models/model_manager.py
src/azarrot/models/model_quirks.py
src/azarrot/models/supports/__init__.py
src/azarrot/models/supports/qwen2_chat_support.py
src/azarrot/tools/__init__.py
src/azarrot/tools/tool.py
src/azarrot/tools/tool_adder.py
src/azarrot/tools/tool_manager.py
tests/models/__init__.py
tests/models/supports/__init__.py
tests/models/supports/test_qwen2_chat_support.py