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

Auto-compaction for context management. More...

#include <entropic/types/config.h>
#include <entropic/types/message.h>
#include <string>
#include <unordered_map>
#include <vector>
Include dependency graph for compaction.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  entropic::TokenCounter
 Track token usage across conversation. More...
 
struct  entropic::CompactionResult
 Result of a compaction operation. More...
 
class  entropic::CompactionManager
 Manages automatic context compaction. More...
 

Namespaces

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

Detailed Description

Auto-compaction for context management.

Deterministic structured extraction (no model inference) to produce predictable, compact briefings that preserve original task, tool call history, and files touched.

Version
1.8.4

Definition in file compaction.h.