|
Entropic 2.3.8
Local-first agentic inference engine
|
Qwen 3.6 adapter implementation (v2.1.9, gh#45). More...
#include "qwen36_adapter.h"#include <entropic/types/logging.h>#include <nlohmann/json.hpp>#include <regex>#include <sstream>
Go to the source code of this file.
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Qwen 3.6 adapter implementation (v2.1.9, gh#45).
Mirrors Qwen35Adapter structurally — Qwen 3.6 uses the same qwen3_coder XML tool-call format and the same vision content-array convention. The class is intentionally distinct so future template divergence across the Qwen 3.x line can be absorbed without churning Qwen35Adapter callers.
Definition in file qwen36_adapter.cpp.