|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
Result of compact_history. More...
#include <history.h>
Public Attributes | |
| bool | compacted = false |
| true iff a summary was produced. | |
| std::vector< ChatMessage > | recent |
| Leading system (if any) + summary-as-system + last N. | |
| std::string | summary |
| LLM summary of the compacted span ("" if none). | |
Result of compact_history.