Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
audit_entry.cpp File Reference

AuditEntry JSON serialization implementation. More...

#include <entropic/storage/audit_entry.h>
#include <entropic/types/logging.h>
#include <nlohmann/json.hpp>
Include dependency graph for audit_entry.cpp:

Go to the source code of this file.

Namespaces

namespace  entropic
 Activate model on GPU (WARM → ACTIVE).
 

Functions

static std::string entropic::extract_parent_id (const nlohmann::json &j)
 Extract optional parent_conversation_id from JSON.
 
static void entropic::parse_result_fields (const nlohmann::json &result, AuditEntry &entry)
 Parse the result sub-object from JSON into AuditEntry fields.
 
nlohmann::json entropic::audit_entry_to_json (const AuditEntry &entry)
 Serialize AuditEntry fields to a JSON object.
 
bool entropic::audit_entry_from_json (const nlohmann::json &j, AuditEntry &entry)
 Deserialize AuditEntry fields from a JSON object.
 

Variables

static auto logger = entropic::log::get("storage.audit_entry")
 

Detailed Description

AuditEntry JSON serialization implementation.

Version
1.9.5

Definition in file audit_entry.cpp.

Variable Documentation

◆ logger

auto logger = entropic::log::get("storage.audit_entry")
static

Definition at line 13 of file audit_entry.cpp.