nats: url: "nats://localhost:4222" task_subject: "sundynix.tasks.*" queue_group: "dispatchers" stream_prefix: "sundynix.streams" llm_pool: backends: - name: "vllm-0" base_url: "http://localhost:8000/v1" type: "vllm" - name: "ollama-0" base_url: "http://localhost:11434" type: "ollama" circuit_breaker: error_threshold: 0.5 open_timeout: "30s"