|
Entropic 2.3.8
Local-first agentic inference engine
|
Qwen 3.5 adapter implementation. More...
#include "qwen35_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). | |
Variables | |
| static constexpr const char * | entropic::VISION_INSTRUCTION |
| Vision instruction appended to system prompt. | |
Qwen 3.5 adapter implementation.
XML tool call parsing, <tools> tag formatting, <tool_response> wrapping. Mirrors Python Qwen35Adapter behavior exactly.
Definition in file qwen35_adapter.cpp.