Versions in this module Expand all Collapse all v0 v0.1.156 Apr 24, 2026 v0.1.155 Apr 24, 2026 Changes in this version + const DebugService_GetContext_FullMethodName + const DebugService_GetCostBreakdown_FullMethodName + const DebugService_GetDashboard_FullMethodName + const DebugService_GetFileChanges_FullMethodName + const DebugService_GetLLMCalls_FullMethodName + const DebugService_GetLastSummary_FullMethodName + const DebugService_GetMemory_FullMethodName + const DebugService_GetMetrics_FullMethodName + const DebugService_GetMiddlewareState_FullMethodName + const DebugService_GetObjectiveGraph_FullMethodName + const DebugService_GetRules_FullMethodName + const DebugService_GetSession_FullMethodName + const DebugService_GetSymbolMap_FullMethodName + const DebugService_GetTrace_FullMethodName + const DebugService_StreamEvents_FullMethodName + var DebugService_ServiceDesc = grpc.ServiceDesc + var File_mind_debug_v1_debug_proto protoreflect.FileDescriptor + func RegisterDebugServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterDebugServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DebugServiceClient) error + func RegisterDebugServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterDebugServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DebugServiceServer) error + func RegisterDebugServiceServer(s grpc.ServiceRegistrar, srv DebugServiceServer) + type ChangeEntry struct + Action string + File string + What string + func (*ChangeEntry) Descriptor() ([]byte, []int) + func (*ChangeEntry) ProtoMessage() + func (x *ChangeEntry) GetAction() string + func (x *ChangeEntry) GetFile() string + func (x *ChangeEntry) GetWhat() string + func (x *ChangeEntry) ProtoReflect() protoreflect.Message + func (x *ChangeEntry) Reset() + func (x *ChangeEntry) String() string + type CheckEntry struct + Error string + HasResult bool + Name string + Passed bool + Type string + func (*CheckEntry) Descriptor() ([]byte, []int) + func (*CheckEntry) ProtoMessage() + func (x *CheckEntry) GetError() string + func (x *CheckEntry) GetHasResult() bool + func (x *CheckEntry) GetName() string + func (x *CheckEntry) GetPassed() bool + func (x *CheckEntry) GetType() string + func (x *CheckEntry) ProtoReflect() protoreflect.Message + func (x *CheckEntry) Reset() + func (x *CheckEntry) String() string + type CheckResult struct + Error string + Name string + Passed bool + func (*CheckResult) Descriptor() ([]byte, []int) + func (*CheckResult) ProtoMessage() + func (x *CheckResult) GetError() string + func (x *CheckResult) GetName() string + func (x *CheckResult) GetPassed() bool + func (x *CheckResult) ProtoReflect() protoreflect.Message + func (x *CheckResult) Reset() + func (x *CheckResult) String() string + type ConventionEntry struct + Category string + Package string + Pattern string + Usage string + func (*ConventionEntry) Descriptor() ([]byte, []int) + func (*ConventionEntry) ProtoMessage() + func (x *ConventionEntry) GetCategory() string + func (x *ConventionEntry) GetPackage() string + func (x *ConventionEntry) GetPattern() string + func (x *ConventionEntry) GetUsage() string + func (x *ConventionEntry) ProtoReflect() protoreflect.Message + func (x *ConventionEntry) Reset() + func (x *ConventionEntry) String() string + type CostEntry struct + CachedTokens int32 + Calls int32 + CostUsd float64 + InputTokens int32 + Name string + OutputTokens int32 + func (*CostEntry) Descriptor() ([]byte, []int) + func (*CostEntry) ProtoMessage() + func (x *CostEntry) GetCachedTokens() int32 + func (x *CostEntry) GetCalls() int32 + func (x *CostEntry) GetCostUsd() float64 + func (x *CostEntry) GetInputTokens() int32 + func (x *CostEntry) GetName() string + func (x *CostEntry) GetOutputTokens() int32 + func (x *CostEntry) ProtoReflect() protoreflect.Message + func (x *CostEntry) Reset() + func (x *CostEntry) String() string + type DebugEvent struct + Agent string + Data map[string]string + Kind string + Message string + Timestamp *timestamppb.Timestamp + func (*DebugEvent) Descriptor() ([]byte, []int) + func (*DebugEvent) ProtoMessage() + func (x *DebugEvent) GetAgent() string + func (x *DebugEvent) GetData() map[string]string + func (x *DebugEvent) GetKind() string + func (x *DebugEvent) GetMessage() string + func (x *DebugEvent) GetTimestamp() *timestamppb.Timestamp + func (x *DebugEvent) ProtoReflect() protoreflect.Message + func (x *DebugEvent) Reset() + func (x *DebugEvent) String() string + type DebugServiceClient interface + GetContext func(ctx context.Context, in *GetContextRequest, opts ...grpc.CallOption) (*GetContextResponse, error) + GetCostBreakdown func(ctx context.Context, in *GetCostBreakdownRequest, opts ...grpc.CallOption) (*GetCostBreakdownResponse, error) + GetDashboard func(ctx context.Context, in *GetDashboardRequest, opts ...grpc.CallOption) (*GetDashboardResponse, error) + GetFileChanges func(ctx context.Context, in *GetFileChangesRequest, opts ...grpc.CallOption) (*GetFileChangesResponse, error) + GetLLMCalls func(ctx context.Context, in *GetLLMCallsRequest, opts ...grpc.CallOption) (*GetLLMCallsResponse, error) + GetLastSummary func(ctx context.Context, in *GetLastSummaryRequest, opts ...grpc.CallOption) (*GetLastSummaryResponse, error) + GetMemory func(ctx context.Context, in *GetMemoryRequest, opts ...grpc.CallOption) (*GetMemoryResponse, error) + GetMetrics func(ctx context.Context, in *GetMetricsRequest, opts ...grpc.CallOption) (*GetMetricsResponse, error) + GetMiddlewareState func(ctx context.Context, in *GetMiddlewareStateRequest, opts ...grpc.CallOption) (*GetMiddlewareStateResponse, error) + GetObjectiveGraph func(ctx context.Context, in *GetObjectiveGraphRequest, opts ...grpc.CallOption) (*GetObjectiveGraphResponse, error) + GetRules func(ctx context.Context, in *GetRulesRequest, opts ...grpc.CallOption) (*GetRulesResponse, error) + GetSession func(ctx context.Context, in *GetSessionRequest, opts ...grpc.CallOption) (*GetSessionResponse, error) + GetSymbolMap func(ctx context.Context, in *GetSymbolMapRequest, opts ...grpc.CallOption) (*GetSymbolMapResponse, error) + GetTrace func(ctx context.Context, in *GetTraceRequest, opts ...grpc.CallOption) (*GetTraceResponse, error) + StreamEvents func(ctx context.Context, in *StreamEventsRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[DebugEvent], error) + func NewDebugServiceClient(cc grpc.ClientConnInterface) DebugServiceClient + type DebugServiceServer interface + GetContext func(context.Context, *GetContextRequest) (*GetContextResponse, error) + GetCostBreakdown func(context.Context, *GetCostBreakdownRequest) (*GetCostBreakdownResponse, error) + GetDashboard func(context.Context, *GetDashboardRequest) (*GetDashboardResponse, error) + GetFileChanges func(context.Context, *GetFileChangesRequest) (*GetFileChangesResponse, error) + GetLLMCalls func(context.Context, *GetLLMCallsRequest) (*GetLLMCallsResponse, error) + GetLastSummary func(context.Context, *GetLastSummaryRequest) (*GetLastSummaryResponse, error) + GetMemory func(context.Context, *GetMemoryRequest) (*GetMemoryResponse, error) + GetMetrics func(context.Context, *GetMetricsRequest) (*GetMetricsResponse, error) + GetMiddlewareState func(context.Context, *GetMiddlewareStateRequest) (*GetMiddlewareStateResponse, error) + GetObjectiveGraph func(context.Context, *GetObjectiveGraphRequest) (*GetObjectiveGraphResponse, error) + GetRules func(context.Context, *GetRulesRequest) (*GetRulesResponse, error) + GetSession func(context.Context, *GetSessionRequest) (*GetSessionResponse, error) + GetSymbolMap func(context.Context, *GetSymbolMapRequest) (*GetSymbolMapResponse, error) + GetTrace func(context.Context, *GetTraceRequest) (*GetTraceResponse, error) + StreamEvents func(*StreamEventsRequest, grpc.ServerStreamingServer[DebugEvent]) error + type DebugService_StreamEventsClient = grpc.ServerStreamingClient[DebugEvent] + type DebugService_StreamEventsServer = grpc.ServerStreamingServer[DebugEvent] + type EventEntry struct + Agent string + Kind string + Message string + Timestamp *timestamppb.Timestamp + func (*EventEntry) Descriptor() ([]byte, []int) + func (*EventEntry) ProtoMessage() + func (x *EventEntry) GetAgent() string + func (x *EventEntry) GetKind() string + func (x *EventEntry) GetMessage() string + func (x *EventEntry) GetTimestamp() *timestamppb.Timestamp + func (x *EventEntry) ProtoReflect() protoreflect.Message + func (x *EventEntry) Reset() + func (x *EventEntry) String() string + type FileChange struct + Diff string + Op string + Path string + Reason string + func (*FileChange) Descriptor() ([]byte, []int) + func (*FileChange) ProtoMessage() + func (x *FileChange) GetDiff() string + func (x *FileChange) GetOp() string + func (x *FileChange) GetPath() string + func (x *FileChange) GetReason() string + func (x *FileChange) ProtoReflect() protoreflect.Message + func (x *FileChange) Reset() + func (x *FileChange) String() string + type FileSymbols struct + Path string + Symbols []*SymbolNode + func (*FileSymbols) Descriptor() ([]byte, []int) + func (*FileSymbols) ProtoMessage() + func (x *FileSymbols) GetPath() string + func (x *FileSymbols) GetSymbols() []*SymbolNode + func (x *FileSymbols) ProtoReflect() protoreflect.Message + func (x *FileSymbols) Reset() + func (x *FileSymbols) String() string + type GetContextRequest struct + func (*GetContextRequest) Descriptor() ([]byte, []int) + func (*GetContextRequest) ProtoMessage() + func (x *GetContextRequest) ProtoReflect() protoreflect.Message + func (x *GetContextRequest) Reset() + func (x *GetContextRequest) String() string + type GetContextResponse struct + Conventions []*ConventionEntry + HasConventions bool + HasMemory bool + HasRules bool + HasSession bool + HasSymbolMap bool + Metrics *MetricsSummary + ProjectName string + ServiceName string + StatePreview string + SystemPreview string + TurnPreview string + func (*GetContextResponse) Descriptor() ([]byte, []int) + func (*GetContextResponse) ProtoMessage() + func (x *GetContextResponse) GetConventions() []*ConventionEntry + func (x *GetContextResponse) GetHasConventions() bool + func (x *GetContextResponse) GetHasMemory() bool + func (x *GetContextResponse) GetHasRules() bool + func (x *GetContextResponse) GetHasSession() bool + func (x *GetContextResponse) GetHasSymbolMap() bool + func (x *GetContextResponse) GetMetrics() *MetricsSummary + func (x *GetContextResponse) GetProjectName() string + func (x *GetContextResponse) GetServiceName() string + func (x *GetContextResponse) GetStatePreview() string + func (x *GetContextResponse) GetSystemPreview() string + func (x *GetContextResponse) GetTurnPreview() string + func (x *GetContextResponse) ProtoReflect() protoreflect.Message + func (x *GetContextResponse) Reset() + func (x *GetContextResponse) String() string + type GetCostBreakdownRequest struct + func (*GetCostBreakdownRequest) Descriptor() ([]byte, []int) + func (*GetCostBreakdownRequest) ProtoMessage() + func (x *GetCostBreakdownRequest) ProtoReflect() protoreflect.Message + func (x *GetCostBreakdownRequest) Reset() + func (x *GetCostBreakdownRequest) String() string + type GetCostBreakdownResponse struct + Entries []*CostEntry + Title string + Total *CostEntry + func (*GetCostBreakdownResponse) Descriptor() ([]byte, []int) + func (*GetCostBreakdownResponse) ProtoMessage() + func (x *GetCostBreakdownResponse) GetEntries() []*CostEntry + func (x *GetCostBreakdownResponse) GetTitle() string + func (x *GetCostBreakdownResponse) GetTotal() *CostEntry + func (x *GetCostBreakdownResponse) ProtoReflect() protoreflect.Message + func (x *GetCostBreakdownResponse) Reset() + func (x *GetCostBreakdownResponse) String() string + type GetDashboardRequest struct + func (*GetDashboardRequest) Descriptor() ([]byte, []int) + func (*GetDashboardRequest) ProtoMessage() + func (x *GetDashboardRequest) ProtoReflect() protoreflect.Message + func (x *GetDashboardRequest) Reset() + func (x *GetDashboardRequest) String() string + type GetDashboardResponse struct + Achieved bool + ActiveObjective string + BudgetRemaining float64 + CachedTokens int32 + ChecksPassed int32 + ChecksTotal int32 + ContextWindow int32 + CostUsd float64 + InputTokens int32 + Iteration int32 + LlmCalls int32 + OutputTokens int32 + Phase string + TokensUsed int32 + Uptime *durationpb.Duration + func (*GetDashboardResponse) Descriptor() ([]byte, []int) + func (*GetDashboardResponse) ProtoMessage() + func (x *GetDashboardResponse) GetAchieved() bool + func (x *GetDashboardResponse) GetActiveObjective() string + func (x *GetDashboardResponse) GetBudgetRemaining() float64 + func (x *GetDashboardResponse) GetCachedTokens() int32 + func (x *GetDashboardResponse) GetChecksPassed() int32 + func (x *GetDashboardResponse) GetChecksTotal() int32 + func (x *GetDashboardResponse) GetContextWindow() int32 + func (x *GetDashboardResponse) GetCostUsd() float64 + func (x *GetDashboardResponse) GetInputTokens() int32 + func (x *GetDashboardResponse) GetIteration() int32 + func (x *GetDashboardResponse) GetLlmCalls() int32 + func (x *GetDashboardResponse) GetOutputTokens() int32 + func (x *GetDashboardResponse) GetPhase() string + func (x *GetDashboardResponse) GetTokensUsed() int32 + func (x *GetDashboardResponse) GetUptime() *durationpb.Duration + func (x *GetDashboardResponse) ProtoReflect() protoreflect.Message + func (x *GetDashboardResponse) Reset() + func (x *GetDashboardResponse) String() string + type GetFileChangesRequest struct + func (*GetFileChangesRequest) Descriptor() ([]byte, []int) + func (*GetFileChangesRequest) ProtoMessage() + func (x *GetFileChangesRequest) ProtoReflect() protoreflect.Message + func (x *GetFileChangesRequest) Reset() + func (x *GetFileChangesRequest) String() string + type GetFileChangesResponse struct + Files []*FileChange + func (*GetFileChangesResponse) Descriptor() ([]byte, []int) + func (*GetFileChangesResponse) ProtoMessage() + func (x *GetFileChangesResponse) GetFiles() []*FileChange + func (x *GetFileChangesResponse) ProtoReflect() protoreflect.Message + func (x *GetFileChangesResponse) Reset() + func (x *GetFileChangesResponse) String() string + type GetLLMCallsRequest struct + Limit int32 + Offset int32 + func (*GetLLMCallsRequest) Descriptor() ([]byte, []int) + func (*GetLLMCallsRequest) ProtoMessage() + func (x *GetLLMCallsRequest) GetLimit() int32 + func (x *GetLLMCallsRequest) GetOffset() int32 + func (x *GetLLMCallsRequest) ProtoReflect() protoreflect.Message + func (x *GetLLMCallsRequest) Reset() + func (x *GetLLMCallsRequest) String() string + type GetLLMCallsResponse struct + Calls []*LLMCallEntry + Total int32 + func (*GetLLMCallsResponse) Descriptor() ([]byte, []int) + func (*GetLLMCallsResponse) ProtoMessage() + func (x *GetLLMCallsResponse) GetCalls() []*LLMCallEntry + func (x *GetLLMCallsResponse) GetTotal() int32 + func (x *GetLLMCallsResponse) ProtoReflect() protoreflect.Message + func (x *GetLLMCallsResponse) Reset() + func (x *GetLLMCallsResponse) String() string + type GetLastSummaryRequest struct + func (*GetLastSummaryRequest) Descriptor() ([]byte, []int) + func (*GetLastSummaryRequest) ProtoMessage() + func (x *GetLastSummaryRequest) ProtoReflect() protoreflect.Message + func (x *GetLastSummaryRequest) Reset() + func (x *GetLastSummaryRequest) String() string + type GetLastSummaryResponse struct + Achieved bool + CachedTokens int32 + Checks []*CheckResult + CostUsd float64 + Duration *durationpb.Duration + Files []*FileChange + InputTokens int32 + Iterations int32 + LlmCalls int32 + OutputTokens int32 + TraceCompact string + func (*GetLastSummaryResponse) Descriptor() ([]byte, []int) + func (*GetLastSummaryResponse) ProtoMessage() + func (x *GetLastSummaryResponse) GetAchieved() bool + func (x *GetLastSummaryResponse) GetCachedTokens() int32 + func (x *GetLastSummaryResponse) GetChecks() []*CheckResult + func (x *GetLastSummaryResponse) GetCostUsd() float64 + func (x *GetLastSummaryResponse) GetDuration() *durationpb.Duration + func (x *GetLastSummaryResponse) GetFiles() []*FileChange + func (x *GetLastSummaryResponse) GetInputTokens() int32 + func (x *GetLastSummaryResponse) GetIterations() int32 + func (x *GetLastSummaryResponse) GetLlmCalls() int32 + func (x *GetLastSummaryResponse) GetOutputTokens() int32 + func (x *GetLastSummaryResponse) GetTraceCompact() string + func (x *GetLastSummaryResponse) ProtoReflect() protoreflect.Message + func (x *GetLastSummaryResponse) Reset() + func (x *GetLastSummaryResponse) String() string + type GetMemoryRequest struct + func (*GetMemoryRequest) Descriptor() ([]byte, []int) + func (*GetMemoryRequest) ProtoMessage() + func (x *GetMemoryRequest) ProtoReflect() protoreflect.Message + func (x *GetMemoryRequest) Reset() + func (x *GetMemoryRequest) String() string + type GetMemoryResponse struct + Approach string + Blockers []string + FilesModified map[string]string + FilesRead map[string]string + Hypotheses []string + Iterations []*IterationEntry + NextSteps []string + Objective string + Symbols []*SymbolEntry + ThreadSummary string + func (*GetMemoryResponse) Descriptor() ([]byte, []int) + func (*GetMemoryResponse) ProtoMessage() + func (x *GetMemoryResponse) GetApproach() string + func (x *GetMemoryResponse) GetBlockers() []string + func (x *GetMemoryResponse) GetFilesModified() map[string]string + func (x *GetMemoryResponse) GetFilesRead() map[string]string + func (x *GetMemoryResponse) GetHypotheses() []string + func (x *GetMemoryResponse) GetIterations() []*IterationEntry + func (x *GetMemoryResponse) GetNextSteps() []string + func (x *GetMemoryResponse) GetObjective() string + func (x *GetMemoryResponse) GetSymbols() []*SymbolEntry + func (x *GetMemoryResponse) GetThreadSummary() string + func (x *GetMemoryResponse) ProtoReflect() protoreflect.Message + func (x *GetMemoryResponse) Reset() + func (x *GetMemoryResponse) String() string + type GetMetricsRequest struct + func (*GetMetricsRequest) Descriptor() ([]byte, []int) + func (*GetMetricsRequest) ProtoMessage() + func (x *GetMetricsRequest) ProtoReflect() protoreflect.Message + func (x *GetMetricsRequest) Reset() + func (x *GetMetricsRequest) String() string + type GetMetricsResponse struct + CachedTokens int32 + Context *MetricsSummary + CostUsd float64 + Duration *durationpb.Duration + InputTokens int32 + Iterations int32 + LlmCalls int32 + OutputTokens int32 + func (*GetMetricsResponse) Descriptor() ([]byte, []int) + func (*GetMetricsResponse) ProtoMessage() + func (x *GetMetricsResponse) GetCachedTokens() int32 + func (x *GetMetricsResponse) GetContext() *MetricsSummary + func (x *GetMetricsResponse) GetCostUsd() float64 + func (x *GetMetricsResponse) GetDuration() *durationpb.Duration + func (x *GetMetricsResponse) GetInputTokens() int32 + func (x *GetMetricsResponse) GetIterations() int32 + func (x *GetMetricsResponse) GetLlmCalls() int32 + func (x *GetMetricsResponse) GetOutputTokens() int32 + func (x *GetMetricsResponse) ProtoReflect() protoreflect.Message + func (x *GetMetricsResponse) Reset() + func (x *GetMetricsResponse) String() string + type GetMiddlewareStateRequest struct + func (*GetMiddlewareStateRequest) Descriptor() ([]byte, []int) + func (*GetMiddlewareStateRequest) ProtoMessage() + func (x *GetMiddlewareStateRequest) ProtoReflect() protoreflect.Message + func (x *GetMiddlewareStateRequest) Reset() + func (x *GetMiddlewareStateRequest) String() string + type GetMiddlewareStateResponse struct + Chain []*MiddlewareEntry + func (*GetMiddlewareStateResponse) Descriptor() ([]byte, []int) + func (*GetMiddlewareStateResponse) ProtoMessage() + func (x *GetMiddlewareStateResponse) GetChain() []*MiddlewareEntry + func (x *GetMiddlewareStateResponse) ProtoReflect() protoreflect.Message + func (x *GetMiddlewareStateResponse) Reset() + func (x *GetMiddlewareStateResponse) String() string + type GetObjectiveGraphRequest struct + func (*GetObjectiveGraphRequest) Descriptor() ([]byte, []int) + func (*GetObjectiveGraphRequest) ProtoMessage() + func (x *GetObjectiveGraphRequest) ProtoReflect() protoreflect.Message + func (x *GetObjectiveGraphRequest) Reset() + func (x *GetObjectiveGraphRequest) String() string + type GetObjectiveGraphResponse struct + Edges []*ObjectiveEdge + Nodes []*ObjectiveNode + func (*GetObjectiveGraphResponse) Descriptor() ([]byte, []int) + func (*GetObjectiveGraphResponse) ProtoMessage() + func (x *GetObjectiveGraphResponse) GetEdges() []*ObjectiveEdge + func (x *GetObjectiveGraphResponse) GetNodes() []*ObjectiveNode + func (x *GetObjectiveGraphResponse) ProtoReflect() protoreflect.Message + func (x *GetObjectiveGraphResponse) Reset() + func (x *GetObjectiveGraphResponse) String() string + type GetRulesRequest struct + func (*GetRulesRequest) Descriptor() ([]byte, []int) + func (*GetRulesRequest) ProtoMessage() + func (x *GetRulesRequest) ProtoReflect() protoreflect.Message + func (x *GetRulesRequest) Reset() + func (x *GetRulesRequest) String() string + type GetRulesResponse struct + Rules []*RuleEntry + func (*GetRulesResponse) Descriptor() ([]byte, []int) + func (*GetRulesResponse) ProtoMessage() + func (x *GetRulesResponse) GetRules() []*RuleEntry + func (x *GetRulesResponse) ProtoReflect() protoreflect.Message + func (x *GetRulesResponse) Reset() + func (x *GetRulesResponse) String() string + type GetSessionRequest struct + func (*GetSessionRequest) Descriptor() ([]byte, []int) + func (*GetSessionRequest) ProtoMessage() + func (x *GetSessionRequest) ProtoReflect() protoreflect.Message + func (x *GetSessionRequest) Reset() + func (x *GetSessionRequest) String() string + type GetSessionResponse struct + Achieved bool + CreatedAt *timestamppb.Timestamp + Duration *durationpb.Duration + Events []*EventEntry + Id string + Iteration int32 + Objective string + func (*GetSessionResponse) Descriptor() ([]byte, []int) + func (*GetSessionResponse) ProtoMessage() + func (x *GetSessionResponse) GetAchieved() bool + func (x *GetSessionResponse) GetCreatedAt() *timestamppb.Timestamp + func (x *GetSessionResponse) GetDuration() *durationpb.Duration + func (x *GetSessionResponse) GetEvents() []*EventEntry + func (x *GetSessionResponse) GetId() string + func (x *GetSessionResponse) GetIteration() int32 + func (x *GetSessionResponse) GetObjective() string + func (x *GetSessionResponse) ProtoReflect() protoreflect.Message + func (x *GetSessionResponse) Reset() + func (x *GetSessionResponse) String() string + type GetSymbolMapRequest struct + func (*GetSymbolMapRequest) Descriptor() ([]byte, []int) + func (*GetSymbolMapRequest) ProtoMessage() + func (x *GetSymbolMapRequest) ProtoReflect() protoreflect.Message + func (x *GetSymbolMapRequest) Reset() + func (x *GetSymbolMapRequest) String() string + type GetSymbolMapResponse struct + Files []*FileSymbols + OverlayActive bool + TotalFiles int32 + TotalSymbols int32 + func (*GetSymbolMapResponse) Descriptor() ([]byte, []int) + func (*GetSymbolMapResponse) ProtoMessage() + func (x *GetSymbolMapResponse) GetFiles() []*FileSymbols + func (x *GetSymbolMapResponse) GetOverlayActive() bool + func (x *GetSymbolMapResponse) GetTotalFiles() int32 + func (x *GetSymbolMapResponse) GetTotalSymbols() int32 + func (x *GetSymbolMapResponse) ProtoReflect() protoreflect.Message + func (x *GetSymbolMapResponse) Reset() + func (x *GetSymbolMapResponse) String() string + type GetTraceRequest struct + func (*GetTraceRequest) Descriptor() ([]byte, []int) + func (*GetTraceRequest) ProtoMessage() + func (x *GetTraceRequest) ProtoReflect() protoreflect.Message + func (x *GetTraceRequest) Reset() + func (x *GetTraceRequest) String() string + type GetTraceResponse struct + Root *TraceNode + func (*GetTraceResponse) Descriptor() ([]byte, []int) + func (*GetTraceResponse) ProtoMessage() + func (x *GetTraceResponse) GetRoot() *TraceNode + func (x *GetTraceResponse) ProtoReflect() protoreflect.Message + func (x *GetTraceResponse) Reset() + func (x *GetTraceResponse) String() string + type IterationEntry struct + Files []string + Insight string + Number int32 + Outcome string + func (*IterationEntry) Descriptor() ([]byte, []int) + func (*IterationEntry) ProtoMessage() + func (x *IterationEntry) GetFiles() []string + func (x *IterationEntry) GetInsight() string + func (x *IterationEntry) GetNumber() int32 + func (x *IterationEntry) GetOutcome() string + func (x *IterationEntry) ProtoReflect() protoreflect.Message + func (x *IterationEntry) Reset() + func (x *IterationEntry) String() string + type LLMCallEntry struct + Agent string + CacheHit bool + CachedTokens int32 + CostUsd float64 + DurationMs int64 + FullPrompt string + FullResponse string + InputTokens int32 + Model string + OutputTokens int32 + PromptHash string + PromptPreview string + ResponsePreview string + Timestamp *timestamppb.Timestamp + ToolCallCount int32 + func (*LLMCallEntry) Descriptor() ([]byte, []int) + func (*LLMCallEntry) ProtoMessage() + func (x *LLMCallEntry) GetAgent() string + func (x *LLMCallEntry) GetCacheHit() bool + func (x *LLMCallEntry) GetCachedTokens() int32 + func (x *LLMCallEntry) GetCostUsd() float64 + func (x *LLMCallEntry) GetDurationMs() int64 + func (x *LLMCallEntry) GetFullPrompt() string + func (x *LLMCallEntry) GetFullResponse() string + func (x *LLMCallEntry) GetInputTokens() int32 + func (x *LLMCallEntry) GetModel() string + func (x *LLMCallEntry) GetOutputTokens() int32 + func (x *LLMCallEntry) GetPromptHash() string + func (x *LLMCallEntry) GetPromptPreview() string + func (x *LLMCallEntry) GetResponsePreview() string + func (x *LLMCallEntry) GetTimestamp() *timestamppb.Timestamp + func (x *LLMCallEntry) GetToolCallCount() int32 + func (x *LLMCallEntry) ProtoReflect() protoreflect.Message + func (x *LLMCallEntry) Reset() + func (x *LLMCallEntry) String() string + type MetricsSummary struct + CacheableRatio float64 + SavedTokens int32 + StateTokens int32 + SystemTokens int32 + TotalTokens int32 + TurnTokens int32 + func (*MetricsSummary) Descriptor() ([]byte, []int) + func (*MetricsSummary) ProtoMessage() + func (x *MetricsSummary) GetCacheableRatio() float64 + func (x *MetricsSummary) GetSavedTokens() int32 + func (x *MetricsSummary) GetStateTokens() int32 + func (x *MetricsSummary) GetSystemTokens() int32 + func (x *MetricsSummary) GetTotalTokens() int32 + func (x *MetricsSummary) GetTurnTokens() int32 + func (x *MetricsSummary) ProtoReflect() protoreflect.Message + func (x *MetricsSummary) Reset() + func (x *MetricsSummary) String() string + type MiddlewareEntry struct + Details map[string]string + Name string + Status string + func (*MiddlewareEntry) Descriptor() ([]byte, []int) + func (*MiddlewareEntry) ProtoMessage() + func (x *MiddlewareEntry) GetDetails() map[string]string + func (x *MiddlewareEntry) GetName() string + func (x *MiddlewareEntry) GetStatus() string + func (x *MiddlewareEntry) ProtoReflect() protoreflect.Message + func (x *MiddlewareEntry) Reset() + func (x *MiddlewareEntry) String() string + type ObjectiveEdge struct + From string + Kind string + To string + func (*ObjectiveEdge) Descriptor() ([]byte, []int) + func (*ObjectiveEdge) ProtoMessage() + func (x *ObjectiveEdge) GetFrom() string + func (x *ObjectiveEdge) GetKind() string + func (x *ObjectiveEdge) GetTo() string + func (x *ObjectiveEdge) ProtoReflect() protoreflect.Message + func (x *ObjectiveEdge) Reset() + func (x *ObjectiveEdge) String() string + type ObjectiveNode struct + Changes []*ChangeEntry + Checks []*CheckEntry + Children []*ObjectiveNode + CostUsd float64 + Description string + Id string + Status string + WallClockS float64 + WorkTimeS float64 + func (*ObjectiveNode) Descriptor() ([]byte, []int) + func (*ObjectiveNode) ProtoMessage() + func (x *ObjectiveNode) GetChanges() []*ChangeEntry + func (x *ObjectiveNode) GetChecks() []*CheckEntry + func (x *ObjectiveNode) GetChildren() []*ObjectiveNode + func (x *ObjectiveNode) GetCostUsd() float64 + func (x *ObjectiveNode) GetDescription() string + func (x *ObjectiveNode) GetId() string + func (x *ObjectiveNode) GetStatus() string + func (x *ObjectiveNode) GetWallClockS() float64 + func (x *ObjectiveNode) GetWorkTimeS() float64 + func (x *ObjectiveNode) ProtoReflect() protoreflect.Message + func (x *ObjectiveNode) Reset() + func (x *ObjectiveNode) String() string + type RuleEntry struct + Id string + MatchedCurrent bool + Scope *RuleScope + Text string + func (*RuleEntry) Descriptor() ([]byte, []int) + func (*RuleEntry) ProtoMessage() + func (x *RuleEntry) GetId() string + func (x *RuleEntry) GetMatchedCurrent() bool + func (x *RuleEntry) GetScope() *RuleScope + func (x *RuleEntry) GetText() string + func (x *RuleEntry) ProtoReflect() protoreflect.Message + func (x *RuleEntry) Reset() + func (x *RuleEntry) String() string + type RuleScope struct + Agents []string + Code string + Objectives []string + func (*RuleScope) Descriptor() ([]byte, []int) + func (*RuleScope) ProtoMessage() + func (x *RuleScope) GetAgents() []string + func (x *RuleScope) GetCode() string + func (x *RuleScope) GetObjectives() []string + func (x *RuleScope) ProtoReflect() protoreflect.Message + func (x *RuleScope) Reset() + func (x *RuleScope) String() string + type StreamEventsRequest struct + AgentFilter string + Kinds []string + func (*StreamEventsRequest) Descriptor() ([]byte, []int) + func (*StreamEventsRequest) ProtoMessage() + func (x *StreamEventsRequest) GetAgentFilter() string + func (x *StreamEventsRequest) GetKinds() []string + func (x *StreamEventsRequest) ProtoReflect() protoreflect.Message + func (x *StreamEventsRequest) Reset() + func (x *StreamEventsRequest) String() string + type SymbolEntry struct + File string + Name string + Relevance string + func (*SymbolEntry) Descriptor() ([]byte, []int) + func (*SymbolEntry) ProtoMessage() + func (x *SymbolEntry) GetFile() string + func (x *SymbolEntry) GetName() string + func (x *SymbolEntry) GetRelevance() string + func (x *SymbolEntry) ProtoReflect() protoreflect.Message + func (x *SymbolEntry) Reset() + func (x *SymbolEntry) String() string + type SymbolNode struct + Kind string + Name string + Overlay bool + Signature string + func (*SymbolNode) Descriptor() ([]byte, []int) + func (*SymbolNode) ProtoMessage() + func (x *SymbolNode) GetKind() string + func (x *SymbolNode) GetName() string + func (x *SymbolNode) GetOverlay() bool + func (x *SymbolNode) GetSignature() string + func (x *SymbolNode) ProtoReflect() protoreflect.Message + func (x *SymbolNode) Reset() + func (x *SymbolNode) String() string + type TraceEvent struct + Agent string + Data map[string]string + Kind string + Message string + func (*TraceEvent) Descriptor() ([]byte, []int) + func (*TraceEvent) ProtoMessage() + func (x *TraceEvent) GetAgent() string + func (x *TraceEvent) GetData() map[string]string + func (x *TraceEvent) GetKind() string + func (x *TraceEvent) GetMessage() string + func (x *TraceEvent) ProtoReflect() protoreflect.Message + func (x *TraceEvent) Reset() + func (x *TraceEvent) String() string + type TraceNode struct + Agent string + Children []*TraceNode + Duration *durationpb.Duration + Events []*TraceEvent + Stats *TraceStats + func (*TraceNode) Descriptor() ([]byte, []int) + func (*TraceNode) ProtoMessage() + func (x *TraceNode) GetAgent() string + func (x *TraceNode) GetChildren() []*TraceNode + func (x *TraceNode) GetDuration() *durationpb.Duration + func (x *TraceNode) GetEvents() []*TraceEvent + func (x *TraceNode) GetStats() *TraceStats + func (x *TraceNode) ProtoReflect() protoreflect.Message + func (x *TraceNode) Reset() + func (x *TraceNode) String() string + type TraceStats struct + Errors int32 + LlmCalls int32 + ToolCalls int32 + func (*TraceStats) Descriptor() ([]byte, []int) + func (*TraceStats) ProtoMessage() + func (x *TraceStats) GetErrors() int32 + func (x *TraceStats) GetLlmCalls() int32 + func (x *TraceStats) GetToolCalls() int32 + func (x *TraceStats) ProtoReflect() protoreflect.Message + func (x *TraceStats) Reset() + func (x *TraceStats) String() string + type UnimplementedDebugServiceServer struct + func (UnimplementedDebugServiceServer) GetContext(context.Context, *GetContextRequest) (*GetContextResponse, error) + func (UnimplementedDebugServiceServer) GetCostBreakdown(context.Context, *GetCostBreakdownRequest) (*GetCostBreakdownResponse, error) + func (UnimplementedDebugServiceServer) GetDashboard(context.Context, *GetDashboardRequest) (*GetDashboardResponse, error) + func (UnimplementedDebugServiceServer) GetFileChanges(context.Context, *GetFileChangesRequest) (*GetFileChangesResponse, error) + func (UnimplementedDebugServiceServer) GetLLMCalls(context.Context, *GetLLMCallsRequest) (*GetLLMCallsResponse, error) + func (UnimplementedDebugServiceServer) GetLastSummary(context.Context, *GetLastSummaryRequest) (*GetLastSummaryResponse, error) + func (UnimplementedDebugServiceServer) GetMemory(context.Context, *GetMemoryRequest) (*GetMemoryResponse, error) + func (UnimplementedDebugServiceServer) GetMetrics(context.Context, *GetMetricsRequest) (*GetMetricsResponse, error) + func (UnimplementedDebugServiceServer) GetMiddlewareState(context.Context, *GetMiddlewareStateRequest) (*GetMiddlewareStateResponse, error) + func (UnimplementedDebugServiceServer) GetObjectiveGraph(context.Context, *GetObjectiveGraphRequest) (*GetObjectiveGraphResponse, error) + func (UnimplementedDebugServiceServer) GetRules(context.Context, *GetRulesRequest) (*GetRulesResponse, error) + func (UnimplementedDebugServiceServer) GetSession(context.Context, *GetSessionRequest) (*GetSessionResponse, error) + func (UnimplementedDebugServiceServer) GetSymbolMap(context.Context, *GetSymbolMapRequest) (*GetSymbolMapResponse, error) + func (UnimplementedDebugServiceServer) GetTrace(context.Context, *GetTraceRequest) (*GetTraceResponse, error) + func (UnimplementedDebugServiceServer) StreamEvents(*StreamEventsRequest, grpc.ServerStreamingServer[DebugEvent]) error + type UnsafeDebugServiceServer interface