(ctx context.Context, workspace string)
| 321 | ListLogs(ctx context.Context, query LogsListQuery) ([]LogEventRecord, error) |
| 322 | StreamLogs(ctx context.Context, query LogsListQuery, lastEventID string, handler SSEHandler) error |
| 323 | MemoryHealth(ctx context.Context, workspace string) (MemoryHealthRecord, error) |
| 324 | MemoryHistory(ctx context.Context, query MemoryHistoryQuery) ([]MemoryHistoryRecord, error) |
| 325 | ListMemory(ctx context.Context, query MemoryListQuery) (MemoryListRecord, error) |
| 326 | ShowMemory(ctx context.Context, filename string, query MemorySelectorQuery) (MemoryEntryRecord, error) |
no outgoing calls
no test coverage detected