python3All data is stored locally only under:
~/.openclaw/workspace/memory/verifier/cases.jsonNo external sync. No cloud storage. No third-party APIs.
claim: A statement that needs verificationsource: A source whose credibility needs assessmentscreenshot: An image or claimed visual proofprofile: A person or identity claimoffer: A proposal, deal, or opportunitymessage: A suspicious or questionable messagewebsite: A site or page that needs trust evaluationEach evidence item should be structured with:
idtypecontentsupport_level (supports, contradicts, neutral)source_labeladded_atEach verification case should aim to produce:
add_case.py --title "..." --type claim --claim "..."score_case.py --id VER-XXXXshow_case.py --id VER-XXXXupdate_case.py --id VER-XXXX --notes "..."close_case.py --id VER-XXXX --verdict inconclusivelist_cases.py| Script | Purpose |
|---|---|
| --- | --- |
add_case.py | Capture a new verification case |
score_case.py | Score credibility, risk, and evidence quality |
show_case.py | Show one case in detail |
list_cases.py | List stored cases |
update_case.py | Update notes, status, and evidence |
close_case.py | Close a case with final verdict |
init_storage.py | Initialize local storage |
共 1 个版本