Add fabric binary transport loop

This commit is contained in:
2026-05-16 00:10:04 +03:00
parent 6ac41052e6
commit f82e6990f2
4 changed files with 208 additions and 3 deletions
@@ -256,6 +256,9 @@ Deliverables:
### Stage FNP-3: WebSocket/TCP Compatibility Transport
Status: started with a transport-neutral `io.Reader`/`io.Writer` frame loop in
`agents/rap-node-agent/internal/fabricproto`.
Deliverables:
- carry binary frames over one persistent WebSocket/TCP connection;