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

Signal explicit completion. More...

#include <entropic/core/directives.h>

Inheritance diagram for entropic::CompleteDirective:
Collaboration diagram for entropic::CompleteDirective:

Public Member Functions

 CompleteDirective (std::string s="")
 Construct a Complete directive.
 

Public Attributes

std::string summary
 Completion summary.
 
bool coverage_gap = false
 Suppresses auto-relay (#10, v2.1.4)
 
std::string gap_description
 What the gap IS (#10, v2.1.4)
 
std::vector< std::string > suggested_files
 Files for lead to inspect (#10, v2.1.4)
 
- Public Attributes inherited from entropic::Directive
entropic_directive_type_t type
 Discriminant for dispatch.
 

Detailed Description

Signal explicit completion.

Issue #10 (v2.1.4): adds two optional fields used by relay-aware tiers. When a delegate completes but recognizes its answer is incomplete (e.g. researcher consulted only the docs DB and a follow-up source-file inspection is needed), it sets coverage_gap=true and lists the suggested files. The engine suppresses auto-relay for that completion and instead injects a [COVERAGE GAP] user message into the lead context so lead can chain to a specialist (typically reader).

Version
2.1.4

Definition at line 145 of file directives.h.

Constructor & Destructor Documentation

◆ CompleteDirective()

entropic::CompleteDirective::CompleteDirective ( std::string  s = "")
inlineexplicit

Construct a Complete directive.

Parameters
sSummary.
Version
1.8.4

Definition at line 156 of file directives.h.

Member Data Documentation

◆ coverage_gap

bool entropic::CompleteDirective::coverage_gap = false

Suppresses auto-relay (#10, v2.1.4)

Definition at line 147 of file directives.h.

◆ gap_description

std::string entropic::CompleteDirective::gap_description

What the gap IS (#10, v2.1.4)

Definition at line 148 of file directives.h.

◆ suggested_files

std::vector<std::string> entropic::CompleteDirective::suggested_files

Files for lead to inspect (#10, v2.1.4)

Definition at line 149 of file directives.h.

◆ summary

std::string entropic::CompleteDirective::summary

Completion summary.

Definition at line 146 of file directives.h.


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