# NATS 零拷贝骨干网 — JetStream 开启 port: 4222 http_port: 8222 # 监控端点 max_payload: 8MB # 容纳文件(base64)经工具调用传输;大文件应改走对象存储 jetstream { store_dir: "/data/jetstream" max_memory_store: 1GB max_file_store: 10GB } # Subject 命名空间约定(仅文档,实际 stream 由各服务声明式创建) # sundynix.tasks.* 分布式任务队列 (Queue) # sundynix.streams. 零拷贝 Token 字节管道 (Stream) # sundynix.tools.go.* Go MCP 工具调用 # sundynix.tools.py.* Python MCP 工具调用