Sin descripción

kekeZack e5b0fb8c51 feat: 添加 HauhauCS GGUF 工具和仓库指南 hace 1 mes
docs 33cf31d4a6 init: 初始化项目 hace 1 mes
services 33cf31d4a6 init: 初始化项目 hace 1 mes
tests 33cf31d4a6 init: 初始化项目 hace 1 mes
tools e5b0fb8c51 feat: 添加 HauhauCS GGUF 工具和仓库指南 hace 1 mes
.gitignore 33cf31d4a6 init: 初始化项目 hace 1 mes
AGENTS.md e5b0fb8c51 feat: 添加 HauhauCS GGUF 工具和仓库指南 hace 1 mes
README.md 33cf31d4a6 init: 初始化项目 hace 1 mes

README.md

Fix HauhauCS Thinking Mode Toggle

This repository now has three clear areas:

Layout

  • tools/
    • LM Studio-focused utilities and probes
    • tools/lmstudio/wrapper_generator.py
    • tools/lmstudio/openai_reasoning_proxy.py
    • tools/lmstudio/probes/*
  • services/
    • long-running services
    • services/litellm-lmstudio-adapter/
    • standalone FastAPI adapter project for LiteLLM -> LM Studio native
  • docs/
    • specs and analysis
  • tests/
    • unit tests for top-level tools
  • artifacts/
    • generated outputs, probe results, and runtime traces

Important Files

Tests

python -m unittest tests.test_lmstudio_wrapper_generator
python -m unittest tests.test_openai_reasoning_proxy
python -m unittest discover -s services/litellm-lmstudio-adapter/tests -p "test_*.py"