iop/configs/edge.yaml
toki b4c6550eab feat: edge/node architecture updates and agent-task integration
- Add node store implementation for edge app
- Add adapters factory for node app
- Update edge and node transport layers
- Update domain rules for edge and node
- Add bin scripts for edge and node
- Update configs and documentation
- Add agent-task node_centralized_mgmt directory
2026-05-03 10:51:29 +09:00

37 lines
612 B
YAML

server:
listen: "0.0.0.0:9090"
tls:
enabled: false
logging:
level: "info"
pretty: true
metrics:
port: 9092
console:
adapter: "mock"
model: "mock-echo"
nodes:
- alias: "local-node"
token: "changeme"
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: []
runtime:
concurrency: 4
workspace_root: "/tmp/iop/workspace"