Skip to main content

Concepts

Understand the core building blocks of SynapseKit.

📄️ GroundedSignal

A small, stateless value type that tags any learning-relevant number — a reward, a quality score, a cost observation — with who vouched for it. Either the value came from something other than the agent under evaluation (an independent judge, a human, an EvalSuite), or the agent supplied it about itself (a bid estimate, a output["quality"] field, a self-graded score). Consumers — reputation stores, routers, eval gates, audit trails — treat a self-reported signal as discounted, filterable evidence rather than silently trusting it as ground truth.