feat: Finish adding min/max buffer to voice sleeptime manager group config (#1954)

This commit is contained in:
Matthew Zhou
2025-04-30 17:20:53 -07:00
committed by GitHub
parent 84f66aedd3
commit 57218d2b8f
7 changed files with 105 additions and 8 deletions

View File

@@ -862,6 +862,8 @@ class SyncServer(Server):
agent_ids=[voice_sleeptime_agent.id],
manager_config=VoiceSleeptimeManager(
manager_agent_id=main_agent.id,
max_message_buffer_length=30,
min_message_buffer_length=15,
),
),
actor=actor,