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§
Functions§
- build_
router - Build the router with a SQLite-backed database at the given path.
- init_db
- Initialize the database schema.