serveAgentIngress
serveAgentIngress(
deps,port?):Server<undefined>
Defined in: src/server.ts:4544
Start the agent-ingress listener bound to LOOPBACK ONLY (never config.host, which may be 0.0.0.0)
on an ephemeral port. slirp maps the netns’s 10.0.2.2 to the host’s 127.0.0.1, so loopback is the
correct + safest bind. Returns the Bun server (read .port).
Parameters
Section titled “Parameters”number = 0
Returns
Section titled “Returns”Server<undefined>