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

AuditEntry struct and JSON serialization for JSONL audit log. More...

#include <nlohmann/json_fwd.hpp>
#include <string>
Include dependency graph for audit_entry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  entropic::AuditEntry
 A single audit log entry for one MCP tool call. More...
 

Namespaces

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

Functions

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.
 

Detailed Description

AuditEntry struct and JSON serialization for JSONL audit log.

Each AuditEntry represents one tool call execution. The struct carries per-call data; session-level fields (version, timestamp, session_id, sequence) are added by AuditLogger when writing to disk.

Version
1.9.5

Definition in file audit_entry.h.