Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
qwen36_adapter.cpp File Reference

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>
Include dependency graph for qwen36_adapter.cpp:

Go to the source code of this file.

Namespaces

namespace  entropic
 Activate model on GPU (WARM → ACTIVE).
 

Detailed Description

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.

Version
2.1.9

Definition in file qwen36_adapter.cpp.