summary system backend implementation

This commit is contained in:
Storme-bit
2026-04-19 07:23:00 -07:00
parent 4cc87d96b6
commit 8c807fb35b

View File

@@ -70,7 +70,7 @@ const SQLITE = {
}
const SUMMARIES = {
THRESHOLD_TOKENS: 5000, //trigger summary when session hits this many tokens
THRESHOLD_TOKENS: 200, //trigger summary when session hits this many tokens
MAX_SUMMARY_TOKENS: 800, //if existing summary exceeds this, create new instead of update
MIN_EPISODES_SINCE: 5, // don't resummarize until N new episodes since last summary
}