|
Entropic 2.3.8
Local-first agentic inference engine
|
Request describing a delegation that is about to run. More...
#include <entropic/entropic.h>
Public Attributes | |
| const char * | delegation_id |
| Short id ("d1", "d2", "pipeline") | |
| const char * | target_tier |
| Tier name (e.g. "researcher") | |
| const char * | task |
| Task description text. | |
| int | depth |
| Delegation depth (1 = top-level child) | |
| int | is_pipeline |
| 1 for pipeline stages, 0 for single | |
Request describing a delegation that is about to run.
Passed to ent_delegation_start_cb. All pointers are owned by the engine and valid only for the callback's duration — copy any string the consumer needs to retain.
Definition at line 884 of file entropic.h.
| const char* ent_delegation_request_t::delegation_id |
Short id ("d1", "d2", "pipeline")
Definition at line 885 of file entropic.h.
| int ent_delegation_request_t::depth |
Delegation depth (1 = top-level child)
Definition at line 888 of file entropic.h.
| int ent_delegation_request_t::is_pipeline |
1 for pipeline stages, 0 for single
Definition at line 889 of file entropic.h.
| const char* ent_delegation_request_t::target_tier |
Tier name (e.g. "researcher")
Definition at line 886 of file entropic.h.
| const char* ent_delegation_request_t::task |
Task description text.
Definition at line 887 of file entropic.h.