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

Adapter factory implementation. More...

#include "adapter_registry.h"
#include "gemma4_adapter.h"
#include "generic_adapter.h"
#include "nemotron3_adapter.h"
#include "qwen35_adapter.h"
#include "qwen36_adapter.h"
#include <entropic/types/logging.h>
#include <algorithm>
#include <array>
#include <functional>
#include <string_view>
Include dependency graph for adapter_registry.cpp:

Go to the source code of this file.

Namespaces

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

Functions

std::unique_ptr< ChatAdapterentropic::create_adapter (const std::string &name, const std::string &tier_name, const std::string &identity_prompt)
 Create adapter by name.
 

Detailed Description

Adapter factory implementation.

Version
1.8.2

Definition in file adapter_registry.cpp.

Variable Documentation

◆ factory

AdapterFactory factory

Definition at line 38 of file adapter_registry.cpp.

◆ key

std::string_view key

Definition at line 37 of file adapter_registry.cpp.