Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
adapter_registry.h
Go to the documentation of this file.
1// SPDX-License-Identifier: Apache-2.0
9#pragma once
10
12
13#include <memory>
14#include <string>
15
16namespace entropic {
17
27std::unique_ptr<ChatAdapter> create_adapter(
28 const std::string& name,
29 const std::string& tier_name,
30 const std::string& identity_prompt);
31
32} // namespace entropic
ChatAdapter concrete base class.
Activate model on GPU (WARM → ACTIVE).
std::unique_ptr< ChatAdapter > create_adapter(const std::string &name, const std::string &tier_name, const std::string &identity_prompt)
Create adapter by name.