|
Entropic 2.3.8
Local-first agentic inference engine
|
Signal explicit completion. More...
#include <entropic/core/directives.h>


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. | |
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).
Definition at line 145 of file directives.h.
|
inlineexplicit |
Construct a Complete directive.
| s | Summary. |
Definition at line 156 of file directives.h.
| bool entropic::CompleteDirective::coverage_gap = false |
Suppresses auto-relay (#10, v2.1.4)
Definition at line 147 of file directives.h.
| std::string entropic::CompleteDirective::gap_description |
What the gap IS (#10, v2.1.4)
Definition at line 148 of file directives.h.
| 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.
| std::string entropic::CompleteDirective::summary |
Completion summary.
Definition at line 146 of file directives.h.