Skip to content

feat: add workflow transcript generation pipeline#143

Open
abrichr wants to merge 1 commit intomainfrom
feat/workflow-transcript-pipeline
Open

feat: add workflow transcript generation pipeline#143
abrichr wants to merge 1 commit intomainfrom
feat/workflow-transcript-pipeline

Conversation

@abrichr
Copy link
Member

@abrichr abrichr commented Mar 19, 2026

Summary

Pass 0 (PII scrubbing) + Pass 1 (VLM transcript generation) of the workflow extraction pipeline.

  • Batched VLM processing with sliding window and context overlap
  • Robust response parsing (JSON array, individual objects, fallback)
  • Cost estimation (~$0.15/recording with GPT-4.1-mini)
  • PII scrubbing via openadapt-privacy (graceful fallback)
  • 14 tests passing

🤖 Generated with Claude Code

Pass 0: PII scrubbing wrapper. Pass 1: VLM-based transcript with
batched screenshots, robust parsing, cost estimation. 14 tests.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant