* Get logs for a specific agent
(agentId: string)
| 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 |
nothing calls this directly
no test coverage detected