Skip to main content

Module server

Module server 

Source
Expand description

HTTP relay server with SQLite persistence.

Messages survive server restarts. Run with: agent-relay server --port 4800

Data stored in ~/.agent-relay/relay.db by default.

Structs§

CountResponse
InboxQuery
RegisterRequest
SendRequest

Functions§

build_router
Build the router with a SQLite-backed database at the given path.
init_db
Initialize the database schema.

Type Aliases§

SharedState