LLMProxy.RPC.AdminServer (llm_proxy v0.1.0)

Copy Markdown View Source

SafeRPC socket server for LLMProxy local RPC surfaces.

The same local socket serves the Incant admin surface (LLMProxy.Admin) and operational lifecycle surface (LLMProxy.Ops). The boundary is the SafeRPC operation module/function tuple, not a separate transport.

Summary

Functions

child_spec(opts)

handle_cast(op, payload, state)

Callback implementation for SafeRPC.Server.handle_cast/3.

start_link(opts)