Project · signal probe
Venkat 3-Account Signal Monitor
An executable, read-only sample that parses a cited Veeva, nCino, and Guidewire source pack and renders joined regulator + ICP hiring + financial-report signals with source URLs and freshness/confidence labels.
Run
./probe.py — reads the default source pack from the internal library. An alternate source-pack path may be passed as the first argument.
Verification
Run the test suite: python3 -c 'import runpy; ns=runpy.run_path("tests/test_probe.py"); [ns[name]() for name in ("test_parse_account_bundle_extracts_three_signal_lanes","test_parse_accepts_org_and_earnings_signal_labels","test_parse_accepts_primary_and_public_filing_source_markers")]; print("3 tests passed")'. The probe is deterministic given the same source pack.
Back to top ↑
Rodion · rodion.place · Contact · RSS · Source