usertold 1.19.0 → 1.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -4
- package/package.json +1 -1
- package/usertold +1402 -680
package/README.md
CHANGED
|
@@ -7,19 +7,19 @@ UserTold.ai is the research layer for autonomous product systems:
|
|
|
7
7
|
2. run real-time interviews while users are on your website
|
|
8
8
|
3. extract signals
|
|
9
9
|
4. create evidence-backed tasks
|
|
10
|
-
5.
|
|
10
|
+
5. review recurrence after completed work
|
|
11
11
|
|
|
12
12
|
The CLI is the automation-first interface for CI pipelines, agent workflows, and scripted operations.
|
|
13
13
|
|
|
14
14
|
## What interviews look like
|
|
15
15
|
|
|
16
|
-
UserTold.ai conducts real-time interviews while participants actively use your website. The AI operates
|
|
16
|
+
UserTold.ai conducts real-time interviews while participants actively use your website. The AI operates through scripted and planned research modes:
|
|
17
17
|
|
|
18
18
|
- **Observe** — Watches silently while the participant navigates, clicks, and thinks aloud. No prompting, no interruption. Captures page changes, interaction events, and spoken thoughts via microphone.
|
|
19
19
|
- **Speak** — Delivers one-way verbal guidance: task instructions, clarifications, a gentle nudge. Stops immediately if the participant starts speaking (barge-in).
|
|
20
20
|
- **Talk** — Full two-way voice conversation via OpenAI Realtime (speech-to-speech). The AI asks follow-up questions, probes emotional moments, and explores unexpected insights in real time.
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
Study segments advance through explicit rules: scripted speech completion, participant Done, URL or action matches, max duration, or the complete_segment tool in planned talk segments. Observe mode stays silent so pauses, confusion, repeated clicks, loops, and help requests remain evidence for debrief and post-session signal extraction.
|
|
23
23
|
|
|
24
24
|
After each session, the platform extracts structured signals — struggling moments, desired outcomes, workarounds, behavioral context — each with a verbatim quote, confidence score, and a link back to the session recording and transcript timestamp. Signals cluster into tasks. Tasks push to GitHub Issues with evidence attached.
|
|
25
25
|
|
|
@@ -89,7 +89,6 @@ Exit codes: `0` success · `1` error · `2` bad args · `3` auth · `4` not foun
|
|
|
89
89
|
- `task`
|
|
90
90
|
- `screener`
|
|
91
91
|
- `billing`
|
|
92
|
-
- `overview`
|
|
93
92
|
- `config`
|
|
94
93
|
- `setup`
|
|
95
94
|
- `init`
|