Skip to content

Commit a769ecc

Browse files
feat: add required dummy parameter in compaction_config
1 parent d9ee003 commit a769ecc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

MaxKernel/auto_agent/agent.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,13 @@
3535
compaction_config = EventsCompactionConfig(
3636
token_threshold=200000,
3737
event_retention_size=100,
38+
compaction_interval=1,
39+
overlap_size=0,
3840
)
3941
else:
4042
compaction_config = None
4143

44+
4245
app = App(
4346
name="auto_agent",
4447
root_agent=root_agent,

0 commit comments

Comments
 (0)