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

Qwen 3.5 chat adapter. More...

#include <entropic/inference/adapters/adapter_base.h>
#include <unordered_map>
Include dependency graph for qwen35_adapter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  entropic::Qwen35Adapter
 Qwen 3.5 MoE chat adapter (20% override layer). More...
 

Namespaces

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

Detailed Description

Qwen 3.5 chat adapter.

XML tool call format
<tool_call>
<function=filesystem.read_file>
<parameter=path>/src/main.cpp</parameter>
</function>
</tool_call>
int main(int argc, char *argv[])
CLI entry point — dispatch to subcommand.
Definition main.cpp:111
Tool definitions use OpenAI function format in tags.
Tool results use ... wrapping.

Internal to inference .so.

Version
1.8.2

Definition in file qwen35_adapter.h.