Skip to content

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).

AppDeps

number = 0

Server<undefined>