Expand description
rvf-server – RuVector Format TCP/HTTP streaming server.
Provides a network-accessible interface to rvf-runtime,
supporting HTTP REST endpoints and a binary TCP streaming protocol
for inter-agent vector exchange.
Modules§
- error
- Error types and HTTP error responses for the RVF server.
- http
- HTTP endpoints for the RVF server using axum.
- tcp
- TCP streaming protocol for inter-agent exchange.
Structs§
- Server
Config - Server configuration.
Functions§
- open_
or_ create_ store - Open or create the store at the configured path, returning a shared handle.
- run
- Start both HTTP and TCP servers. Blocks until shutdown.