Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
ent_delegation_request_t Struct Reference

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
 

Detailed Description

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.

Version
2.1.5

Definition at line 884 of file entropic.h.

Member Data Documentation

◆ delegation_id

const char* ent_delegation_request_t::delegation_id

Short id ("d1", "d2", "pipeline")

Definition at line 885 of file entropic.h.

◆ depth

int ent_delegation_request_t::depth

Delegation depth (1 = top-level child)

Definition at line 888 of file entropic.h.

◆ is_pipeline

int ent_delegation_request_t::is_pipeline

1 for pipeline stages, 0 for single

Definition at line 889 of file entropic.h.

◆ target_tier

const char* ent_delegation_request_t::target_tier

Tier name (e.g. "researcher")

Definition at line 886 of file entropic.h.

◆ task

const char* ent_delegation_request_t::task

Task description text.

Definition at line 887 of file entropic.h.


The documentation for this struct was generated from the following file: