|
Entropic 2.3.8
Local-first agentic inference engine
|
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>
Go to the source code of this file.
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Functions | |
| std::unique_ptr< ChatAdapter > | entropic::create_adapter (const std::string &name, const std::string &tier_name, const std::string &identity_prompt) |
| Create adapter by name. | |
| AdapterFactory factory |
Definition at line 38 of file adapter_registry.cpp.
| std::string_view key |
Definition at line 37 of file adapter_registry.cpp.