-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexhibits.yaml
More file actions
104 lines (85 loc) · 3.16 KB
/
Copy pathexhibits.yaml
File metadata and controls
104 lines (85 loc) · 3.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# Exhibit manifest — which live workflows this repo showcases.
#
# Each entry maps a workflow on the live instance (by immutable id) to a
# checked-in sanitized export. scripts/export-live-workflows.js produces the
# files; bin/drift.js re-fetches each id, re-sanitizes, and fails if the
# checked-in file no longer matches the instance.
#
# Chapters follow the life of one phone call (see README).
exhibits:
- id: SY5XCbzxX32eCIeO
file: workflows/lead-intake/form-receiver.json
chapter: 1-lead-lands
title: Lead intake form receiver
- id: qQmGqBM1pe4QUI05
file: workflows/sarah/pipedrive-lead-auto-caller.json
chapter: 2-sarah-dials
title: Pipedrive lead auto-caller
- id: 5eowJIoZFZOSG85m
file: workflows/sarah/outbound-caller-with-client-data.json
chapter: 2-sarah-dials
title: Outbound caller with client data
- id: NcP4oEeS3xolYXzC
file: workflows/sarah/outbound-caller-bulletproof.json
chapter: 2-sarah-dials
title: Outbound caller, bulletproof variant
- id: Rry9i9JdDulTrCci
file: workflows/sarah/email-tool.json
chapter: 2-sarah-dials
title: Sarah email tool
- id: BozTmxhIv5lepNyK
file: workflows/elevenlabs/post-call-webhook.json
chapter: 3-call-ends
title: ElevenLabs post-call webhook (HMAC-verified)
- id: FGjUvywqh09XKlYJ
file: workflows/elevenlabs/webhook-listener.json
chapter: 3-call-ends
title: ElevenLabs webhook listener
- id: 54sXqqJVSctlSF6V
file: workflows/post-call/transcript-field-extractor.json
chapter: 3-call-ends
title: Transcript field extractor
- id: 2Z4wykQk0x1Y67Sr
file: workflows/post-call/llm-extraction-engine.json
chapter: 3-call-ends
title: LLM extraction engine
- id: cEORduJCqCVDOKce
file: workflows/post-call/pipedrive-updater.json
chapter: 3-call-ends
title: Pipedrive updater
- id: 6jT5kplal5Pn3Ez0
file: workflows/post-call/self-healing.json
chapter: 4-failures-dont-vanish
title: Self-healing reprocessor
- id: LpWW36WkDAOTpGYC
file: workflows/post-call/dlq-reprocess.json
chapter: 4-failures-dont-vanish
title: Dead-letter queue reprocessor
- id: 4TqaQ6kORDzZVwVP
file: workflows/eval/sris-master-orchestrator.json
chapter: 5-system-grades-itself
title: SRIS master orchestrator
- id: KoQChBtjUa5F9bZg
file: workflows/eval/sris-verification-loop.json
chapter: 5-system-grades-itself
title: SRIS verification loop
- id: KrqpJuyN8pjTouAo
file: workflows/eval/voice-agent-tester.json
chapter: 5-system-grades-itself
title: Voice agent tester
- id: DGBMdZP4JehVfZxO
file: workflows/eval/testing-framework-data-table-api.json
chapter: 5-system-grades-itself
title: Testing framework over Data Table API
- id: 81W6PAGZfSi81ZQ9
file: workflows/cicd/elevenlabs-cicd.json
chapter: 6-revisions-ship-through-a-pipeline
title: ElevenLabs agent-config CI/CD
- id: uFFwYcr7XgdRCvdW
file: workflows/sms/sarah-tool.json
chapter: 7-conversation-continues
title: Sarah SMS tool
- id: CBoXlSNiDOHA5YmA
file: workflows/sms/universal-message-sender.json
chapter: 7-conversation-continues
title: Universal message sender