build: merge of VAD

ref: N25B-213
This commit is contained in:
JobvAlewijk
2025-10-29 10:32:43 +01:00
13 changed files with 483 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ class AgentSettings(BaseModel):
host: str = "xmpp.twirre.dev"
bdi_core_agent_name: str = "bdi_core"
belief_collector_agent_name: str = "belief_collector"
vad_agent_name: str = "vad_agent"
llm_agent_name: str = "llm_agent"
test_agent_name: str = "test_agent"