42 lines
766 B
YAML
42 lines
766 B
YAML
server:
|
|
listen: "0.0.0.0:9090"
|
|
|
|
tls:
|
|
enabled: false
|
|
|
|
logging:
|
|
level: "info"
|
|
pretty: true
|
|
|
|
metrics:
|
|
port: 9092
|
|
|
|
console:
|
|
adapter: "cli"
|
|
model: "claude"
|
|
timeout_sec: 120
|
|
|
|
nodes:
|
|
- alias: "local-node"
|
|
token: "changeme"
|
|
adapters:
|
|
ollama:
|
|
enabled: false
|
|
base_url: "http://localhost:11434"
|
|
vllm:
|
|
enabled: false
|
|
endpoint: "http://localhost:8000"
|
|
cli:
|
|
enabled: true
|
|
profiles:
|
|
claude:
|
|
command: "claude"
|
|
args: []
|
|
env: []
|
|
persistent: true
|
|
terminal: true
|
|
response_idle_timeout_ms: 1500
|
|
startup_idle_timeout_ms: 300
|
|
runtime:
|
|
concurrency: 4
|
|
workspace_root: "/tmp/iop/workspace"
|