-
Notifications
You must be signed in to change notification settings - Fork 0
[200] fix the structure of the interview #170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Andriamanampisoa
merged 21 commits into
staging
from
200-fix-the-structure-of-the-interview
Jul 14, 2026
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
f153d7f
feat: AI is now proactive during the interview
Andriamanampisoa 22d2383
feat: Setup the structure of the interview (greatings, experience...)
Andriamanampisoa 70171ba
feat: relay session_start to STS for the initial handshake
Andriamanampisoa a89c168
feat: Automatic AI startup, end of conversation, and session resumption
Andriamanampisoa 317ed11
merge: fix conflicts between the branch 200 and staging
Andriamanampisoa 31f1c73
build: fix timeout while installing the dependencies
Andriamanampisoa b9b9925
tests: add tests for the sts pipeline
Andriamanampisoa dc6cd2a
fix: the duplicate session_start hang
Andriamanampisoa 04a65cf
fix: the early PARCOURS transition
Andriamanampisoa 3252fbe
fix: the flow state revival after clear
Andriamanampisoa f5fb2e2
Merge branch 'staging' of github.com:Tugduoff/TalkUp.AI into 200-fix-β¦
Andriamanampisoa 6b5ce09
Merge branch 'staging' into 200-fix-the-structure-of-the-interview
Andriamanampisoa 36e1b9b
fix: Include simulation_complete in the success payload when the pipeβ¦
Andriamanampisoa 0f1ad9f
fix: reset greetingSentRef in onClose so reconnects trigger another sβ¦
Andriamanampisoa 64be199
Merge branch '200-fix-the-structure-of-the-interview' of github.com:Tβ¦
Andriamanampisoa acb33eb
fix: address PR #170 review - greeting replay on reconnect, keyword sβ¦
BhuvanArn e723493
Merge branch 'staging' into 200-fix-the-structure-of-the-interview
Andriamanampisoa 0f2cd21
fix: session start drops VA followups
Andriamanampisoa 3845012
fix: restore failure cancels interview
Andriamanampisoa e7024c0
refactor: changes required for the pr
Andriamanampisoa a0842ad
fix: defer interview completion until farewell audio finishes; formatβ¦
BhuvanArn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,14 @@ | ||
| FROM python:3.10-slim | ||
|
|
||
| WORKDIR /app | ||
|
|
||
| ENV PIP_DEFAULT_TIMEOUT=120 \ | ||
| PIP_RETRIES=5 | ||
|
|
||
| COPY requirements.txt . | ||
| RUN pip install --upgrade pip && \ | ||
| pip install --no-cache-dir -r requirements.txt | ||
|
|
||
| COPY . . | ||
| RUN pip install -r requirements.txt | ||
|
|
||
| CMD ["python", "main.py"] |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.