|
Entropic 2.3.8
Local-first agentic inference engine
|
Execute a multi-stage delegation pipeline. More...
#include <entropic/core/directives.h>


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. | |
Execute a multi-stage delegation pipeline.
Definition at line 114 of file directives.h.
|
inline |
Construct a Pipeline directive.
| s | Stages. |
| t | Task. |
Definition at line 124 of file directives.h.
| std::vector<std::string> entropic::PipelineDirective::stages |
Tier names in order.
Definition at line 115 of file directives.h.
| std::string entropic::PipelineDirective::task |
Task description.
Definition at line 116 of file directives.h.