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

Database record for a delegation. More...

#include <entropic/storage/records.h>

Public Attributes

std::string id
 UUID primary key.
 
std::string parent_conversation_id
 Parent conversation FK.
 
std::string child_conversation_id
 Child conversation FK.
 
std::string delegating_tier
 Tier that initiated delegation.
 
std::string target_tier
 Target tier for child loop.
 
std::string task
 Task description.
 
std::optional< int > max_turns
 Turn limit (nullable)
 
std::string status = "pending"
 pending/running/completed/failed
 
std::optional< std::string > result_summary
 Result summary (nullable)
 
std::string created_at
 ISO 8601 timestamp.
 
std::optional< std::string > completed_at
 Completion timestamp (nullable)
 

Detailed Description

Database record for a delegation.

Version
1.8.8

Definition at line 56 of file records.h.

Member Data Documentation

◆ child_conversation_id

std::string entropic::DelegationRecord::child_conversation_id

Child conversation FK.

Definition at line 59 of file records.h.

◆ completed_at

std::optional<std::string> entropic::DelegationRecord::completed_at

Completion timestamp (nullable)

Definition at line 67 of file records.h.

◆ created_at

std::string entropic::DelegationRecord::created_at

ISO 8601 timestamp.

Definition at line 66 of file records.h.

◆ delegating_tier

std::string entropic::DelegationRecord::delegating_tier

Tier that initiated delegation.

Definition at line 60 of file records.h.

◆ id

std::string entropic::DelegationRecord::id

UUID primary key.

Definition at line 57 of file records.h.

◆ max_turns

std::optional<int> entropic::DelegationRecord::max_turns

Turn limit (nullable)

Definition at line 63 of file records.h.

◆ parent_conversation_id

std::string entropic::DelegationRecord::parent_conversation_id

Parent conversation FK.

Definition at line 58 of file records.h.

◆ result_summary

std::optional<std::string> entropic::DelegationRecord::result_summary

Result summary (nullable)

Definition at line 65 of file records.h.

◆ status

std::string entropic::DelegationRecord::status = "pending"

pending/running/completed/failed

Definition at line 64 of file records.h.

◆ target_tier

std::string entropic::DelegationRecord::target_tier

Target tier for child loop.

Definition at line 61 of file records.h.

◆ task

std::string entropic::DelegationRecord::task

Task description.

Definition at line 62 of file records.h.


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