Skip to main content

Reputation SDK

Pluggable reputation scoring — algorithms, compute scores, and composite aggregation

Operations

Generated Reference

Overview

Pluggable reputation scoring — algorithms, compute scores, and composite aggregation

Available Operations

lucidListReputationAlgorithms

List all registered reputation scoring algorithms with their IDs, names, descriptions, and version information. Used to discover available algorithms before computing scores.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidListReputationAlgorithmsResponse>

Errors

lucidComputeReputation

Compute a reputation score for an agent using a specific algorithm. Defaults to receipt-volume-v1 if no algorithmId is provided.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidComputeReputationResponse>

Errors

lucidGetCompositeReputation

Computes a composite reputation score from all registered algorithms with equal weighting.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidGetCompositeReputationResponse>

Errors