localcode 0.3.36__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.36/src/localcode.egg-info → localcode-0.3.37}/PKG-INFO +7 -5
- {localcode-0.3.36 → localcode-0.3.37}/README.md +6 -4
- {localcode-0.3.36 → localcode-0.3.37}/pyproject.toml +1 -1
- localcode-0.3.37/src/localcode/__init__.py +11 -0
- {localcode-0.3.36 → 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.36 → localcode-0.3.37}/src/localcode/tools/read_state.py +4 -4
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tui/widgets/chat_log.py +4 -1
- {localcode-0.3.36 → localcode-0.3.37/src/localcode.egg-info}/PKG-INFO +7 -5
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode.egg-info/SOURCES.txt +5 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_edit_guard_and_fuzzy.py +18 -4
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_output.py +14 -0
- localcode-0.3.37/tests/test_protocol.py +173 -0
- localcode-0.3.36/src/localcode/__init__.py +0 -3
- {localcode-0.3.36 → localcode-0.3.37}/LICENSE +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/MANIFEST.in +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/CMakePresets.json +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/LICENSE +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/cmake/arm64-apple-clang.cmake +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/cmake/arm64-windows-llvm.cmake +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/cmake/build-info.cmake +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/cmake/common.cmake +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/cmake/download-models.cmake +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/cmake/git-vars.cmake +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/cmake/license.cmake +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/cmake/llama-config.cmake.in +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/cmake/llama.pc.in +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/cmake/riscv64-spacemit-linux-gnu-gcc.cmake +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/cmake/x64-windows-llvm.cmake +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/arg.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/arg.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/base64.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/chat-auto-parser-generator.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/chat-auto-parser-helpers.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/chat-auto-parser-helpers.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/chat-auto-parser.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/chat-diff-analyzer.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/chat-peg-parser.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/chat-peg-parser.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/chat.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/chat.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/common.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/common.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/console.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/console.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/debug.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/debug.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/download.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/download.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/hf-cache.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/hf-cache.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/http.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/caps.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/caps.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/lexer.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/lexer.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/parser.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/parser.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/runtime.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/runtime.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/string.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/string.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/utils.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/value.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/jinja/value.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/json-partial.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/json-partial.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/json-schema-to-grammar.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/json-schema-to-grammar.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/llguidance.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/log.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/log.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/ngram-cache.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/ngram-cache.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/ngram-map.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/ngram-map.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/ngram-mod.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/ngram-mod.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/peg-parser.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/peg-parser.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/preset.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/preset.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/reasoning-budget.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/reasoning-budget.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/regex-partial.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/regex-partial.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/sampling.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/sampling.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/speculative.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/speculative.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/unicode.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/common/unicode.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-alloc.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-backend.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-blas.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-cann.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-cpp.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-cpu.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-cuda.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-hexagon.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-metal.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-opencl.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-openvino.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-opt.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-rpc.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-sycl.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-virtgpu.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-vulkan.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-webgpu.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-zdnn.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml-zendnn.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/ggml.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/include/gguf.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-alloc.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-backend-dl.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-backend-dl.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-backend-impl.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-backend-reg.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-backend.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-blas/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-blas/ggml-blas.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cann/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cann/acl_tensor.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cann/acl_tensor.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cann/aclnn_ops.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cann/aclnn_ops.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cann/common.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cann/ggml-cann.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-common.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/amx.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/amx.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/common.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/mmq.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/amx/mmq.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/cpu-feats.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/quants.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/arm/repack.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/loongarch/quants.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/powerpc/cpu-feats.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/powerpc/quants.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/cpu-feats.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/quants.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/riscv/repack.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/s390/cpu-feats.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/s390/quants.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/wasm/quants.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/cpu-feats.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/quants.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch/x86/repack.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/arch-fallback.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/binary-ops.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/binary-ops.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/cmake/FindSIMD.cmake +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/common.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu-impl.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/ggml-cpu.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/hbm.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/hbm.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kernels.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kernels.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kleidiai.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/kleidiai/kleidiai.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/llamafile/sgemm.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/llamafile/sgemm.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/ops.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/ops.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/quants.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/quants.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/repack.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/repack.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/simd-gemm.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/simd-mappings.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime1_kernels.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/spacemit/ime_kernels.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/traits.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/traits.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/unary-ops.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/unary-ops.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/vec.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cpu/vec.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cuda/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/cuda.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/hip.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-cuda/vendors/musa.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/ggml-hexagon.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/act-ops.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/argsort-ops.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/binary-ops.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cmake-toolchain.cmake +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cpy-ops.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/cumsum-ops.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/flash-attn-ops.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/get-rows-ops.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dma.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dma.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-dump.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-fastdiv.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hex-utils.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-matmul-ops.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-ops.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-profile.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hmx-utils.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-ctx.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-msg.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/htp-ops.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-arith.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-base.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-copy.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-div.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-dump.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-exp.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-floor.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-inverse.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-reduce.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-scale.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-sigmoid.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-sqrt.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-types.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/hvx-utils.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/main.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/matmul-ops.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/repeat-ops.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/rope-ops.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/set-rows-ops.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/softmax-ops.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/ssm-conv.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/sum-rows-ops.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/unary-ops.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/worker-pool.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp/worker-pool.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp-drv.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/htp-drv.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/libdl.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hexagon/op-desc.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-hip/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-impl.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-common.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-common.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-context.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-context.m +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-device.m +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-impl.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-ops.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal-ops.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/ggml-metal.metal +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/turbo-matrices.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-metal/turbo-wht.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-musa/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-opencl/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-opencl/ggml-opencl.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-decoder.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-decoder.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino-extra.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino-extra.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-openvino.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-quants.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/ggml-quants.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/decoder.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/frontend.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/frontend.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/input_model.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/input_model.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/node_context.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/cont.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/cpy.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/flash_attn_ext.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/get_rows.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/glu_geglu.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/glu_swiglu.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/mulmat.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/permute.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/reshape.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/rms_norm.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/rope.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/scale.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/set_rows.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/softmax.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/transpose.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/unary_silu.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op/view.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op_table.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/op_table.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/eliminate_zp.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/mark_decompression_convert_constant_folding.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/translate_session.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/translate_session.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/utils.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/openvino/utils.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/utils.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-openvino/utils.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-opt.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-quants.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-quants.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-rpc/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-rpc/ggml-rpc.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/add-id.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/add-id.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/backend.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/binbcast.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/binbcast.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/common.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/common.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/concat.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/concat.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/conv.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/conv.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/convert.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/convert.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/count-equal.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/count-equal.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/cpy.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/cpy.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/dequantize.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/dmmv.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/dmmv.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/dpct/helper.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/element_wise.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/element_wise.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-common.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-tile.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-tile.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn-vec.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/fattn.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/gated_delta_net.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/gated_delta_net.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/gemm.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/getrows.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/getrows.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/ggml-sycl.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/gla.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/gla.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/im2col.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/im2col.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmq.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmq.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmvq.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/mmvq.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/norm.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/norm.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/outprod.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/outprod.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad_reflect_1d.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/pad_reflect_1d.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/presets.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/quantize.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/quants.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/repeat_back.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/repeat_back.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/roll.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/roll.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/rope.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/rope.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/set.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/set.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/set_rows.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/set_rows.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/softmax.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/softmax.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/ssm_conv.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/ssm_conv.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/sycl_hw.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/sycl_hw.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq112-dv112.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq128-dv128.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq256-dv256.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq40-dv40.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq576-dv512.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq64-dv64.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq72-dv72.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq80-dv80.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq96-dv96.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-f16.cpp +0 -0
- {localcode-0.3.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → 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.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/tsembd.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/tsembd.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/type.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/upscale.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/upscale.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/vecdotq.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/wkv.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-sycl/wkv.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-threading.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-threading.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-turbo-quant.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/apir_cs_ggml-rpc-front.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/apir_cs_ggml-rpc-back.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-convert.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-backend.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer-type.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched-device.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.gen.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-dispatched.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend-virgl-apir.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/backend.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/api_remoting.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_backend.gen.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_backend.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs_ggml.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/backend/shared/apir_cs_rpc.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-buffer-type.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-buffer.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-device.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend-reg.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-backend.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/ggml-remoting.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/include/apir_hw.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-apir.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-backend.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-buffer-type.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-buffer.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-device.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward-impl.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-forward.gen.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-shm.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-shm.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-utils.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu-utils.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-virtgpu/virtgpu.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-vulkan/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-vulkan/ggml-vulkan.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-webgpu/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-webgpu/ggml-webgpu.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-webgpu/pre_wgsl.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-zdnn/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-zdnn/common.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-zdnn/ggml-zdnn.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-zdnn/mmf.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-zdnn/mmf.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-zdnn/utils.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-zdnn/utils.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-zendnn/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml-zendnn/ggml-zendnn.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml.c +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/ggml.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/ggml/src/gguf.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/include/llama-cpp.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/include/llama.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/licenses/LICENSE-jsonhpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-adapter.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-adapter.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-arch.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-arch.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-batch.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-batch.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-chat.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-chat.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-context.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-context.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-cparams.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-cparams.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-ext.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-grammar.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-grammar.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-graph.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-graph.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-hparams.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-hparams.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-impl.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-impl.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-io.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-io.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-kv-cache-iswa.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-kv-cache-iswa.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-kv-cache.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-kv-cache.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-kv-cells.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-memory-hybrid-iswa.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-memory-hybrid-iswa.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-memory-hybrid.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-memory-hybrid.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-memory-recurrent.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-memory-recurrent.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-memory.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-memory.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-mmap.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-mmap.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-model-loader.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-model-loader.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-model-saver.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-model-saver.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-model.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-model.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-quant.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-quant.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-sampler.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-sampler.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-vocab.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama-vocab.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/llama.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/afmoe.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/apertus.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/arcee.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/arctic.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/arwkv7.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/baichuan.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/bailingmoe.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/bailingmoe2.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/bert.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/bitnet.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/bloom.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/chameleon.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/chatglm.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/codeshell.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/cogvlm.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/cohere2-iswa.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/command-r.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/dbrx.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/deci.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/deepseek.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/deepseek2.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/delta-net-base.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/dots1.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/dream.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/ernie4-5-moe.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/ernie4-5.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/eurobert.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/exaone-moe.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/exaone.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/exaone4.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/falcon-h1.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/falcon.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/gemma-embedding.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/gemma.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/gemma2-iswa.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/gemma3.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/gemma3n-iswa.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/gemma4-iswa.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/glm4-moe.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/glm4.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/gpt2.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/gptneox.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/granite-hybrid.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/granite.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/grok.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/grovemoe.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/hunyuan-dense.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/hunyuan-moe.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/internlm2.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/jais.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/jais2.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/jamba.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/kimi-linear.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/lfm2.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/llada-moe.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/llada.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/llama-iswa.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/llama.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/maincoder.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/mamba-base.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/mamba.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/mimo2-iswa.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/minicpm3.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/minimax-m2.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/mistral3.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/models.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/modern-bert.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/mpt.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/nemotron-h.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/nemotron.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/neo-bert.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/olmo.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/olmo2.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/olmoe.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/openai-moe-iswa.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/openelm.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/orion.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/paddleocr.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/pangu-embedded.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/phi2.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/phi3.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/plamo.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/plamo2.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/plamo3.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/plm.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen2.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen2moe.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen2vl.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen3.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen35.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen35moe.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen3moe.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen3next.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen3vl-moe.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/qwen3vl.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/refact.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/rnd1.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/rwkv6-base.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/rwkv6.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/rwkv6qwen2.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/rwkv7-base.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/rwkv7.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/seed-oss.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/smallthinker.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/smollm3.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/stablelm.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/starcoder.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/starcoder2.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/step35-iswa.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/t5-dec.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/t5-enc.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/wavtokenizer-dec.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/models/xverse.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/turbo-rotation-data-32.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/turbo-rotation-data.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/unicode-data.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/unicode-data.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/unicode.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/src/unicode.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/batched-bench/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/batched-bench/batched-bench.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/cli/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/cli/cli.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/completion/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/completion/completion.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/cvector-generator/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/cvector-generator/cvector-generator.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/cvector-generator/mean.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/cvector-generator/pca.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/export-lora/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/export-lora/export-lora.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/fit-params/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/fit-params/fit-params.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/gguf-split/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/gguf-split/gguf-split.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/imatrix/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/imatrix/imatrix.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/llama-bench/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/llama-bench/llama-bench.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/clip-graph.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/clip-impl.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/clip-model.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/clip.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/clip.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/debug/mtmd-debug.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/debug/mtmd-debug.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/deprecation-warning.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/cogvlm.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/conformer.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/deepseekocr.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/gemma4v.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/glm4v.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/hunyuanocr.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/internvl.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/kimik25.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/kimivl.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/llama4.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/llava.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/minicpmv.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/mobilenetv5.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/models.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/nemotron-v2-vl.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/paddleocr.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/pixtral.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/qwen2vl.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/qwen3vl.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/siglip.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/whisper-enc.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/models/youtuvl.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/mtmd-audio.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/mtmd-audio.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/mtmd-cli.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/mtmd-helper.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/mtmd-helper.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/mtmd-image.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/mtmd-image.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/mtmd.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/mtmd/mtmd.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/parser/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/parser/debug-template-parser.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/parser/template-analysis.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/perplexity/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/perplexity/perplexity.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/quantize/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/quantize/quantize.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/results/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/results/results.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/rpc/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/rpc/rpc-server.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-common.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-common.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-context.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-context.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-cors-proxy.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-http.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-http.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-models.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-models.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-queue.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-queue.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-task.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-task.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-tools.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server-tools.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/server/server.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/tokenize/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/tokenize/tokenize.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/tts/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/tools/tts/tts.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/vendor/cpp-httplib/CMakeLists.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/vendor/cpp-httplib/httplib.cpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/vendor/cpp-httplib/httplib.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/vendor/miniaudio/miniaudio.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/vendor/nlohmann/json.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/vendor/nlohmann/json_fwd.hpp +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/vendor/sheredom/subprocess.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/llama-cpp-turboquant/vendor/stb/stb_image.h +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/setup.cfg +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/setup.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/__main__.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/_subproc_env.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/agent/__init__.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/agent/app_tasks.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/agent/constants.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/agent/context.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/agent/goal.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/agent/helpers.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/agent/hooks.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/agent/loop.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/agent/prompt_context.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/agent/prompts.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/agent/reasoning_loop.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/agent/recovery.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/agent/recovery_controller.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/agent/round_policy.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/agent/sections.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/agent/state_machine.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/agent/streaming.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/agent/tool_execution.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/agent/tool_orchestration.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/agent/turn_finalization.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/app.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/approvals.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/auto_compact.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/autonomy.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/bin/__init__.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/bin/llama-server +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/bootstrap.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/cache.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/checkpoint.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/compact.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/compaction.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/composer.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/config.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/context.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/display.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/embeddings.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/entrypoint.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/errors.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/events.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/evidence.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/execution_policy.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/features.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/formatting.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/headless_json.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/health.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/hf_quants.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/history.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/hooks.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/indexer.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/injection_defense.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/launcher.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/logging_utils.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/lsp.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/mcp/__init__.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/mcp/_bridge.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/mcp/_config.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/mcp/_transports.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/mcp/client.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/memory_guard.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/model_config.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/model_delete.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/model_families.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/models.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/models_catalog.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/notebook.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/patching.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/paths.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/performance.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/permissions.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/permissions_v2.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/plans.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/process_registry.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/reasoning_capabilities.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/recommendations.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/recovery.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/runtime.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/runtime_diffusion.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/server_manager.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/session.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/shell.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/skills/debug.md +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/skills/edit-verified.md +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/skills/explain.md +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/skills/finish-verified.md +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/skills/git-commit-safely.md +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/skills/locate.md +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/skills/plan-task.md +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/skills/review.md +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/skills/run-tests.md +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/skills.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/snapshots.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/sounds.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/telemetry.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/theme.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/thermal.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/thinking.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tool_router.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/toolkit.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/__init__.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/agent.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/append_file.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/background_process.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/base.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/bash.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/code_navigation.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/edit_diff.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/edit_file.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/facts.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/glob_tool.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/grep.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/launch_app.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/list_files.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/multi_edit.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/plan_mode.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/project_check.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/read_file.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/skill_tool.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/syntax_check.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/todo_write.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/tool_call_repair.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/web_fetch.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/web_search.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tools/write_file.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tui/__init__.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tui/app.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tui/bridge.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tui/clipboard_image.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tui/paste_collapse.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tui/screens/__init__.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tui/screens/chat.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tui/screens/mode_picker.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tui/screens/model_picker.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tui/screens/setup.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tui/styles/__init__.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tui/styles/app.tcss +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tui/widgets/__init__.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tui/widgets/approval.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tui/widgets/messages/__init__.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tui/widgets/messages/diff.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/tui/widgets/voice_visualizer.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/turn_diff.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/undo.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/verification.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode/voice.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode.egg-info/dependency_links.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode.egg-info/entry_points.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode.egg-info/requires.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/src/localcode.egg-info/top_level.txt +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_agent_event_regressions.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_agent_state_machine.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_anchor_guard.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_architecture.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_bootstrap.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_checkpoint.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_churn_detection.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_clipboard_image.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_code_navigation_and_processes.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_compaction.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_compaction_threshold.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_comprehensive_agent.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_comprehensive_bg_download.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_comprehensive_binary.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_comprehensive_cli.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_comprehensive_diffusion.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_comprehensive_download.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_comprehensive_hardening.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_comprehensive_install.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_comprehensive_machines.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_comprehensive_model_picker.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_comprehensive_models_matrix.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_comprehensive_tui.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_comprehensive_vision.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_comprehensive_voice.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_comprehensive_whisper.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_config.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_context.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_context_pipeline_e2e.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_delete_command.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_download.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_embeddings_retrieval.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_evidence_and_lifecycle_hooks.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_execution_policies.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_fresh_install.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_home_build_anchor.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_kv_cap.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_loop_recovery_ladder.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_model_config.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_models_catalog.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_not_found_recovery.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_paste_collapse.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_path_healing.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_prompt_language_steering.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_quant_browser_and_thinking.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_ram_ctx_ladder.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_real_models.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_reasoning_capabilities.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_reasoning_loop.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_run_json.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_runtime.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_security_hardening.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_subproc_env.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_syntax_check.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_task_statement_pinning.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_thermal.py +0 -0
- {localcode-0.3.36 → localcode-0.3.37}/tests/test_toolkit.py +0 -0
- {localcode-0.3.36 → 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"
|
|
@@ -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
|
+
]
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
"""Typed envelope + schema versioning for the `localcode run --json` stream.
|
|
2
|
+
|
|
3
|
+
This is the single public definition of a LocalCode automation event. Both the
|
|
4
|
+
native `eval/` harness and the Harbor plugin consume it through
|
|
5
|
+
`localcode.protocol` — neither may re-interpret the raw stream itself (see the
|
|
6
|
+
integration plan, §7.2.1). Keeping the envelope here means a schema change is a
|
|
7
|
+
review of one file with one compatibility policy.
|
|
8
|
+
|
|
9
|
+
Compatibility policy (semantic-version style, on the SCHEMA only):
|
|
10
|
+
• MAJOR — a breaking change to the meaning/shape of existing fields. A reader
|
|
11
|
+
built for major N MUST reject major N+1 rather than guess.
|
|
12
|
+
• MINOR — purely additive: new event types or new fields on existing events.
|
|
13
|
+
Older readers ignore what they don't recognise and keep working.
|
|
14
|
+
So a reader accepts a stream iff `stream.major == reader.major`, regardless of
|
|
15
|
+
minor. Unknown event types and unknown fields are always preserved verbatim on
|
|
16
|
+
the `Event` so a newer producer never breaks an older consumer.
|
|
17
|
+
"""
|
|
18
|
+
from __future__ import annotations
|
|
19
|
+
|
|
20
|
+
from dataclasses import dataclass, field
|
|
21
|
+
from typing import Any
|
|
22
|
+
|
|
23
|
+
__all__ = [
|
|
24
|
+
"SCHEMA_MAJOR",
|
|
25
|
+
"SCHEMA_MINOR",
|
|
26
|
+
"SCHEMA_VERSION",
|
|
27
|
+
"Event",
|
|
28
|
+
"SchemaVersion",
|
|
29
|
+
"UnsupportedSchemaError",
|
|
30
|
+
]
|
|
31
|
+
|
|
32
|
+
# The schema version this build of LocalCode emits and reads. Bump MINOR for
|
|
33
|
+
# additive changes (new event types/fields); bump MAJOR only for a breaking
|
|
34
|
+
# reshape of existing fields, and only with a documented deprecation.
|
|
35
|
+
SCHEMA_MAJOR = 1
|
|
36
|
+
SCHEMA_MINOR = 0
|
|
37
|
+
SCHEMA_VERSION = f"{SCHEMA_MAJOR}.{SCHEMA_MINOR}"
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
class UnsupportedSchemaError(Exception):
|
|
41
|
+
"""Raised when a stream declares a MAJOR schema this reader can't interpret.
|
|
42
|
+
|
|
43
|
+
Explicit failure, never silent misinterpretation — a major bump means the
|
|
44
|
+
meaning of existing fields changed, so guessing would produce wrong metrics.
|
|
45
|
+
"""
|
|
46
|
+
|
|
47
|
+
def __init__(self, found_major: int, reader_major: int = SCHEMA_MAJOR) -> None:
|
|
48
|
+
self.found_major = found_major
|
|
49
|
+
self.reader_major = reader_major
|
|
50
|
+
super().__init__(
|
|
51
|
+
f"stream schema major {found_major} is not readable by this build "
|
|
52
|
+
f"(supports major {reader_major}); upgrade localcode or the consumer"
|
|
53
|
+
)
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
@dataclass(frozen=True)
|
|
57
|
+
class SchemaVersion:
|
|
58
|
+
"""A parsed `MAJOR.MINOR` schema version with a readable-by check."""
|
|
59
|
+
|
|
60
|
+
major: int
|
|
61
|
+
minor: int
|
|
62
|
+
|
|
63
|
+
@classmethod
|
|
64
|
+
def parse(cls, raw: Any) -> "SchemaVersion":
|
|
65
|
+
"""Parse `1`, `"1"`, or `"1.0"` into a SchemaVersion.
|
|
66
|
+
|
|
67
|
+
A bare integer/`"1"` means major 1, minor 0. Anything unparseable is
|
|
68
|
+
treated as the baseline (1.0) rather than crashing the stream — the
|
|
69
|
+
stricter major-rejection happens in `readable_by`, driven by a value we
|
|
70
|
+
could actually parse.
|
|
71
|
+
"""
|
|
72
|
+
s = str(raw).strip()
|
|
73
|
+
if not s:
|
|
74
|
+
return cls(SCHEMA_MAJOR, 0)
|
|
75
|
+
parts = s.split(".")
|
|
76
|
+
try:
|
|
77
|
+
major = int(parts[0])
|
|
78
|
+
minor = int(parts[1]) if len(parts) > 1 else 0
|
|
79
|
+
except (ValueError, IndexError):
|
|
80
|
+
return cls(SCHEMA_MAJOR, 0)
|
|
81
|
+
return cls(major, minor)
|
|
82
|
+
|
|
83
|
+
def readable_by(self, reader_major: int = SCHEMA_MAJOR) -> bool:
|
|
84
|
+
return self.major == reader_major
|
|
85
|
+
|
|
86
|
+
def __str__(self) -> str:
|
|
87
|
+
return f"{self.major}.{self.minor}"
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
@dataclass(frozen=True)
|
|
91
|
+
class Event:
|
|
92
|
+
"""One decoded stream record.
|
|
93
|
+
|
|
94
|
+
`type` and `payload` are always present; `payload` holds every field the
|
|
95
|
+
producer emitted for this record EXCEPT `type` (so unknown/future fields are
|
|
96
|
+
preserved verbatim, never dropped). `raw` keeps the exact source dict for
|
|
97
|
+
consumers that want lossless passthrough.
|
|
98
|
+
"""
|
|
99
|
+
|
|
100
|
+
type: str
|
|
101
|
+
payload: dict[str, Any] = field(default_factory=dict)
|
|
102
|
+
raw: dict[str, Any] = field(default_factory=dict)
|
|
103
|
+
|
|
104
|
+
@classmethod
|
|
105
|
+
def from_obj(cls, obj: dict[str, Any]) -> "Event":
|
|
106
|
+
etype = str(obj.get("type") or "")
|
|
107
|
+
payload = {k: v for k, v in obj.items() if k != "type"}
|
|
108
|
+
return cls(type=etype, payload=payload, raw=dict(obj))
|
|
109
|
+
|
|
110
|
+
def get(self, key: str, default: Any = None) -> Any:
|
|
111
|
+
return self.payload.get(key, default)
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
def is_terminal(self) -> bool:
|
|
115
|
+
"""The single mandatory closing record of every run."""
|
|
116
|
+
return self.type == "result"
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
"""Incremental JSONL parser for the `localcode run --json` stream.
|
|
2
|
+
|
|
3
|
+
Consumes the event stream one line at a time from a text or byte iterable
|
|
4
|
+
without buffering the whole transcript, so a long agent run or a live process
|
|
5
|
+
pipe never has to be held in memory. It is deliberately tolerant of the messy
|
|
6
|
+
realities of a subprocess stream (partial final line after a kill, an
|
|
7
|
+
occasional non-JSON line, non-UTF-8 bytes) up to a small threshold, while still
|
|
8
|
+
surfacing genuine protocol violations (a missing or duplicated terminal event,
|
|
9
|
+
an unreadable major schema) as structured problems rather than swallowing them.
|
|
10
|
+
|
|
11
|
+
The parser NEVER decides whether a benchmark task passed. It reports what the
|
|
12
|
+
stream said; grading lives in the caller's verifier (integration plan §9).
|
|
13
|
+
"""
|
|
14
|
+
from __future__ import annotations
|
|
15
|
+
|
|
16
|
+
from dataclasses import dataclass, field
|
|
17
|
+
from typing import Any, Iterable, Iterator
|
|
18
|
+
|
|
19
|
+
from .events import Event, SchemaVersion, UnsupportedSchemaError
|
|
20
|
+
|
|
21
|
+
__all__ = ["ParseProblem", "ParseResult", "parse_stream", "iter_events"]
|
|
22
|
+
|
|
23
|
+
# Stop tolerating junk once this many lines fail to decode — a stream that is
|
|
24
|
+
# mostly noise is a real problem, not a stray line, and should be reported.
|
|
25
|
+
_MAX_MALFORMED = 50
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
@dataclass
|
|
29
|
+
class ParseProblem:
|
|
30
|
+
"""A non-fatal issue found while parsing, kept for diagnostics."""
|
|
31
|
+
|
|
32
|
+
kind: str # "malformed_line" | "missing_terminal" | "duplicate_terminal" | "decode_error"
|
|
33
|
+
detail: str
|
|
34
|
+
line_no: int = 0
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
@dataclass
|
|
38
|
+
class ParseResult:
|
|
39
|
+
"""Everything a consumer needs from one parsed run stream."""
|
|
40
|
+
|
|
41
|
+
events: list[Event] = field(default_factory=list)
|
|
42
|
+
schema: SchemaVersion | None = None
|
|
43
|
+
terminal: Event | None = None # the mandatory `result` event, if present
|
|
44
|
+
problems: list[ParseProblem] = field(default_factory=list)
|
|
45
|
+
|
|
46
|
+
@property
|
|
47
|
+
def ok(self) -> bool:
|
|
48
|
+
"""True when the stream was well-formed: a terminal event, no protocol problems."""
|
|
49
|
+
return self.terminal is not None and not any(
|
|
50
|
+
p.kind in {"missing_terminal", "duplicate_terminal"} for p in self.problems
|
|
51
|
+
)
|
|
52
|
+
|
|
53
|
+
def events_of(self, event_type: str) -> list[Event]:
|
|
54
|
+
return [e for e in self.events if e.type == event_type]
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
def _to_text_lines(source: Iterable[Any]) -> Iterator[str]:
|
|
58
|
+
"""Yield decoded text lines from a text- or byte-iterable.
|
|
59
|
+
|
|
60
|
+
Accepts an open file, a list of str/bytes, or any iterable of lines. Bytes
|
|
61
|
+
are decoded as UTF-8 with replacement so a stray non-UTF-8 byte degrades one
|
|
62
|
+
character instead of killing the stream. Handles the case of a single string
|
|
63
|
+
blob (splitlines) as well as a pre-split iterable.
|
|
64
|
+
"""
|
|
65
|
+
if isinstance(source, (str, bytes)):
|
|
66
|
+
blob = source.decode("utf-8", "replace") if isinstance(source, bytes) else source
|
|
67
|
+
yield from blob.splitlines()
|
|
68
|
+
return
|
|
69
|
+
for line in source:
|
|
70
|
+
if isinstance(line, bytes):
|
|
71
|
+
yield line.decode("utf-8", "replace")
|
|
72
|
+
else:
|
|
73
|
+
yield str(line)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
def iter_events(source: Iterable[Any]) -> Iterator[Event]:
|
|
77
|
+
"""Stream `Event`s lazily, skipping blank/malformed lines silently.
|
|
78
|
+
|
|
79
|
+
Use this for memory-bounded live consumption where you handle terminal /
|
|
80
|
+
schema logic yourself. Use `parse_stream` for a fully-checked result.
|
|
81
|
+
"""
|
|
82
|
+
import json
|
|
83
|
+
|
|
84
|
+
for raw_line in _to_text_lines(source):
|
|
85
|
+
line = raw_line.strip()
|
|
86
|
+
if not line:
|
|
87
|
+
continue
|
|
88
|
+
try:
|
|
89
|
+
obj = json.loads(line)
|
|
90
|
+
except (ValueError, TypeError):
|
|
91
|
+
continue
|
|
92
|
+
if isinstance(obj, dict):
|
|
93
|
+
yield Event.from_obj(obj)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
def parse_stream(source: Iterable[Any]) -> ParseResult:
|
|
97
|
+
"""Fully parse a run stream into a checked `ParseResult`.
|
|
98
|
+
|
|
99
|
+
- Decodes each line; a small number of malformed lines are recorded and
|
|
100
|
+
skipped, but crossing `_MAX_MALFORMED` records a `decode_error` problem.
|
|
101
|
+
- Reads `schema_version` from any record that carries it (typically the
|
|
102
|
+
leading `run_start`); a MAJOR mismatch raises `UnsupportedSchemaError`
|
|
103
|
+
rather than risk misreading reshaped fields.
|
|
104
|
+
- Requires exactly one terminal (`result`) event: zero → `missing_terminal`,
|
|
105
|
+
more than one → `duplicate_terminal`.
|
|
106
|
+
"""
|
|
107
|
+
import json
|
|
108
|
+
|
|
109
|
+
result = ParseResult()
|
|
110
|
+
malformed = 0
|
|
111
|
+
|
|
112
|
+
for line_no, raw_line in enumerate(_to_text_lines(source), start=1):
|
|
113
|
+
line = raw_line.strip()
|
|
114
|
+
if not line:
|
|
115
|
+
continue
|
|
116
|
+
try:
|
|
117
|
+
obj = json.loads(line)
|
|
118
|
+
except (ValueError, TypeError) as exc:
|
|
119
|
+
malformed += 1
|
|
120
|
+
if malformed <= _MAX_MALFORMED:
|
|
121
|
+
result.problems.append(ParseProblem("malformed_line", str(exc), line_no))
|
|
122
|
+
elif malformed == _MAX_MALFORMED + 1:
|
|
123
|
+
result.problems.append(ParseProblem(
|
|
124
|
+
"decode_error",
|
|
125
|
+
f"more than {_MAX_MALFORMED} malformed lines; stream is likely not JSONL",
|
|
126
|
+
line_no,
|
|
127
|
+
))
|
|
128
|
+
continue
|
|
129
|
+
if not isinstance(obj, dict):
|
|
130
|
+
result.problems.append(ParseProblem("malformed_line", "line is not a JSON object", line_no))
|
|
131
|
+
continue
|
|
132
|
+
|
|
133
|
+
# Schema version can ride on any record; the first one we see wins and
|
|
134
|
+
# gates the whole stream. A major we can't read is a hard stop.
|
|
135
|
+
if result.schema is None and "schema_version" in obj:
|
|
136
|
+
sv = SchemaVersion.parse(obj.get("schema_version"))
|
|
137
|
+
if not sv.readable_by():
|
|
138
|
+
raise UnsupportedSchemaError(sv.major)
|
|
139
|
+
result.schema = sv
|
|
140
|
+
|
|
141
|
+
event = Event.from_obj(obj)
|
|
142
|
+
result.events.append(event)
|
|
143
|
+
if event.is_terminal:
|
|
144
|
+
if result.terminal is not None:
|
|
145
|
+
result.problems.append(ParseProblem(
|
|
146
|
+
"duplicate_terminal", "more than one terminal 'result' event", line_no))
|
|
147
|
+
else:
|
|
148
|
+
result.terminal = event
|
|
149
|
+
|
|
150
|
+
if result.terminal is None:
|
|
151
|
+
result.problems.append(ParseProblem(
|
|
152
|
+
"missing_terminal", "stream ended with no terminal 'result' event"))
|
|
153
|
+
return result
|
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
"""Stable outcome + failure normalization for a parsed run stream.
|
|
2
|
+
|
|
3
|
+
Turns a `ParseResult` into a `RunOutcome`: one normalized failure category from
|
|
4
|
+
the plan's fixed taxonomy (§10), the raw LocalCode reason preserved alongside,
|
|
5
|
+
and objective counts (rounds, tool calls, tokens). Both harnesses normalize
|
|
6
|
+
here so a regression comparison never depends on two consumers bucketing the
|
|
7
|
+
same reason string differently.
|
|
8
|
+
|
|
9
|
+
Boundary that matters (integration plan §9): this module only classifies the
|
|
10
|
+
LocalCode side — setup, model server, agent, protocol. Whether the *task*
|
|
11
|
+
passed is the verifier's call, never inferred from `status == "ok"`. The three
|
|
12
|
+
verifier-owned categories (`task_passed`, `task_failed`, `verifier_failure`)
|
|
13
|
+
are defined here for a shared vocabulary but are assigned by the caller, not by
|
|
14
|
+
this parser.
|
|
15
|
+
"""
|
|
16
|
+
from __future__ import annotations
|
|
17
|
+
|
|
18
|
+
from dataclasses import dataclass, field
|
|
19
|
+
from typing import Any
|
|
20
|
+
|
|
21
|
+
from .jsonl import ParseResult
|
|
22
|
+
|
|
23
|
+
__all__ = ["FailureCategory", "RunOutcome", "normalize_reason", "redact", "outcome_from_parse"]
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
class FailureCategory:
|
|
27
|
+
"""The fixed failure taxonomy (integration plan §10). String constants so
|
|
28
|
+
they serialize cleanly and compare stably across releases."""
|
|
29
|
+
|
|
30
|
+
# LocalCode-side — assignable from the stream alone.
|
|
31
|
+
SETUP_FAILURE = "setup_failure"
|
|
32
|
+
MODEL_SERVER_UNREACHABLE = "model_server_unreachable"
|
|
33
|
+
MODEL_SERVER_FAILURE = "model_server_failure"
|
|
34
|
+
AGENT_TIMEOUT = "agent_timeout"
|
|
35
|
+
AGENT_CRASH = "agent_crash"
|
|
36
|
+
AGENT_INCOMPLETE = "agent_incomplete"
|
|
37
|
+
EVENT_PROTOCOL_ERROR = "event_protocol_error"
|
|
38
|
+
TOOL_FAILURE = "tool_failure"
|
|
39
|
+
CONTEXT_EXHAUSTED = "context_exhausted"
|
|
40
|
+
REASONING_LOOP_ABORT = "reasoning_loop_abort"
|
|
41
|
+
# Clean finish (LocalCode's own loop completed). NOT "task passed".
|
|
42
|
+
COMPLETED = "completed"
|
|
43
|
+
# Verifier-owned — assigned by the caller, never by this parser.
|
|
44
|
+
VERIFIER_FAILURE = "verifier_failure"
|
|
45
|
+
TASK_FAILED = "task_failed"
|
|
46
|
+
TASK_PASSED = "task_passed"
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
# Exact LocalCode `result.reason` / status strings → category. Matched first;
|
|
50
|
+
# substring rules below catch the parameterized ones (e.g. "stream_error:...").
|
|
51
|
+
_EXACT: dict[str, str] = {
|
|
52
|
+
"completed": FailureCategory.COMPLETED,
|
|
53
|
+
"verified_run_or_launch": FailureCategory.COMPLETED,
|
|
54
|
+
"no model found on disk": FailureCategory.SETUP_FAILURE,
|
|
55
|
+
"could not start the model server": FailureCategory.MODEL_SERVER_FAILURE,
|
|
56
|
+
"model_server_unreachable": FailureCategory.MODEL_SERVER_UNREACHABLE,
|
|
57
|
+
"keyboard interrupt": FailureCategory.AGENT_INCOMPLETE,
|
|
58
|
+
"user_cancel": FailureCategory.AGENT_INCOMPLETE,
|
|
59
|
+
"stream_interrupt": FailureCategory.AGENT_INCOMPLETE,
|
|
60
|
+
"stall_exhausted": FailureCategory.AGENT_INCOMPLETE,
|
|
61
|
+
"max_rounds": FailureCategory.AGENT_INCOMPLETE,
|
|
62
|
+
"max_output_recovery_exhausted": FailureCategory.CONTEXT_EXHAUSTED,
|
|
63
|
+
"context_exhausted": FailureCategory.CONTEXT_EXHAUSTED,
|
|
64
|
+
"thinking_loop_exhausted": FailureCategory.REASONING_LOOP_ABORT,
|
|
65
|
+
"truncated_tool_call_exhausted": FailureCategory.TOOL_FAILURE,
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
# (substring, category) — ordered; first hit wins. For reasons that carry a
|
|
69
|
+
# suffix payload like "stream_error:ConnectionError".
|
|
70
|
+
_SUBSTRING: tuple[tuple[str, str], ...] = (
|
|
71
|
+
("model_server", FailureCategory.MODEL_SERVER_FAILURE),
|
|
72
|
+
("stream_error", FailureCategory.MODEL_SERVER_FAILURE),
|
|
73
|
+
("reasoning_loop", FailureCategory.REASONING_LOOP_ABORT),
|
|
74
|
+
("thinking_loop", FailureCategory.REASONING_LOOP_ABORT),
|
|
75
|
+
("context", FailureCategory.CONTEXT_EXHAUSTED),
|
|
76
|
+
("tool", FailureCategory.TOOL_FAILURE),
|
|
77
|
+
("timeout", FailureCategory.AGENT_TIMEOUT),
|
|
78
|
+
)
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
def normalize_reason(status: str, reason: str) -> str:
|
|
82
|
+
"""Map a LocalCode terminal (status, reason) to a stable failure category.
|
|
83
|
+
|
|
84
|
+
`status` is the coarse `result.status` ("ok"/"error"/"timeout"/
|
|
85
|
+
"interrupted"/"incomplete"); `reason` is the finer machine reason. Status is
|
|
86
|
+
consulted first for the unambiguous coarse cases, then the reason string.
|
|
87
|
+
An unrecognised failing reason falls back to `agent_crash` (something went
|
|
88
|
+
wrong we haven't named) rather than being silently treated as success.
|
|
89
|
+
"""
|
|
90
|
+
status = (status or "").strip().lower()
|
|
91
|
+
reason = (reason or "").strip()
|
|
92
|
+
rl = reason.lower()
|
|
93
|
+
|
|
94
|
+
if status == "ok":
|
|
95
|
+
return _EXACT.get(rl, FailureCategory.COMPLETED)
|
|
96
|
+
if status == "timeout":
|
|
97
|
+
return FailureCategory.AGENT_TIMEOUT
|
|
98
|
+
if status == "interrupted":
|
|
99
|
+
return FailureCategory.AGENT_INCOMPLETE
|
|
100
|
+
|
|
101
|
+
# status in {"error","incomplete",...}: classify by the reason.
|
|
102
|
+
if rl in _EXACT:
|
|
103
|
+
return _EXACT[rl]
|
|
104
|
+
for needle, category in _SUBSTRING:
|
|
105
|
+
if needle in rl:
|
|
106
|
+
return category
|
|
107
|
+
if status == "incomplete":
|
|
108
|
+
return FailureCategory.AGENT_INCOMPLETE
|
|
109
|
+
# An error we couldn't place — name it a crash, never a pass.
|
|
110
|
+
return FailureCategory.AGENT_CRASH
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
@dataclass
|
|
114
|
+
class RunOutcome:
|
|
115
|
+
"""Normalized, objective summary of one run stream."""
|
|
116
|
+
|
|
117
|
+
status: str
|
|
118
|
+
category: str
|
|
119
|
+
raw_reason: str
|
|
120
|
+
final_text: str = ""
|
|
121
|
+
prompt_tokens: int = 0
|
|
122
|
+
completion_tokens: int = 0
|
|
123
|
+
total_tokens: int = 0
|
|
124
|
+
rounds: int = 0
|
|
125
|
+
tool_calls: int = 0
|
|
126
|
+
tool_failures: int = 0
|
|
127
|
+
schema: str = ""
|
|
128
|
+
protocol_ok: bool = True
|
|
129
|
+
problems: list[str] = field(default_factory=list)
|
|
130
|
+
|
|
131
|
+
@property
|
|
132
|
+
def clean_finish(self) -> bool:
|
|
133
|
+
"""LocalCode's own loop completed without a failure category.
|
|
134
|
+
|
|
135
|
+
NOT a statement about task success — the verifier owns that."""
|
|
136
|
+
return self.category == FailureCategory.COMPLETED and self.protocol_ok
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
def _as_int(v: Any) -> int:
|
|
140
|
+
try:
|
|
141
|
+
return int(v or 0)
|
|
142
|
+
except (TypeError, ValueError):
|
|
143
|
+
return 0
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
def outcome_from_parse(parsed: ParseResult) -> RunOutcome:
|
|
147
|
+
"""Build a `RunOutcome` from a parsed stream.
|
|
148
|
+
|
|
149
|
+
Token counts come from the terminal `result` event when present (it already
|
|
150
|
+
carries the accumulated totals); rounds and tool calls are counted from the
|
|
151
|
+
event stream by their real type names (`round_end`, `tool_call`). A tool
|
|
152
|
+
result carrying an error status counts toward `tool_failures`.
|
|
153
|
+
"""
|
|
154
|
+
terminal = parsed.terminal
|
|
155
|
+
status = str(terminal.get("status") if terminal else "") or ""
|
|
156
|
+
reason = str(terminal.get("reason") if terminal else "") or ""
|
|
157
|
+
|
|
158
|
+
# A protocol violation (missing/duplicate terminal) is itself a category —
|
|
159
|
+
# the stream can't be trusted, so we don't pretend to know the LocalCode
|
|
160
|
+
# outcome.
|
|
161
|
+
protocol_problems = [p for p in parsed.problems
|
|
162
|
+
if p.kind in {"missing_terminal", "duplicate_terminal", "decode_error"}]
|
|
163
|
+
if protocol_problems:
|
|
164
|
+
category = FailureCategory.EVENT_PROTOCOL_ERROR
|
|
165
|
+
else:
|
|
166
|
+
category = normalize_reason(status, reason)
|
|
167
|
+
|
|
168
|
+
tokens = terminal.get("tokens", {}) if terminal else {}
|
|
169
|
+
if isinstance(tokens, dict):
|
|
170
|
+
prompt = _as_int(tokens.get("prompt"))
|
|
171
|
+
completion = _as_int(tokens.get("completion"))
|
|
172
|
+
total = _as_int(tokens.get("total")) or (prompt + completion)
|
|
173
|
+
else:
|
|
174
|
+
prompt = completion = total = 0
|
|
175
|
+
|
|
176
|
+
tool_calls = 0
|
|
177
|
+
tool_failures = 0
|
|
178
|
+
rounds = 0
|
|
179
|
+
for ev in parsed.events:
|
|
180
|
+
if ev.type == "round_end":
|
|
181
|
+
rounds += 1
|
|
182
|
+
elif ev.type == "tool_call":
|
|
183
|
+
tool_calls += 1
|
|
184
|
+
elif ev.type == "tool_result":
|
|
185
|
+
st = str(ev.get("status") or ev.get("result_status") or "").lower()
|
|
186
|
+
if st in {"error", "failed", "rejected"}:
|
|
187
|
+
tool_failures += 1
|
|
188
|
+
|
|
189
|
+
return RunOutcome(
|
|
190
|
+
status=status,
|
|
191
|
+
category=category,
|
|
192
|
+
raw_reason=reason,
|
|
193
|
+
final_text=str(terminal.get("final_text") if terminal else "") or "",
|
|
194
|
+
prompt_tokens=prompt,
|
|
195
|
+
completion_tokens=completion,
|
|
196
|
+
total_tokens=total,
|
|
197
|
+
rounds=rounds,
|
|
198
|
+
tool_calls=tool_calls,
|
|
199
|
+
tool_failures=tool_failures,
|
|
200
|
+
schema=str(parsed.schema) if parsed.schema else "",
|
|
201
|
+
protocol_ok=not protocol_problems,
|
|
202
|
+
problems=[f"{p.kind}: {p.detail}" for p in parsed.problems],
|
|
203
|
+
)
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
# Field names whose values are secrets and must never be persisted in a
|
|
207
|
+
# trajectory or archived config. Case-insensitive substring match.
|
|
208
|
+
_SECRET_HINTS = ("token", "secret", "password", "api_key", "apikey",
|
|
209
|
+
"authorization", "auth_header", "bearer", "credential")
|
|
210
|
+
_REDACTED = "***REDACTED***"
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
def redact(obj: Any) -> Any:
|
|
214
|
+
"""Recursively redact secret-looking fields from a dict/list before it is
|
|
215
|
+
persisted (integration plan §11). Returns a redacted copy; the input is not
|
|
216
|
+
mutated. Non-container values pass through unchanged."""
|
|
217
|
+
if isinstance(obj, dict):
|
|
218
|
+
out: dict[str, Any] = {}
|
|
219
|
+
for k, v in obj.items():
|
|
220
|
+
key = str(k).lower()
|
|
221
|
+
if any(hint in key for hint in _SECRET_HINTS):
|
|
222
|
+
out[k] = _REDACTED
|
|
223
|
+
else:
|
|
224
|
+
out[k] = redact(v)
|
|
225
|
+
return out
|
|
226
|
+
if isinstance(obj, list):
|
|
227
|
+
return [redact(v) for v in obj]
|
|
228
|
+
return obj
|