localcode 0.3.35__tar.gz → 0.3.37__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {localcode-0.3.35/src/localcode.egg-info → localcode-0.3.37}/PKG-INFO +7 -5
- {localcode-0.3.35 → localcode-0.3.37}/README.md +6 -4
- {localcode-0.3.35 → localcode-0.3.37}/pyproject.toml +1 -1
- localcode-0.3.37/src/localcode/__init__.py +11 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/agent/loop.py +125 -17
- localcode-0.3.37/src/localcode/agent/recovery_controller.py +25 -0
- localcode-0.3.37/src/localcode/agent/round_policy.py +23 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/compaction.py +48 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/config.py +12 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/entrypoint.py +14 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/events.py +5 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/headless_json.py +9 -1
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/models_catalog.py +8 -1
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/output.py +4 -1
- localcode-0.3.37/src/localcode/protocol/__init__.py +56 -0
- localcode-0.3.37/src/localcode/protocol/events.py +116 -0
- localcode-0.3.37/src/localcode/protocol/jsonl.py +153 -0
- localcode-0.3.37/src/localcode/protocol/outcomes.py +228 -0
- localcode-0.3.37/src/localcode/reasoning_capabilities.py +59 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/runtime.py +24 -5
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/read_state.py +4 -4
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tui/widgets/chat_log.py +4 -1
- {localcode-0.3.35 → localcode-0.3.37/src/localcode.egg-info}/PKG-INFO +7 -5
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode.egg-info/SOURCES.txt +9 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_clipboard_image.py +4 -1
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_compaction.py +40 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_comprehensive_cli.py +11 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_download.py +9 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_edit_guard_and_fuzzy.py +18 -4
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_fresh_install.py +2 -1
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_output.py +14 -0
- localcode-0.3.37/tests/test_protocol.py +173 -0
- localcode-0.3.37/tests/test_reasoning_capabilities.py +41 -0
- localcode-0.3.35/src/localcode/__init__.py +0 -3
- {localcode-0.3.35 → localcode-0.3.37}/LICENSE +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/MANIFEST.in +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/CMakePresets.json +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/LICENSE +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/cmake/arm64-apple-clang.cmake +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/cmake/arm64-windows-llvm.cmake +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/cmake/build-info.cmake +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/cmake/common.cmake +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/cmake/download-models.cmake +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/cmake/git-vars.cmake +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/cmake/license.cmake +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/cmake/llama-config.cmake.in +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/cmake/llama.pc.in +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/cmake/riscv64-spacemit-linux-gnu-gcc.cmake +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/cmake/x64-windows-llvm.cmake +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/arg.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/arg.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/base64.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/chat-auto-parser-generator.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/chat-auto-parser-helpers.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/chat-auto-parser-helpers.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/chat-auto-parser.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/chat-diff-analyzer.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/chat-peg-parser.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/chat-peg-parser.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/chat.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/chat.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/common.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/common.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/console.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/console.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/debug.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/debug.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/download.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/download.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/hf-cache.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/hf-cache.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/http.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/caps.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/caps.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/lexer.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/lexer.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/parser.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/parser.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/runtime.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/runtime.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/string.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/string.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/utils.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/value.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/value.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/json-partial.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/json-partial.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/json-schema-to-grammar.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/json-schema-to-grammar.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/llguidance.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/log.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/log.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/ngram-cache.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/ngram-cache.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/ngram-map.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/ngram-map.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/ngram-mod.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/ngram-mod.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/peg-parser.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/peg-parser.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/preset.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/preset.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/reasoning-budget.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/reasoning-budget.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/regex-partial.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/regex-partial.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/sampling.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/sampling.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/speculative.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/speculative.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/unicode.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/common/unicode.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-alloc.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-backend.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-blas.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-cann.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-cpp.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-cpu.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-cuda.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-hexagon.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-metal.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-opencl.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-openvino.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-opt.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-rpc.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-sycl.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-virtgpu.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-vulkan.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-webgpu.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-zdnn.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-zendnn.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/gguf.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-alloc.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-backend-dl.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-backend-dl.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-backend-impl.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-backend-reg.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-backend.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-blas/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-blas/ggml-blas.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cann/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cann/acl_tensor.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cann/acl_tensor.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cann/aclnn_ops.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cann/aclnn_ops.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cann/common.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cann/ggml-cann.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-common.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/amx.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/amx.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/common.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/mmq.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/mmq.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/cpu-feats.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/quants.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/repack.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/loongarch/quants.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/powerpc/cpu-feats.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/powerpc/quants.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/cpu-feats.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/quants.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/repack.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/s390/cpu-feats.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/s390/quants.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/wasm/quants.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/cpu-feats.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/quants.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/repack.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch-fallback.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/binary-ops.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/binary-ops.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/cmake/FindSIMD.cmake +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/common.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu-impl.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/hbm.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/hbm.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kernels.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kernels.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kleidiai.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kleidiai.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/llamafile/sgemm.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/llamafile/sgemm.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/ops.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/ops.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/quants.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/quants.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/repack.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/repack.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/simd-gemm.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/simd-mappings.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime1_kernels.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime_kernels.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/traits.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/traits.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/unary-ops.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/unary-ops.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/vec.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/vec.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cuda/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/cuda.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/hip.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/musa.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/ggml-hexagon.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/act-ops.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/argsort-ops.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/binary-ops.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cmake-toolchain.cmake +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cpy-ops.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cumsum-ops.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/flash-attn-ops.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/get-rows-ops.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dma.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dma.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dump.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-fastdiv.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-utils.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-matmul-ops.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-ops.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-profile.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-utils.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-ctx.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-msg.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-ops.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-arith.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-base.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-copy.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-div.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-dump.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-exp.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-floor.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-inverse.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-reduce.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-scale.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-sigmoid.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-sqrt.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-types.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-utils.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/main.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/matmul-ops.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/repeat-ops.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/rope-ops.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/set-rows-ops.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/softmax-ops.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/ssm-conv.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/sum-rows-ops.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/unary-ops.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/worker-pool.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/worker-pool.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp-drv.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp-drv.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/libdl.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/op-desc.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hip/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-impl.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-common.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-common.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-context.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-context.m +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.m +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-impl.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-ops.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-ops.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal.metal +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/turbo-matrices.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/turbo-wht.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-musa/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-opencl/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-opencl/ggml-opencl.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-decoder.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-decoder.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino-extra.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino-extra.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-quants.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-quants.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/decoder.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/frontend.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/frontend.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/input_model.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/input_model.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/node_context.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/cont.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/cpy.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/flash_attn_ext.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/get_rows.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/glu_geglu.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/glu_swiglu.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/mulmat.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/permute.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/reshape.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/rms_norm.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/rope.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/scale.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/set_rows.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/softmax.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/transpose.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/unary_silu.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/view.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op_table.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op_table.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/mark_decompression_convert_constant_folding.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/translate_session.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/translate_session.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/utils.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/utils.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/utils.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/utils.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-opt.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-quants.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-quants.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-rpc/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-rpc/ggml-rpc.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/add-id.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/add-id.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/backend.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/binbcast.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/binbcast.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/common.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/common.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/concat.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/concat.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/conv.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/conv.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/convert.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/convert.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/count-equal.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/count-equal.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/cpy.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/cpy.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/dequantize.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/dmmv.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/dmmv.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/dpct/helper.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/element_wise.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/element_wise.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-common.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-tile.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-tile.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-vec.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/gated_delta_net.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/gated_delta_net.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/gemm.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/getrows.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/getrows.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/ggml-sycl.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/gla.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/gla.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/im2col.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/im2col.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmq.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmq.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmvq.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmvq.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/norm.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/norm.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/outprod.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/outprod.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad_reflect_1d.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad_reflect_1d.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/presets.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/quantize.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/quants.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/repeat_back.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/repeat_back.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/roll.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/roll.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/rope.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/rope.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/set.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/set.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/set_rows.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/set_rows.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/softmax.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/softmax.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/ssm_conv.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/ssm_conv.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/sycl_hw.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/sycl_hw.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq112-dv112.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq128-dv128.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq256-dv256.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq40-dv40.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq576-dv512.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq64-dv64.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq72-dv72.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq80-dv80.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq96-dv96.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-f16.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_0.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_1.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_0.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_1.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q8_0.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-f16.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_0.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_1.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_0.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_1.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q8_0.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-f16.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_0.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_1.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_0.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_1.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q8_0.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-f16.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_0.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_1.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_0.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_1.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q8_0.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-f16.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_0.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_1.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_0.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_1.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q8_0.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-f16.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_0.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_1.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_0.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_1.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q8_0.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/tsembd.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/tsembd.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/type.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/upscale.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/upscale.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/vecdotq.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/wkv.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/wkv.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-threading.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-threading.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-turbo-quant.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/apir_cs_ggml-rpc-front.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/apir_cs_ggml-rpc-back.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-convert.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-backend.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer-type.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-device.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.gen.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-virgl-apir.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/api_remoting.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_backend.gen.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_backend.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs_ggml.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs_rpc.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-buffer-type.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-buffer.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-device.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-reg.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-remoting.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/include/apir_hw.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-apir.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-backend.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-buffer-type.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-buffer.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-device.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-impl.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward.gen.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-shm.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-shm.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-utils.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-utils.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-vulkan/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-vulkan/ggml-vulkan.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-webgpu/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-webgpu/ggml-webgpu.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-webgpu/pre_wgsl.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-zdnn/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-zdnn/common.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-zdnn/ggml-zdnn.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-zdnn/mmf.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-zdnn/mmf.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-zdnn/utils.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-zdnn/utils.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-zendnn/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-zendnn/ggml-zendnn.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml.c +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/gguf.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/include/llama-cpp.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/include/llama.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/licenses/LICENSE-jsonhpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-adapter.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-adapter.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-arch.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-arch.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-batch.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-batch.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-chat.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-chat.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-context.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-context.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-cparams.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-cparams.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-ext.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-grammar.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-grammar.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-graph.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-graph.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-hparams.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-hparams.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-impl.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-impl.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-io.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-io.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-kv-cache-iswa.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-kv-cache-iswa.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-kv-cache.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-kv-cache.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-kv-cells.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-memory-hybrid-iswa.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-memory-hybrid-iswa.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-memory-hybrid.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-memory-hybrid.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-memory-recurrent.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-memory-recurrent.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-memory.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-memory.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-mmap.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-mmap.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-model-loader.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-model-loader.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-model-saver.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-model-saver.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-model.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-model.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-quant.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-quant.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-sampler.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-sampler.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-vocab.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-vocab.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/llama.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/afmoe.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/apertus.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/arcee.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/arctic.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/arwkv7.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/baichuan.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/bailingmoe.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/bailingmoe2.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/bert.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/bitnet.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/bloom.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/chameleon.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/chatglm.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/codeshell.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/cogvlm.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/cohere2-iswa.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/command-r.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/dbrx.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/deci.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/deepseek.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/deepseek2.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/delta-net-base.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/dots1.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/dream.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/ernie4-5-moe.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/ernie4-5.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/eurobert.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/exaone-moe.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/exaone.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/exaone4.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/falcon-h1.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/falcon.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/gemma-embedding.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/gemma.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/gemma2-iswa.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/gemma3.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/gemma3n-iswa.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/gemma4-iswa.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/glm4-moe.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/glm4.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/gpt2.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/gptneox.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/granite-hybrid.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/granite.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/grok.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/grovemoe.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/hunyuan-dense.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/hunyuan-moe.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/internlm2.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/jais.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/jais2.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/jamba.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/kimi-linear.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/lfm2.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/llada-moe.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/llada.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/llama-iswa.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/llama.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/maincoder.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/mamba-base.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/mamba.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/mimo2-iswa.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/minicpm3.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/minimax-m2.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/mistral3.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/models.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/modern-bert.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/mpt.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/nemotron-h.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/nemotron.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/neo-bert.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/olmo.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/olmo2.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/olmoe.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/openai-moe-iswa.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/openelm.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/orion.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/paddleocr.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/pangu-embedded.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/phi2.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/phi3.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/plamo.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/plamo2.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/plamo3.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/plm.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen2.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen2moe.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen2vl.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen3.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen35.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen35moe.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen3moe.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen3next.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen3vl-moe.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen3vl.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/refact.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/rnd1.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/rwkv6-base.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/rwkv6.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/rwkv6qwen2.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/rwkv7-base.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/rwkv7.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/seed-oss.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/smallthinker.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/smollm3.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/stablelm.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/starcoder.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/starcoder2.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/step35-iswa.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/t5-dec.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/t5-enc.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/wavtokenizer-dec.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/models/xverse.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/turbo-rotation-data-32.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/turbo-rotation-data.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/unicode-data.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/unicode-data.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/unicode.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/src/unicode.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/batched-bench/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/batched-bench/batched-bench.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/cli/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/cli/cli.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/completion/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/completion/completion.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/cvector-generator/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/cvector-generator/cvector-generator.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/cvector-generator/mean.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/cvector-generator/pca.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/export-lora/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/export-lora/export-lora.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/fit-params/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/fit-params/fit-params.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/gguf-split/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/gguf-split/gguf-split.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/imatrix/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/imatrix/imatrix.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/llama-bench/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/llama-bench/llama-bench.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/clip-graph.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/clip-impl.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/clip-model.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/clip.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/clip.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/debug/mtmd-debug.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/debug/mtmd-debug.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/deprecation-warning.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/cogvlm.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/conformer.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/deepseekocr.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/gemma4v.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/glm4v.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/hunyuanocr.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/internvl.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/kimik25.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/kimivl.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/llama4.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/llava.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/minicpmv.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/mobilenetv5.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/models.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/nemotron-v2-vl.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/paddleocr.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/pixtral.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/qwen2vl.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/qwen3vl.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/siglip.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/whisper-enc.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/youtuvl.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/mtmd-audio.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/mtmd-audio.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/mtmd-cli.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/mtmd-helper.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/mtmd-helper.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/mtmd-image.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/mtmd-image.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/mtmd.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/mtmd.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/parser/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/parser/debug-template-parser.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/parser/template-analysis.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/perplexity/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/perplexity/perplexity.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/quantize/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/quantize/quantize.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/results/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/results/results.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/rpc/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/rpc/rpc-server.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-common.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-common.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-context.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-context.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-cors-proxy.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-http.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-http.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-models.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-models.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-queue.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-queue.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-task.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-task.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-tools.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-tools.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/tokenize/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/tokenize/tokenize.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/tts/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/tools/tts/tts.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/vendor/cpp-httplib/CMakeLists.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/vendor/cpp-httplib/httplib.cpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/vendor/cpp-httplib/httplib.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/vendor/miniaudio/miniaudio.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/vendor/nlohmann/json.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/vendor/nlohmann/json_fwd.hpp +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/vendor/sheredom/subprocess.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/llama-cpp-turboquant/vendor/stb/stb_image.h +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/setup.cfg +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/setup.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/__main__.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/_subproc_env.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/agent/__init__.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/agent/app_tasks.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/agent/constants.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/agent/context.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/agent/goal.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/agent/helpers.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/agent/hooks.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/agent/prompt_context.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/agent/prompts.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/agent/reasoning_loop.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/agent/recovery.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/agent/sections.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/agent/state_machine.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/agent/streaming.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/agent/tool_execution.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/agent/tool_orchestration.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/agent/turn_finalization.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/app.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/approvals.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/auto_compact.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/autonomy.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/bin/__init__.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/bin/llama-server +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/bootstrap.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/cache.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/checkpoint.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/compact.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/composer.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/context.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/display.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/embeddings.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/errors.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/evidence.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/execution_policy.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/features.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/formatting.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/health.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/hf_quants.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/history.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/hooks.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/indexer.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/injection_defense.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/launcher.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/logging_utils.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/lsp.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/mcp/__init__.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/mcp/_bridge.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/mcp/_config.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/mcp/_transports.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/mcp/client.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/memory_guard.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/model_config.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/model_delete.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/model_families.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/models.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/notebook.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/patching.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/paths.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/performance.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/permissions.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/permissions_v2.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/plans.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/process_registry.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/recommendations.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/recovery.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/runtime_diffusion.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/server_manager.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/session.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/shell.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/skills/debug.md +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/skills/edit-verified.md +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/skills/explain.md +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/skills/finish-verified.md +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/skills/git-commit-safely.md +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/skills/locate.md +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/skills/plan-task.md +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/skills/review.md +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/skills/run-tests.md +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/skills.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/snapshots.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/sounds.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/telemetry.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/theme.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/thermal.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/thinking.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tool_router.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/toolkit.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/__init__.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/agent.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/append_file.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/background_process.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/base.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/bash.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/code_navigation.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/edit_diff.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/edit_file.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/facts.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/glob_tool.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/grep.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/launch_app.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/list_files.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/multi_edit.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/plan_mode.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/project_check.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/read_file.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/skill_tool.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/syntax_check.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/todo_write.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/tool_call_repair.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/web_fetch.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/web_search.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tools/write_file.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tui/__init__.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tui/app.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tui/bridge.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tui/clipboard_image.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tui/paste_collapse.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tui/screens/__init__.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tui/screens/chat.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tui/screens/mode_picker.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tui/screens/model_picker.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tui/screens/setup.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tui/styles/__init__.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tui/styles/app.tcss +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tui/widgets/__init__.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tui/widgets/approval.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tui/widgets/messages/__init__.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tui/widgets/messages/diff.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/tui/widgets/voice_visualizer.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/turn_diff.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/undo.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/verification.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode/voice.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode.egg-info/dependency_links.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode.egg-info/entry_points.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode.egg-info/requires.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/src/localcode.egg-info/top_level.txt +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_agent_event_regressions.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_agent_state_machine.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_anchor_guard.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_architecture.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_bootstrap.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_checkpoint.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_churn_detection.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_code_navigation_and_processes.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_compaction_threshold.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_comprehensive_agent.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_comprehensive_bg_download.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_comprehensive_binary.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_comprehensive_diffusion.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_comprehensive_download.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_comprehensive_hardening.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_comprehensive_install.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_comprehensive_machines.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_comprehensive_model_picker.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_comprehensive_models_matrix.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_comprehensive_tui.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_comprehensive_vision.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_comprehensive_voice.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_comprehensive_whisper.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_config.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_context.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_context_pipeline_e2e.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_delete_command.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_embeddings_retrieval.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_evidence_and_lifecycle_hooks.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_execution_policies.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_home_build_anchor.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_kv_cap.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_loop_recovery_ladder.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_model_config.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_models_catalog.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_not_found_recovery.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_paste_collapse.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_path_healing.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_prompt_language_steering.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_quant_browser_and_thinking.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_ram_ctx_ladder.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_real_models.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_reasoning_loop.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_run_json.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_runtime.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_security_hardening.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_subproc_env.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_syntax_check.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_task_statement_pinning.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_thermal.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_toolkit.py +0 -0
- {localcode-0.3.35 → localcode-0.3.37}/tests/test_tui_input.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: localcode
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.37
|
|
4
4
|
Summary: High-performance AI coding on consumer hardware.
|
|
5
5
|
Author: LocalCode contributors
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -70,7 +70,7 @@ Dynamic: license-file
|
|
|
70
70
|
## Install
|
|
71
71
|
|
|
72
72
|
```bash
|
|
73
|
-
pip install localcode
|
|
73
|
+
pip install localcode # or: uv pip install localcode
|
|
74
74
|
```
|
|
75
75
|
|
|
76
76
|
## Run
|
|
@@ -80,8 +80,6 @@ cd your-project
|
|
|
80
80
|
localcode
|
|
81
81
|
```
|
|
82
82
|
|
|
83
|
-
That's it. First launch builds the inference server and downloads the model (~5 min, one time). After that, startup is ~15 seconds.
|
|
84
|
-
|
|
85
83
|
## Docs
|
|
86
84
|
|
|
87
85
|
Docs are published at [mjwsolo.github.io/localcode](https://mjwsolo.github.io/localcode/).
|
|
@@ -119,11 +117,15 @@ LocalCode is early software. Hardware support is expected to broaden, but only t
|
|
|
119
117
|
|
|
120
118
|
| Mac | Memory | Status | Notes |
|
|
121
119
|
| --- | ---: | --- | --- |
|
|
122
|
-
|
|
|
120
|
+
| M5 Apple Silicon | up to 128 GB | Tested | Primary development machine (M5 Max) |
|
|
121
|
+
| M4 MacBook | 16 GB | Tested | Validated at the 16 GB floor |
|
|
123
122
|
| M1/M2/M3 Apple Silicon | 16 GB+ | Not yet tested | Expected to work, but needs validation |
|
|
124
123
|
| M4 Apple Silicon | 24 GB+ | Not yet tested | Expected to support larger contexts, but needs validation |
|
|
125
124
|
| Intel Mac | Any | Not supported | LocalCode targets Apple Silicon |
|
|
126
125
|
|
|
126
|
+
> Linux installs and runs in CI for development, but Apple Silicon is the
|
|
127
|
+
> supported target — the Metal-accelerated inference path is Mac-only.
|
|
128
|
+
|
|
127
129
|
## Models
|
|
128
130
|
|
|
129
131
|
On launch, LocalCode recommends the best model for **your Mac's RAM** — there's no fixed default. You can pick any of these (or a different quant) in the model picker.
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
## Install
|
|
24
24
|
|
|
25
25
|
```bash
|
|
26
|
-
pip install localcode
|
|
26
|
+
pip install localcode # or: uv pip install localcode
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
## Run
|
|
@@ -33,8 +33,6 @@ cd your-project
|
|
|
33
33
|
localcode
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
That's it. First launch builds the inference server and downloads the model (~5 min, one time). After that, startup is ~15 seconds.
|
|
37
|
-
|
|
38
36
|
## Docs
|
|
39
37
|
|
|
40
38
|
Docs are published at [mjwsolo.github.io/localcode](https://mjwsolo.github.io/localcode/).
|
|
@@ -72,11 +70,15 @@ LocalCode is early software. Hardware support is expected to broaden, but only t
|
|
|
72
70
|
|
|
73
71
|
| Mac | Memory | Status | Notes |
|
|
74
72
|
| --- | ---: | --- | --- |
|
|
75
|
-
|
|
|
73
|
+
| M5 Apple Silicon | up to 128 GB | Tested | Primary development machine (M5 Max) |
|
|
74
|
+
| M4 MacBook | 16 GB | Tested | Validated at the 16 GB floor |
|
|
76
75
|
| M1/M2/M3 Apple Silicon | 16 GB+ | Not yet tested | Expected to work, but needs validation |
|
|
77
76
|
| M4 Apple Silicon | 24 GB+ | Not yet tested | Expected to support larger contexts, but needs validation |
|
|
78
77
|
| Intel Mac | Any | Not supported | LocalCode targets Apple Silicon |
|
|
79
78
|
|
|
79
|
+
> Linux installs and runs in CI for development, but Apple Silicon is the
|
|
80
|
+
> supported target — the Metal-accelerated inference path is Mac-only.
|
|
81
|
+
|
|
80
82
|
## Models
|
|
81
83
|
|
|
82
84
|
On launch, LocalCode recommends the best model for **your Mac's RAM** — there's no fixed default. You can pick any of these (or a different quant) in the model picker.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
__all__ = ["__version__"]
|
|
2
|
+
|
|
3
|
+
# Read the version from installed package metadata so it can never drift from
|
|
4
|
+
# pyproject.toml (it was hardcoded and went ~12 releases stale). Falls back to a
|
|
5
|
+
# hardcoded value only when running from a source tree that isn't installed.
|
|
6
|
+
from importlib.metadata import PackageNotFoundError, version as _pkg_version
|
|
7
|
+
|
|
8
|
+
try:
|
|
9
|
+
__version__ = _pkg_version("localcode")
|
|
10
|
+
except PackageNotFoundError: # not installed (e.g. raw source checkout)
|
|
11
|
+
__version__ = "0.3.37"
|
|
@@ -85,6 +85,8 @@ from .recovery import (
|
|
|
85
85
|
)
|
|
86
86
|
from .tool_orchestration import prefetch_parallel_tool_calls
|
|
87
87
|
from .streaming import finish_thinking_display, stream_model_round
|
|
88
|
+
from .round_policy import NextRoundPolicy
|
|
89
|
+
from .recovery_controller import content_length_recovery
|
|
88
90
|
from .tool_execution import (
|
|
89
91
|
_HARD_STOP_THRESHOLD,
|
|
90
92
|
ToolExecutionState,
|
|
@@ -438,9 +440,10 @@ def run_agent_loop(
|
|
|
438
440
|
_todo_stuck_count = 0
|
|
439
441
|
_last_todo_remaining = 10**9
|
|
440
442
|
_edit_recovery_nudges = 0
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
443
|
+
_next_round_policy: NextRoundPolicy | None = None
|
|
444
|
+
_content_length_recoveries = 0
|
|
445
|
+
_content_recovery_active = False
|
|
446
|
+
_MAX_CONTENT_LENGTH_RECOVERIES = 3
|
|
444
447
|
_MAX_CONSECUTIVE_CORRECTIONS = 2
|
|
445
448
|
_generic_correction_nudges = 0
|
|
446
449
|
# Fires at most once per turn when an identical failing call crosses the
|
|
@@ -699,9 +702,11 @@ def run_agent_loop(
|
|
|
699
702
|
# `itertools.count()` gives an unbounded loop; positive
|
|
700
703
|
# MAX_ROUNDS still works for eval / batch use cases.
|
|
701
704
|
import itertools as _itertools
|
|
705
|
+
_configured_max_rounds = max(0, int(getattr(app.config.runtime, "max_rounds", 0) or 0))
|
|
706
|
+
_effective_max_rounds = _configured_max_rounds or MAX_ROUNDS
|
|
702
707
|
_round_iter = (
|
|
703
708
|
() if _deterministic_launch_done else
|
|
704
|
-
_itertools.count() if
|
|
709
|
+
_itertools.count() if _effective_max_rounds <= 0 else range(_effective_max_rounds)
|
|
705
710
|
)
|
|
706
711
|
for round_num in _round_iter:
|
|
707
712
|
# Cancel check — user typed "stop" while the turn was running.
|
|
@@ -800,16 +805,23 @@ def run_agent_loop(
|
|
|
800
805
|
task_stage=round_task_stage,
|
|
801
806
|
user_text=user_text,
|
|
802
807
|
)
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
808
|
+
from ..reasoning_capabilities import reasoning_capabilities
|
|
809
|
+
_reasoning_caps = reasoning_capabilities(
|
|
810
|
+
str(getattr(app.config.runtime, "model", "")),
|
|
811
|
+
str(getattr(app.config.runtime, "provider", "llama_cpp")),
|
|
812
|
+
)
|
|
813
|
+
_requested_thinking = bool(round_use_thinking)
|
|
814
|
+
round_use_thinking = bool(round_use_thinking and _reasoning_caps.supported)
|
|
815
|
+
# Single source of truth for this round's decode mode. Normal rounds
|
|
816
|
+
# carry the round's own thinking decision; a recovery round scheduled by
|
|
817
|
+
# the PREVIOUS round (a reasoning-loop abort) carries use_thinking=False,
|
|
818
|
+
# which decodes without the reasoning channel and breaks the attractor.
|
|
819
|
+
# A text nudge alone re-enters the same attractor (same prompt/samplers/
|
|
820
|
+
# template) — changing the decode is what actually escapes it. Fault
|
|
821
|
+
# recovery only; it does not reinterpret the user's `on` setting.
|
|
822
|
+
_round_policy = _next_round_policy or NextRoundPolicy(round_use_thinking)
|
|
823
|
+
_next_round_policy = None
|
|
824
|
+
round_use_thinking = _round_policy.use_thinking
|
|
813
825
|
try:
|
|
814
826
|
_ctx_chars = None
|
|
815
827
|
try:
|
|
@@ -902,6 +914,14 @@ def run_agent_loop(
|
|
|
902
914
|
]
|
|
903
915
|
except Exception:
|
|
904
916
|
pass
|
|
917
|
+
from ..compaction import normalize_tool_protocol, protocol_errors
|
|
918
|
+
normalize_tool_protocol(model_messages)
|
|
919
|
+
_protocol_errors = protocol_errors(model_messages)
|
|
920
|
+
if _protocol_errors:
|
|
921
|
+
raise ValueError(
|
|
922
|
+
"invalid tool transcript before generation: "
|
|
923
|
+
+ "; ".join(_protocol_errors[:5])
|
|
924
|
+
)
|
|
905
925
|
round_tool_schemas = schemas_for_goal(
|
|
906
926
|
_goal_state.goal_type,
|
|
907
927
|
user_text,
|
|
@@ -930,10 +950,27 @@ def run_agent_loop(
|
|
|
930
950
|
len(str(m.get("content") or "")) for m in model_messages
|
|
931
951
|
),
|
|
932
952
|
use_thinking=bool(round_use_thinking),
|
|
953
|
+
requested_thinking=_requested_thinking,
|
|
954
|
+
effective_thinking=bool(round_use_thinking),
|
|
955
|
+
reasoning_family=_reasoning_caps.family,
|
|
956
|
+
reasoning_control=_reasoning_caps.control.value,
|
|
957
|
+
thinking_budget_tokens=int(
|
|
958
|
+
getattr(app.config.runtime, "thinking_budget_tokens", 0) or 0
|
|
959
|
+
),
|
|
960
|
+
recovery_reason=_round_policy.recovery_reason,
|
|
961
|
+
recovery_attempt=_round_policy.recovery_attempt,
|
|
933
962
|
max_output_tokens=int(MAX_OUTPUT_TOKENS),
|
|
934
963
|
tool_schema_count=len(round_tool_schemas),
|
|
935
964
|
tool_schemas=round_tool_names,
|
|
936
965
|
)
|
|
966
|
+
_emit_round(
|
|
967
|
+
"generation_started",
|
|
968
|
+
turn_id=_turn_id,
|
|
969
|
+
round_idx=round_num,
|
|
970
|
+
requested_thinking=_requested_thinking,
|
|
971
|
+
effective_thinking=bool(round_use_thinking),
|
|
972
|
+
reasoning_family=_reasoning_caps.family,
|
|
973
|
+
)
|
|
937
974
|
except Exception:
|
|
938
975
|
pass
|
|
939
976
|
_stream_result = stream_model_round(
|
|
@@ -977,6 +1014,29 @@ def run_agent_loop(
|
|
|
977
1014
|
_stream_result.total_tokens
|
|
978
1015
|
or ((_stream_result.prompt_tokens or 0) + (_stream_result.completion_tokens or 0))
|
|
979
1016
|
)
|
|
1017
|
+
if _round_policy.recovery_reason and not _stream_result.thinking_abort:
|
|
1018
|
+
try:
|
|
1019
|
+
from ..events import emit as _emit_recovered
|
|
1020
|
+
_emit_recovered(
|
|
1021
|
+
"recovery_completed",
|
|
1022
|
+
reason=_round_policy.recovery_reason,
|
|
1023
|
+
attempt=_round_policy.recovery_attempt,
|
|
1024
|
+
finish_reason=_stream_result.finish_reason,
|
|
1025
|
+
)
|
|
1026
|
+
except Exception:
|
|
1027
|
+
pass
|
|
1028
|
+
if _content_recovery_active and _stream_result.finish_reason != "length":
|
|
1029
|
+
try:
|
|
1030
|
+
from ..events import emit as _emit_content_recovered
|
|
1031
|
+
_emit_content_recovered(
|
|
1032
|
+
"recovery_completed",
|
|
1033
|
+
reason="max_output_tokens",
|
|
1034
|
+
attempts=_content_length_recoveries,
|
|
1035
|
+
finish_reason=_stream_result.finish_reason,
|
|
1036
|
+
)
|
|
1037
|
+
except Exception:
|
|
1038
|
+
pass
|
|
1039
|
+
_content_recovery_active = False
|
|
980
1040
|
except KeyboardInterrupt:
|
|
981
1041
|
out.print_info("Interrupted.")
|
|
982
1042
|
_loop_exit_reason = "stream_interrupt"
|
|
@@ -1010,7 +1070,14 @@ def run_agent_loop(
|
|
|
1010
1070
|
# the SAME round with thinking off (consumed at the top of the
|
|
1011
1071
|
# loop), which changes the generation path and breaks the loop.
|
|
1012
1072
|
_thinking_loop_recoveries += 1
|
|
1013
|
-
|
|
1073
|
+
_next_round_policy = _round_policy.recover_without_thinking("reasoning_loop")
|
|
1074
|
+
try:
|
|
1075
|
+
from ..events import emit as _emit_recovery
|
|
1076
|
+
_emit_recovery("generation_aborted", reason="reasoning_loop", round_idx=round_num)
|
|
1077
|
+
_emit_recovery("recovery_scheduled", reason="reasoning_loop", mode="no_thinking",
|
|
1078
|
+
attempt=_thinking_loop_recoveries)
|
|
1079
|
+
except Exception:
|
|
1080
|
+
pass
|
|
1014
1081
|
out.notice(
|
|
1015
1082
|
"Model reasoning started repeating itself — retrying this "
|
|
1016
1083
|
"step without deep reasoning so it acts instead of looping."
|
|
@@ -1149,6 +1216,47 @@ def run_agent_loop(
|
|
|
1149
1216
|
except Exception:
|
|
1150
1217
|
pass
|
|
1151
1218
|
|
|
1219
|
+
# Claude-style bounded continuation for ordinary content truncation.
|
|
1220
|
+
# Keep valid visible content, but ask the model to resume directly from
|
|
1221
|
+
# the cutoff without recap. Partial tool calls are handled separately
|
|
1222
|
+
# below and are always discarded rather than executed.
|
|
1223
|
+
if (
|
|
1224
|
+
_round_finish_reason == "length"
|
|
1225
|
+
and not tool_calls
|
|
1226
|
+
and not _round_pending_tool_count
|
|
1227
|
+
):
|
|
1228
|
+
_length_decision = content_length_recovery(
|
|
1229
|
+
_content_length_recoveries, _MAX_CONTENT_LENGTH_RECOVERIES
|
|
1230
|
+
)
|
|
1231
|
+
if _length_decision.action == "retry":
|
|
1232
|
+
_content_length_recoveries = _length_decision.attempt
|
|
1233
|
+
_content_recovery_active = True
|
|
1234
|
+
# This fragment is valid user-visible output. Preserve it in
|
|
1235
|
+
# the turn result before continuing; only partial tool calls
|
|
1236
|
+
# are discarded.
|
|
1237
|
+
if content:
|
|
1238
|
+
full_response.append(content)
|
|
1239
|
+
messages.append({
|
|
1240
|
+
"role": "user",
|
|
1241
|
+
"content": _length_decision.message,
|
|
1242
|
+
})
|
|
1243
|
+
_ephemeral_nudge_indices.append(len(messages) - 1)
|
|
1244
|
+
try:
|
|
1245
|
+
from ..events import emit as _emit_continue
|
|
1246
|
+
_emit_continue("recovery_scheduled", reason="max_output_tokens",
|
|
1247
|
+
mode="continue_from_cutoff", attempt=_content_length_recoveries)
|
|
1248
|
+
except Exception:
|
|
1249
|
+
pass
|
|
1250
|
+
continue
|
|
1251
|
+
try:
|
|
1252
|
+
from ..events import emit as _emit_exhausted
|
|
1253
|
+
_emit_exhausted("recovery_exhausted", reason="max_output_tokens",
|
|
1254
|
+
attempts=_content_length_recoveries)
|
|
1255
|
+
except Exception:
|
|
1256
|
+
pass
|
|
1257
|
+
_loop_exit_reason = "max_output_recovery_exhausted"
|
|
1258
|
+
break
|
|
1259
|
+
|
|
1152
1260
|
if _same_round_signature_count >= 5:
|
|
1153
1261
|
try:
|
|
1154
1262
|
from ..events import emit as _emit_same_signature_loop
|
|
@@ -2414,8 +2522,8 @@ def run_agent_loop(
|
|
|
2414
2522
|
# (i.e. `range(MAX_ROUNDS)` was consumed without a `break`).
|
|
2415
2523
|
# When MAX_ROUNDS<=0 we use `itertools.count()` which never
|
|
2416
2524
|
# exhausts, so this branch only fires for a positive cap.
|
|
2417
|
-
if
|
|
2418
|
-
out.print_info(f"Reached max rounds ({
|
|
2525
|
+
if _effective_max_rounds > 0:
|
|
2526
|
+
out.print_info(f"Reached max rounds ({_effective_max_rounds})")
|
|
2419
2527
|
_loop_exit_reason = "max_rounds"
|
|
2420
2528
|
|
|
2421
2529
|
# Fallback: if we somehow exited without setting a reason, mark
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"""Bounded model-generation recovery decisions, separate from loop plumbing."""
|
|
2
|
+
from __future__ import annotations
|
|
3
|
+
|
|
4
|
+
from dataclasses import dataclass
|
|
5
|
+
|
|
6
|
+
__all__ = ["RecoveryDecision", "content_length_recovery"]
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
@dataclass(frozen=True)
|
|
10
|
+
class RecoveryDecision:
|
|
11
|
+
action: str
|
|
12
|
+
reason: str
|
|
13
|
+
attempt: int
|
|
14
|
+
message: str = ""
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
def content_length_recovery(attempts: int, cap: int = 3) -> RecoveryDecision:
|
|
18
|
+
if attempts < cap:
|
|
19
|
+
return RecoveryDecision(
|
|
20
|
+
"retry", "max_output_tokens", attempts + 1,
|
|
21
|
+
"SYSTEM: The previous response ended at the output limit. "
|
|
22
|
+
"Continue directly from the exact cutoff. Do not recap, repeat "
|
|
23
|
+
"completed text, or restart the answer.",
|
|
24
|
+
)
|
|
25
|
+
return RecoveryDecision("exhaust", "max_output_tokens", attempts)
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"""Explicit policy snapshot for the next model round (Pi-style transition)."""
|
|
2
|
+
from __future__ import annotations
|
|
3
|
+
|
|
4
|
+
from dataclasses import dataclass, replace
|
|
5
|
+
|
|
6
|
+
__all__ = ["NextRoundPolicy"]
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
@dataclass(frozen=True)
|
|
10
|
+
class NextRoundPolicy:
|
|
11
|
+
use_thinking: bool
|
|
12
|
+
recovery_reason: str = ""
|
|
13
|
+
recovery_attempt: int = 0
|
|
14
|
+
commit_response: bool = True
|
|
15
|
+
|
|
16
|
+
def recover_without_thinking(self, reason: str) -> "NextRoundPolicy":
|
|
17
|
+
return replace(
|
|
18
|
+
self,
|
|
19
|
+
use_thinking=False,
|
|
20
|
+
recovery_reason=reason,
|
|
21
|
+
recovery_attempt=self.recovery_attempt + 1,
|
|
22
|
+
commit_response=False,
|
|
23
|
+
)
|
|
@@ -113,6 +113,51 @@ def estimate_tokens(messages: list[dict[str, Any]]) -> int:
|
|
|
113
113
|
return total_chars // _CHARS_PER_TOKEN
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
def protocol_errors(messages: list[dict[str, Any]]) -> list[str]:
|
|
117
|
+
"""Return tool-call/tool-result trajectory violations in transcript order."""
|
|
118
|
+
pending: set[str] = set()
|
|
119
|
+
errors: list[str] = []
|
|
120
|
+
for index, message in enumerate(messages):
|
|
121
|
+
if message.get("role") == "assistant":
|
|
122
|
+
for call in message.get("tool_calls") or []:
|
|
123
|
+
call_id = str(call.get("id") or "")
|
|
124
|
+
if not call_id:
|
|
125
|
+
errors.append(f"assistant[{index}] has a tool call without an id")
|
|
126
|
+
else:
|
|
127
|
+
pending.add(call_id)
|
|
128
|
+
elif message.get("role") == "tool":
|
|
129
|
+
call_id = str(message.get("tool_call_id") or "")
|
|
130
|
+
if call_id not in pending:
|
|
131
|
+
errors.append(f"tool[{index}] has no preceding call: {call_id}")
|
|
132
|
+
else:
|
|
133
|
+
pending.remove(call_id)
|
|
134
|
+
errors.extend(f"tool call has no result: {call_id}" for call_id in sorted(pending))
|
|
135
|
+
return errors
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
def normalize_tool_protocol(messages: list[dict[str, Any]]) -> list[dict[str, Any]]:
|
|
139
|
+
"""Fill legacy/malformed missing tool IDs deterministically in place."""
|
|
140
|
+
awaiting: list[str] = []
|
|
141
|
+
serial = 0
|
|
142
|
+
for message in messages:
|
|
143
|
+
if message.get("role") == "assistant":
|
|
144
|
+
for call in message.get("tool_calls") or []:
|
|
145
|
+
call_id = str(call.get("id") or "")
|
|
146
|
+
if not call_id:
|
|
147
|
+
serial += 1
|
|
148
|
+
call_id = f"localcode_call_{serial}"
|
|
149
|
+
call["id"] = call_id
|
|
150
|
+
awaiting.append(call_id)
|
|
151
|
+
elif message.get("role") == "tool":
|
|
152
|
+
call_id = str(message.get("tool_call_id") or "")
|
|
153
|
+
if not call_id and awaiting:
|
|
154
|
+
call_id = awaiting[0]
|
|
155
|
+
message["tool_call_id"] = call_id
|
|
156
|
+
if call_id in awaiting:
|
|
157
|
+
awaiting.remove(call_id)
|
|
158
|
+
return messages
|
|
159
|
+
|
|
160
|
+
|
|
116
161
|
def _compact_fraction() -> float:
|
|
117
162
|
"""The fraction of the usable window at which auto-compaction fires.
|
|
118
163
|
|
|
@@ -290,4 +335,7 @@ def compact(
|
|
|
290
335
|
compacted: list[dict[str, Any]] = list(sys_msgs)
|
|
291
336
|
compacted.append({"role": "system", "content": memo})
|
|
292
337
|
compacted.extend(keep)
|
|
338
|
+
normalize_tool_protocol(compacted)
|
|
339
|
+
if protocol_errors(compacted):
|
|
340
|
+
return messages
|
|
293
341
|
return compacted
|
|
@@ -50,6 +50,8 @@ temperature = 1.0
|
|
|
50
50
|
max_context_chars = 200000
|
|
51
51
|
request_timeout_seconds = 600
|
|
52
52
|
max_retries = 3
|
|
53
|
+
max_rounds = 0
|
|
54
|
+
thinking_budget_tokens = 0
|
|
53
55
|
|
|
54
56
|
[search]
|
|
55
57
|
provider = "duckduckgo"
|
|
@@ -96,6 +98,8 @@ class RuntimeConfig:
|
|
|
96
98
|
adaptive_execution: bool = False
|
|
97
99
|
escalation_enabled: bool = False
|
|
98
100
|
low_overhead_mode: bool = True
|
|
101
|
+
max_rounds: int = 0 # 0 = unlimited interactive loop; positive for batch/eval
|
|
102
|
+
thinking_budget_tokens: int = 0 # 0 = catalog default; negative disables
|
|
99
103
|
laptop_26b_runtime_mode: str = "turbo"
|
|
100
104
|
internal_thinking_mode: str = "off"
|
|
101
105
|
quant_preset: str = "balanced"
|
|
@@ -227,6 +231,8 @@ def save_config(config: AppConfig) -> Path:
|
|
|
227
231
|
f"adaptive_execution = {'true' if config.runtime.adaptive_execution else 'false'}\n"
|
|
228
232
|
f"escalation_enabled = {'true' if config.runtime.escalation_enabled else 'false'}\n"
|
|
229
233
|
f"low_overhead_mode = {'true' if config.runtime.low_overhead_mode else 'false'}\n"
|
|
234
|
+
f"max_rounds = {config.runtime.max_rounds}\n"
|
|
235
|
+
f"thinking_budget_tokens = {config.runtime.thinking_budget_tokens}\n"
|
|
230
236
|
f'laptop_26b_runtime_mode = "{config.runtime.laptop_26b_runtime_mode}"\n'
|
|
231
237
|
f'internal_thinking_mode = "{config.runtime.internal_thinking_mode}"\n'
|
|
232
238
|
f'quant_preset = "{config.runtime.quant_preset}"\n'
|
|
@@ -313,6 +319,8 @@ def load_config() -> AppConfig:
|
|
|
313
319
|
adaptive_execution=str(os.environ.get("LOCALCODE_ADAPTIVE_EXECUTION", runtime_data.get("adaptive_execution", True))).lower() in {"1", "true", "yes", "on"},
|
|
314
320
|
escalation_enabled=str(os.environ.get("LOCALCODE_ESCALATION_ENABLED", runtime_data.get("escalation_enabled", True))).lower() in {"1", "true", "yes", "on"},
|
|
315
321
|
low_overhead_mode=str(os.environ.get("LOCALCODE_LOW_OVERHEAD_MODE", runtime_data.get("low_overhead_mode", False))).lower() in {"1", "true", "yes", "on"},
|
|
322
|
+
max_rounds=max(0, int(os.environ.get("LOCALCODE_MAX_ROUNDS", runtime_data.get("max_rounds", runtime_data.get("max_turns", 0))))),
|
|
323
|
+
thinking_budget_tokens=int(os.environ.get("LOCALCODE_THINKING_BUDGET", runtime_data.get("thinking_budget_tokens", 0))),
|
|
316
324
|
laptop_26b_runtime_mode=os.environ.get("LOCALCODE_LAPTOP_26B_RUNTIME_MODE", runtime_data.get("laptop_26b_runtime_mode", "auto")),
|
|
317
325
|
internal_thinking_mode=os.environ.get("LOCALCODE_INTERNAL_THINKING_MODE", runtime_data.get("internal_thinking_mode", "off")),
|
|
318
326
|
quant_preset=os.environ.get("LOCALCODE_QUANT_PRESET", runtime_data.get("quant_preset", "balanced")),
|
|
@@ -447,6 +455,10 @@ def _apply_project_config(config: AppConfig, project_root: Path | None = None) -
|
|
|
447
455
|
config.runtime.laptop_26b_runtime_mode = str(rt["laptop_26b_runtime_mode"]).strip() or "auto"
|
|
448
456
|
if "internal_thinking_mode" in rt:
|
|
449
457
|
config.runtime.internal_thinking_mode = str(rt["internal_thinking_mode"]).strip() or "off"
|
|
458
|
+
if "max_rounds" in rt:
|
|
459
|
+
config.runtime.max_rounds = max(0, int(rt["max_rounds"]))
|
|
460
|
+
if "thinking_budget_tokens" in rt:
|
|
461
|
+
config.runtime.thinking_budget_tokens = int(rt["thinking_budget_tokens"])
|
|
450
462
|
if "planner_hints_enabled" in rt:
|
|
451
463
|
config.runtime.planner_hints_enabled = str(rt["planner_hints_enabled"]).lower() in {"1", "true", "yes", "on"}
|
|
452
464
|
|
|
@@ -128,6 +128,12 @@ def build_parser() -> argparse.ArgumentParser:
|
|
|
128
128
|
"pair with LOCALCODE_SERVER_FLAVOR=vanilla)")
|
|
129
129
|
run.add_argument("--timeout", type=int, default=0,
|
|
130
130
|
help="abort after N seconds (0 = no limit)")
|
|
131
|
+
run.add_argument("--max-rounds", type=int, default=None,
|
|
132
|
+
help="maximum model/tool rounds (0 = unlimited)")
|
|
133
|
+
run.add_argument("--thinking", choices=["off", "auto", "on"], default=None,
|
|
134
|
+
help="hidden-reasoning policy for this run")
|
|
135
|
+
run.add_argument("--thinking-budget", type=int, default=None,
|
|
136
|
+
help="reasoning-token budget (0 = model default, negative = disable)")
|
|
131
137
|
run.add_argument("--quiet", action="store_true",
|
|
132
138
|
help="suppress streamed agent output; print only the final answer")
|
|
133
139
|
run.add_argument("--json", action="store_true",
|
|
@@ -351,6 +357,14 @@ def main(argv: list[str] | None = None) -> None:
|
|
|
351
357
|
console.print(f"\n{'[green]✓[/]' if ok else '[yellow]⚠[/]'} {msg}")
|
|
352
358
|
sys.exit(0 if ok else 1)
|
|
353
359
|
if args.command == "run":
|
|
360
|
+
if args.max_rounds is not None:
|
|
361
|
+
if args.max_rounds < 0:
|
|
362
|
+
parser.error("--max-rounds must be 0 or greater")
|
|
363
|
+
config.runtime.max_rounds = args.max_rounds
|
|
364
|
+
if args.thinking is not None:
|
|
365
|
+
config.runtime.internal_thinking_mode = args.thinking
|
|
366
|
+
if args.thinking_budget is not None:
|
|
367
|
+
config.runtime.thinking_budget_tokens = args.thinking_budget
|
|
354
368
|
sys.exit(_run_headless(config, args, console))
|
|
355
369
|
|
|
356
370
|
# --preview-screen: visual-test a screen in isolation. Mocks the
|
|
@@ -159,10 +159,15 @@ EVENT_BUCKETS: dict[str, str] = {
|
|
|
159
159
|
# model behavior
|
|
160
160
|
"thinking_abort": "model",
|
|
161
161
|
"model_loop_detected": "model",
|
|
162
|
+
"generation_started": "model",
|
|
163
|
+
"generation_aborted": "model",
|
|
162
164
|
# recovery
|
|
163
165
|
"auto_nudge": "recovery",
|
|
164
166
|
"compaction": "recovery",
|
|
165
167
|
"server_reconnect": "recovery",
|
|
168
|
+
"recovery_scheduled": "recovery",
|
|
169
|
+
"recovery_completed": "recovery",
|
|
170
|
+
"recovery_exhausted": "recovery",
|
|
166
171
|
# error
|
|
167
172
|
"error": "error",
|
|
168
173
|
}
|
|
@@ -44,6 +44,7 @@ class JsonlEmitter:
|
|
|
44
44
|
self.prompt_tokens = 0
|
|
45
45
|
self.completion_tokens = 0
|
|
46
46
|
self.total_tokens = 0
|
|
47
|
+
self.last_turn_end: dict[str, Any] = {}
|
|
47
48
|
|
|
48
49
|
def _write(self, obj: dict[str, Any]) -> None:
|
|
49
50
|
# Single line, no pretty-printing — each line must be one valid
|
|
@@ -67,6 +68,8 @@ class JsonlEmitter:
|
|
|
67
68
|
self.prompt_tokens += _as_int(payload.get("prompt_tokens"))
|
|
68
69
|
self.completion_tokens += _as_int(payload.get("completion_tokens"))
|
|
69
70
|
self.total_tokens += _as_int(payload.get("total_tokens"))
|
|
71
|
+
elif event_type == "turn_end":
|
|
72
|
+
self.last_turn_end = dict(payload)
|
|
70
73
|
record: dict[str, Any] = {"type": event_type}
|
|
71
74
|
record.update(payload)
|
|
72
75
|
self._write(record)
|
|
@@ -199,7 +202,12 @@ def run_headless_json(config, args) -> int:
|
|
|
199
202
|
except Exception:
|
|
200
203
|
pass
|
|
201
204
|
|
|
202
|
-
|
|
205
|
+
turn_end = emitter.last_turn_end
|
|
206
|
+
completion = str(turn_end.get("completion_status") or "")
|
|
207
|
+
reason = str(turn_end.get("loop_exit_reason") or "completed")
|
|
208
|
+
if completion and completion != "completed":
|
|
209
|
+
return _emit_result("incomplete", 1, reason, result_text or "")
|
|
210
|
+
return _emit_result("ok", 0, reason, result_text or "")
|
|
203
211
|
|
|
204
212
|
|
|
205
213
|
def open_clean_stdout() -> TextIO:
|
|
@@ -78,6 +78,10 @@ class ModelChoice:
|
|
|
78
78
|
# any entry left unpinned downloads exactly as before.
|
|
79
79
|
revision: str = "main"
|
|
80
80
|
sha256: str | None = None
|
|
81
|
+
reasoning_control: str = "chat_template"
|
|
82
|
+
reasoning_budget_tokens: int = 8192
|
|
83
|
+
preserves_reasoning: bool = True
|
|
84
|
+
supports_parallel_tools: bool = False
|
|
81
85
|
|
|
82
86
|
@property
|
|
83
87
|
def hf_url(self) -> str:
|
|
@@ -133,7 +137,7 @@ class ModelChoice:
|
|
|
133
137
|
hidden-reasoning stream to toggle (the status bar shows `n/a`); every
|
|
134
138
|
other catalog arch supports it. Derived from the architecture.
|
|
135
139
|
"""
|
|
136
|
-
return
|
|
140
|
+
return self.reasoning_control != "none"
|
|
137
141
|
|
|
138
142
|
@property
|
|
139
143
|
def supports_audio_in(self) -> bool:
|
|
@@ -267,6 +271,8 @@ CHOICES: list[ModelChoice] = [
|
|
|
267
271
|
"Apache 2.0. GGUF Q4_K_M is ~15.7 GiB, so treat as a 32 GB+ unified-memory pick until "
|
|
268
272
|
"this stack has measured load/runtime behavior. No LocalCode HumanEval number yet."
|
|
269
273
|
),
|
|
274
|
+
reasoning_control="none",
|
|
275
|
+
reasoning_budget_tokens=0,
|
|
270
276
|
),
|
|
271
277
|
ModelChoice(
|
|
272
278
|
key="north-mini-code",
|
|
@@ -285,6 +291,7 @@ CHOICES: list[ModelChoice] = [
|
|
|
285
291
|
"on first use (one-time, ~5-12 min) and serves it with stock flags. "
|
|
286
292
|
"Apache 2.0. ~17.9 GiB; recommend 32 GB+ unified memory."
|
|
287
293
|
),
|
|
294
|
+
reasoning_budget_tokens=0,
|
|
288
295
|
),
|
|
289
296
|
ModelChoice(
|
|
290
297
|
key="gemma-q8",
|
|
@@ -285,8 +285,11 @@ class OutputManager:
|
|
|
285
285
|
self._stop_indicator()
|
|
286
286
|
lines = result.strip().splitlines()
|
|
287
287
|
if error:
|
|
288
|
+
# A tool returning an error is normal, recoverable agentic operation
|
|
289
|
+
# (the model reads it and adjusts) — render it calm amber, NOT alarm
|
|
290
|
+
# red. Red is reserved for a terminal, turn-ending failure (set_error).
|
|
288
291
|
for line in lines[:5]:
|
|
289
|
-
sys.stdout.write(f"\033[
|
|
292
|
+
sys.stdout.write(f"\033[33m └ {line[:90]}\033[0m\n")
|
|
290
293
|
elif lines:
|
|
291
294
|
max_lines = 8
|
|
292
295
|
for i, line in enumerate(lines[:max_lines]):
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"""LocalCode public automation protocol.
|
|
2
|
+
|
|
3
|
+
The single, versioned, dependency-light definition of the `localcode run --json`
|
|
4
|
+
event stream. Both the native `eval/` harness and the Harbor plugin consume
|
|
5
|
+
LocalCode through this package — neither maintains its own JSONL parser or
|
|
6
|
+
failure taxonomy (integration plan §7.2.1). Standard library only, so any
|
|
7
|
+
consumer can import it without pulling in LocalCode's full dependency tree.
|
|
8
|
+
|
|
9
|
+
Typical use:
|
|
10
|
+
|
|
11
|
+
from localcode.protocol import parse_stream, outcome_from_parse
|
|
12
|
+
|
|
13
|
+
parsed = parse_stream(process.stdout) # incremental, memory-bounded
|
|
14
|
+
outcome = outcome_from_parse(parsed) # normalized RunOutcome
|
|
15
|
+
if outcome.clean_finish: # LocalCode's loop finished...
|
|
16
|
+
... # ...verifier still decides pass/fail
|
|
17
|
+
"""
|
|
18
|
+
from __future__ import annotations
|
|
19
|
+
|
|
20
|
+
from .events import (
|
|
21
|
+
SCHEMA_MAJOR,
|
|
22
|
+
SCHEMA_MINOR,
|
|
23
|
+
SCHEMA_VERSION,
|
|
24
|
+
Event,
|
|
25
|
+
SchemaVersion,
|
|
26
|
+
UnsupportedSchemaError,
|
|
27
|
+
)
|
|
28
|
+
from .jsonl import ParseProblem, ParseResult, iter_events, parse_stream
|
|
29
|
+
from .outcomes import (
|
|
30
|
+
FailureCategory,
|
|
31
|
+
RunOutcome,
|
|
32
|
+
normalize_reason,
|
|
33
|
+
outcome_from_parse,
|
|
34
|
+
redact,
|
|
35
|
+
)
|
|
36
|
+
|
|
37
|
+
__all__ = [
|
|
38
|
+
# schema
|
|
39
|
+
"SCHEMA_MAJOR",
|
|
40
|
+
"SCHEMA_MINOR",
|
|
41
|
+
"SCHEMA_VERSION",
|
|
42
|
+
"SchemaVersion",
|
|
43
|
+
"UnsupportedSchemaError",
|
|
44
|
+
# events + parsing
|
|
45
|
+
"Event",
|
|
46
|
+
"ParseProblem",
|
|
47
|
+
"ParseResult",
|
|
48
|
+
"parse_stream",
|
|
49
|
+
"iter_events",
|
|
50
|
+
# outcomes
|
|
51
|
+
"FailureCategory",
|
|
52
|
+
"RunOutcome",
|
|
53
|
+
"normalize_reason",
|
|
54
|
+
"outcome_from_parse",
|
|
55
|
+
"redact",
|
|
56
|
+
]
|