Merge remote-tracking branch 'origin/dev' into feat/vad-agent

This commit is contained in:
Twirre Meulenbelt
2025-10-28 14:55:10 +01:00
16 changed files with 1110 additions and 3 deletions

View File

@@ -12,6 +12,9 @@ class AgentSettings(BaseModel):
belief_collector_agent_name: str = "belief_collector"
vad_agent_name: str = "vad_agent"
ri_communication_agent_name: str = "ri_communication_agent"
ri_command_agent_name: str = "ri_command_agent"
class Settings(BaseSettings):
app_title: str = "PepperPlus"