Commit Graph
1 Commits
Author SHA1 Message Date
rav-melisono bc357208bb feat: add HTTP health endpoint on gateway port
Binds a lightweight asyncio HTTP server on the configured gateway
port (default 18790) alongside the existing agent and channel tasks.

Endpoints:
  GET /       -> "nanobot" (plain text, for service discovery)
  GET /health -> JSON with service, version, status, uptime, channels

Zero new dependencies — uses asyncio.start_server.
2026-03-29 15:31:29 +01:00