Versions in this module Expand all Collapse all v0 v0.5.0 Mar 2, 2026 Changes in this version + type Config struct + Agent agent.Agent + Description string + InvokePath string + Port string + ReadHeaderTimeout time.Duration + SessionService session.Service + type Server struct + func NewServer(cfg Config) (*Server, error) + func (s *Server) Addr() net.Addr + func (s *Server) AgentCardURL() string + func (s *Server) InvokeURL() string + func (s *Server) Start(ctx context.Context) error + func (s *Server) StartAsync(ctx context.Context) + func (s *Server) Stop(ctx context.Context) error + func (s *Server) URL() string