mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
5 lines
159 B
Text
5 lines
159 B
Text
agent ComplianceChecker @semantics(
|
|
truth.min_confidence: 0.85,
|
|
) {
|
|
let claim: Fact = receive("compliance statement") grounded_in(finance) @verified
|
|
}
|