iop/configs/node.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

10 lines
125 B
YAML

transport:
edge_addr: "localhost:9090"
token: "changeme"
logging:
level: "info"
pretty: true
metrics:
port: 9091