MCPcopy Create free account
hub / github.com/Roy3838/Observer / getAgentLogs

Method getAgentLogs

app/src/utils/logging.ts:162–164  ·  view source on GitHub ↗

* Get logs for a specific agent

(agentId: string)

Source from the content-addressed store, hash-verified

160 * Get logs for a specific agent
161 */
162 public getAgentLogs(agentId: string): LogEntry[] {
163 return this.getFilteredLogs({ source: agentId });
164 }
165
166 /**
167 * Clear all logs

Callers

nothing calls this directly

Calls 1

getFilteredLogsMethod · 0.95

Tested by

no test coverage detected