Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::PipelineDirective Struct Reference

Execute a multi-stage delegation pipeline. More...

#include <entropic/core/directives.h>

Inheritance diagram for entropic::PipelineDirective:
Collaboration diagram for entropic::PipelineDirective:

Public Member Functions

 PipelineDirective (std::vector< std::string > s={}, std::string t="")
 Construct a Pipeline directive.
 

Public Attributes

std::vector< std::string > stages
 Tier names in order.
 
std::string task
 Task description.
 
- Public Attributes inherited from entropic::Directive
entropic_directive_type_t type
 Discriminant for dispatch.
 

Detailed Description

Execute a multi-stage delegation pipeline.

Version
1.8.4

Definition at line 114 of file directives.h.

Constructor & Destructor Documentation

◆ PipelineDirective()

entropic::PipelineDirective::PipelineDirective ( std::vector< std::string >  s = {},
std::string  t = "" 
)
inline

Construct a Pipeline directive.

Parameters
sStages.
tTask.
Version
1.8.4

Definition at line 124 of file directives.h.

Member Data Documentation

◆ stages

std::vector<std::string> entropic::PipelineDirective::stages

Tier names in order.

Definition at line 115 of file directives.h.

◆ task

std::string entropic::PipelineDirective::task

Task description.

Definition at line 116 of file directives.h.


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