MCPcopy
hub / github.com/ModelEngine-Group/nexent / DebugErrorInfo

Interface DebugErrorInfo

frontend/lib/agentDebugErrorCache.ts:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7const DEBUG_ERROR_CACHE_KEY = "nexent_agent_debug_errors";
8
9export interface DebugErrorInfo {
10 agentId: number;
11 errorMessage: string;
12 timestamp: number;
13}
14
15/**
16 * Get cached debug errors for a specific agent

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected