|
Entropic 2.3.8
Local-first agentic inference engine
|
A single registered hook entry. More...
#include <entropic/core/hook_registry.h>
Public Attributes | |
| entropic_hook_callback_t | callback |
| Function pointer. | |
| void * | user_data |
| Opaque consumer data. | |
| int | priority |
| Execution order (ascending) | |
| entropic_hook_callback_t entropic::HookEntry::callback |
Function pointer.
Definition at line 33 of file hook_registry.h.
| int entropic::HookEntry::priority |
Execution order (ascending)
Definition at line 35 of file hook_registry.h.
| void* entropic::HookEntry::user_data |
Opaque consumer data.
Definition at line 34 of file hook_registry.h.