73 lines
1.3 KiB
Cheetah
73 lines
1.3 KiB
Cheetah
edge:
|
|
id: "${IOP_EDGE_ID}"
|
|
name: "${IOP_EDGE_NAME}"
|
|
|
|
server:
|
|
listen: "${IOP_EDGE_LISTEN}"
|
|
advertise_host: ""
|
|
|
|
bootstrap:
|
|
artifact_base_url: ""
|
|
listen: "0.0.0.0:18080"
|
|
artifact_dir: "artifacts"
|
|
|
|
tls:
|
|
enabled: false
|
|
|
|
logging:
|
|
level: "info"
|
|
pretty: true
|
|
path: ""
|
|
|
|
metrics:
|
|
port: ${IOP_EDGE_METRICS_CONTAINER_PORT}
|
|
|
|
control_plane:
|
|
enabled: true
|
|
wire_addr: "${IOP_CONTROL_PLANE_EDGE_WIRE_ADDR}"
|
|
reconnect_interval_sec: 5
|
|
|
|
a2a:
|
|
enabled: false
|
|
|
|
openai:
|
|
enabled: false
|
|
|
|
console:
|
|
adapter: "cli"
|
|
target: "codex"
|
|
session_id: "default"
|
|
background: false
|
|
timeout_sec: 300
|
|
|
|
nodes:
|
|
- id: "${IOP_EDGE_NODE_ID}"
|
|
alias: "${IOP_EDGE_NODE_ALIAS}"
|
|
token: "${IOP_EDGE_NODE_TOKEN}"
|
|
adapters:
|
|
cli:
|
|
enabled: true
|
|
profiles:
|
|
codex:
|
|
command: "codex"
|
|
args:
|
|
- "app-server"
|
|
persistent: false
|
|
terminal: false
|
|
mode: "codex-app-server"
|
|
codex-exec:
|
|
command: "codex"
|
|
args:
|
|
- "exec"
|
|
- "--json"
|
|
resume_args:
|
|
- "exec"
|
|
- "resume"
|
|
- "--json"
|
|
env: []
|
|
persistent: false
|
|
terminal: false
|
|
output_format: "codex-json"
|
|
mode: "codex-exec"
|
|
runtime:
|
|
concurrency: 1
|