|
Entropic 2.3.8
Local-first agentic inference engine
|
AuditEntry struct and JSON serialization for JSONL audit log. More...
#include <nlohmann/json_fwd.hpp>#include <string>

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. | |
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.
Definition in file audit_entry.h.