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

Exponential backoff reconnection policy. More...

#include <entropic/types/config.h>
#include <cstdint>
Include dependency graph for reconnect_policy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  entropic::ReconnectPolicy
 Exponential backoff with jitter for reconnection attempts. More...
 

Namespaces

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

Detailed Description

Exponential backoff reconnection policy.

Computes delay between reconnection attempts for external MCP servers. Thread-safe. Used by HealthMonitor to schedule reconnection.

Version
1.8.7

Definition in file reconnect_policy.h.