Versions in this module Expand all Collapse all v0 v0.1.0 Jan 6, 2026 Changes in this version + type AgentResponse struct + CurrentTask string + Directory string + ID string + LastActivity time.Time + Name string + ProjectID string + StartTime time.Time + Status string + TokensIn int64 + TokensOut int64 + Type string + type Response struct + Data interface{} + Error string + Success bool + type Server struct + func NewServer(manager *session.Manager, addr string) *Server + func (s *Server) Addr() string + func (s *Server) Start() error + func (s *Server) Stop(ctx context.Context) error