blun-king-cli 9.1.205 → 9.1.206
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/blun.mjs +3 -2
- package/package.json +1 -1
package/blun.mjs
CHANGED
|
@@ -78973,8 +78973,9 @@ var init_context$2 = __esmMin((() => {
|
|
|
78973
78973
|
const historicalUserReferencesProjected = compactHistoricalPersistedUserMessageReferences(userOffloaded);
|
|
78974
78974
|
const duplicateUserMessagesProjected = dedupeRepeatedUserMessages(historicalUserReferencesProjected);
|
|
78975
78975
|
const historicalTelegramProjected = projectHistoricalUnaddressedTelegramMessages(duplicateUserMessagesProjected);
|
|
78976
|
-
const
|
|
78977
|
-
const
|
|
78976
|
+
const assistantOffloaded = this.agent.assistantMessageOffload.compact(historicalTelegramProjected);
|
|
78977
|
+
const repeatedAssistantProjected = projectRepeatedAssistantResponses(assistantOffloaded);
|
|
78978
|
+
const result = project(this.agent.microCompaction.compact(compactHistoricalSuccessfulToolResults(this.agent.toolResultBatchOffload.compact(dedupeRecurringCronWakeups(dedupeRepeatedInjections(compactHistoricalSkillActivations(compactBaselineSkillInjections(repeatedAssistantProjected))))))), {
|
|
78978
78979
|
...options,
|
|
78979
78980
|
onAnomaly: (anomaly) => {
|
|
78980
78981
|
anomalies.push(anomaly);
|