Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlClient ¶
type RunInfo ¶
type RunInfo struct {
RunID string
Label string
RuntimeID string
SessionID string
SupervisorID string
SentinelPath string
EventLogPath string
Agent string
AgentProfile string
Model string
Backend string
RosterFile string
RosterEntry string
EffectiveAgent string
EffectiveModel string
EffectiveBackend string
Thinking string
Dir string
AutoApprove bool
CreatedAt time.Time
}
type RunRegistry ¶
type RunRegistry struct {
// contains filtered or unexported fields
}
func NewRunRegistry ¶
func NewRunRegistry() *RunRegistry
func (*RunRegistry) All ¶
func (r *RunRegistry) All() []*RunInfo
func (*RunRegistry) Lookup ¶
func (r *RunRegistry) Lookup(key string) *RunInfo
func (*RunRegistry) Remove ¶
func (r *RunRegistry) Remove(runID string) *RunInfo
func (*RunRegistry) Store ¶
func (r *RunRegistry) Store(info *RunInfo) error
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) HTTPHandler ¶
func (*Server) RegisteredToolNames ¶
Click to show internal directories.
Click to hide internal directories.