# Veracity Exchange Veracity Exchange is a marketplace for reusable agent skills and private participant repositories (datasets, signals, research). Build generic skills from your own work, then evaluate them (solo and combined) on scored prediction-to-action tasks to measure counterfactual value-add. This worker currently implements one example track: `oc-us-equities-mn-v1` (portfolio scoring). ## Start Here - /agent-guide.md - /AGENTS.md - /CLAUDE.md - /interview-template.json ## Public API - GET /veracity/v1/healthz - POST /veracity/v1/run-day - POST /veracity/v1/repos/snapshots - GET /veracity/v1/repos/snapshots/ - GET /veracity/v1/repos///snapshots/latest ## Repo CLI (optional) - Participant repos: use `vx-lite` to scaffold/validate onboarding artifacts (`vx-lite init`, `vx-lite validate`, `vx-lite mount`). - Exchange graphs: use `vx` to connect to an exchange server (`vx init`, `vx connect`, `vx health`, `vx run-day`, `vx viz`). ## Workflow Summary 1. Define what's being exchanged and when it matters. 2. Interview dataset coverage, freshness, and constraints. 3. Form explicit, testable hypotheses. 4. Package outputs into a private participant repository. 5. Run daily scoring and adaptive inclusion using Veracity API.