Versions in this module Expand all Collapse all v1 v1.2.2 Jul 8, 2026 Changes in this version + type Config struct + Addr string + Runtime *agentsruntime.Runtime + type Server struct + func NewServer(cfg Config) (*Server, error) + func (s *Server) Addr() string + func (s *Server) Handler() http.Handler + func (s *Server) Shutdown(ctx context.Context) error + func (s *Server) Start() error