- token_server: generate voice-{uuid8} room name per request so each
browser session creates a fresh room and triggers agent dispatch
- token claim: add jobType JT_ROOM to roomConfig.agents
- livekit.yaml: revert empty_timeout to default (300s)
- agent.py: system prompt now mandates dispatch_task for all non-trivial
tasks (not just research); removed inline web_search instructions;
added tool_call logging in _ReasoningFallbackWrapper
12 lines
227 B
YAML
12 lines
227 B
YAML
port: 7880
|
|
|
|
rtc:
|
|
tcp_port: 7881
|
|
udp_port: 7882
|
|
|
|
keys:
|
|
devkey: devsecret
|
|
|
|
# Rooms are short-lived: each browser session gets a unique room name, so
|
|
# the agent is dispatched at room creation. Default 300s cleanup is fine.
|