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

Qwen 3.5 adapter implementation. More...

#include "qwen35_adapter.h"
#include <entropic/types/logging.h>
#include <nlohmann/json.hpp>
#include <regex>
#include <sstream>
Include dependency graph for qwen35_adapter.cpp:

Go to the source code of this file.

Namespaces

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

Variables

static constexpr const char * entropic::VISION_INSTRUCTION
 Vision instruction appended to system prompt.
 

Detailed Description

Qwen 3.5 adapter implementation.

XML tool call parsing, <tools> tag formatting, <tool_response> wrapping. Mirrors Python Qwen35Adapter behavior exactly.

Version
1.8.2

Definition in file qwen35_adapter.cpp.