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

Session model log — raw streaming transcript. More...

#include <entropic/entropic_export.h>
#include <cstdio>
#include <filesystem>
#include <string>
Include dependency graph for session_logger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  entropic::SessionLogger
 Manages session_model.log for raw streaming content. More...
 

Namespaces

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

Detailed Description

Session model log — raw streaming transcript.

Owns the FILE* for session_model.log, handles user/assistant turn delimiters and raw token writes. Centralizes model log lifecycle that was previously inline in the facade.

Version
2.0.1

Definition in file session_logger.h.