MCPcopy
hub / github.com/Narcooo/inkos / RadarSource

Interface RadarSource

packages/core/src/agents/radar-source.ts:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 * (e.g. from OpenClaw, custom scrapers, paid APIs).
17 */
18export interface RadarSource {
19 readonly name: string;
20 fetch(): Promise<PlatformRankings>;
21}
22
23/**
24 * Wraps raw natural language text as a radar source.

Callers 3

scanMethod · 0.65
fetchMethod · 0.65
fetchMethod · 0.65

Implementers 3

TextRadarSourcepackages/core/src/agents/radar-source.
FanqieRadarSourcepackages/core/src/agents/radar-source.
QidianRadarSourcepackages/core/src/agents/radar-source.

Calls

no outgoing calls

Tested by

no test coverage detected