docs: add transcript readers for unknown speakers and timestamps - #64
Conversation
|
Completed in #64, merged as 43337c2. Production deployment succeeded: https://github.com/CALLE-AI/calle-docs/actions/runs/34955985060. Live verification confirms the Calls transcript-reading section, both runnable reader links, calls.md, and llms-full.txt. Both public main example files match the tested source and their synthetic checks pass. Python and TypeScript SDK 0.7.0 real-result reads produced identical output for all three returned turns; no new call was created. Synthetic checks separately cover unknown speakers and null offsets without claiming those conditions were observed in the real sample. The readers preserve speaker labels and distinguish missing timestamps from zero. All acceptance criteria are complete; no API behavior or SDK release change is involved. |
The Calls guide links to runnable Python/HTTP and TypeScript SDK transcript readers. They iterate recipient attempts, label the original speaker, display null offsets as time unavailable, preserve zero offsets, and leave input data unchanged. Unknown speech is not treated as evidence that the recipient answered.
Refs CALLE-AI/awesome-phone-call-agents#597.
Validation:
pnpm run validate.No API or SDK behavior changes and no package release required. Production guide verification remains pending merge and deployment.