TDF — Timepoint Data Format
The universal data contract. JSON-LD interchange format for temporal causal data. Every service in the Timepoint suite speaks TDF. Content-addressed via SHA-256 hash.GitHub
timepoint-ai/timepoint-tdf — Apache-2.0, Pure Python, PydanticDetailed Docs
Full schema reference, transforms, and integration docs
Record Structure
Transforms
Convert service-specific output to TDF:Content Addressing
Every TDF record includes atdf_hash — the SHA-256 of the canonicalized payload. This enables:
- Deduplication across services
- Integrity verification end-to-end
- Immutable references between graph nodes
Installation
pydantic>=2.0