|
Entropic 2.3.8
Local-first agentic inference engine
|
Result metadata from a routing decision. More...
#include <entropic/inference/orchestrator.h>
Public Attributes | |
| std::string | tier_name |
| Selected tier. | |
| std::string | previous_tier |
| Previous tier (empty if first) | |
| std::string | model_raw |
| Raw model output (e.g. "2") | |
| std::string | swap_action = "none" |
| "none", "reused", "loaded" | |
| double | routing_ms = 0.0 |
| Total routing time. | |
| std::string | adapter_name |
| Active adapter (empty = base model) (v1.9.2) | |
| double | adapter_swap_ms = 0.0 |
| Adapter swap latency (v1.9.2) | |
Result metadata from a routing decision.
Definition at line 53 of file orchestrator.h.
| std::string entropic::RoutingResult::adapter_name |
Active adapter (empty = base model) (v1.9.2)
Definition at line 59 of file orchestrator.h.
| double entropic::RoutingResult::adapter_swap_ms = 0.0 |
Adapter swap latency (v1.9.2)
Definition at line 60 of file orchestrator.h.
| std::string entropic::RoutingResult::model_raw |
Raw model output (e.g. "2")
Definition at line 56 of file orchestrator.h.
| std::string entropic::RoutingResult::previous_tier |
Previous tier (empty if first)
Definition at line 55 of file orchestrator.h.
| double entropic::RoutingResult::routing_ms = 0.0 |
Total routing time.
Definition at line 58 of file orchestrator.h.
| std::string entropic::RoutingResult::swap_action = "none" |
"none", "reused", "loaded"
Definition at line 57 of file orchestrator.h.
| std::string entropic::RoutingResult::tier_name |
Selected tier.
Definition at line 54 of file orchestrator.h.