57 lines
860 B
YAML
57 lines
860 B
YAML
node:
|
|
id: "node-001"
|
|
name: "node-local"
|
|
|
|
transport:
|
|
edge_addr: "localhost:9090"
|
|
|
|
tls:
|
|
enabled: false
|
|
cert: "certs/node.crt"
|
|
key: "certs/node.key"
|
|
ca: "certs/ca.crt"
|
|
|
|
runtime:
|
|
concurrency: 4
|
|
workspace_root: "/tmp/iop/workspace"
|
|
|
|
sqlite:
|
|
dsn: "file:iop.db?cache=shared&mode=rwc"
|
|
|
|
logging:
|
|
level: "info" # debug | info | warn | error
|
|
|
|
metrics:
|
|
port: 9091
|
|
|
|
adapters:
|
|
ollama:
|
|
enabled: false
|
|
base_url: "http://localhost:11434"
|
|
|
|
vllm:
|
|
enabled: false
|
|
endpoint: "http://localhost:8000"
|
|
|
|
cli:
|
|
enabled: false
|
|
profiles:
|
|
claude:
|
|
command: "claude"
|
|
args: []
|
|
env: []
|
|
|
|
gemini:
|
|
command: "gemini"
|
|
args: []
|
|
env: []
|
|
|
|
codex:
|
|
command: "codex"
|
|
args: []
|
|
env: []
|
|
|
|
opencode:
|
|
command: "opencode"
|
|
args: []
|
|
env: []
|