Merged
Conversation
There was a problem hiding this comment.
4 issues found across 6 files
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="examples/persona_interactive_video.py">
<violation number="1" location="examples/persona_interactive_video.py:46">
P2: ANAM_LLM_ID is documented as optional, but the new REQUIRED_ENV_VARS check makes it mandatory and raises before main runs. This prevents running the example with default LLMs.</violation>
</file>
<file name="src/anam/client.py">
<violation number="1" location="src/anam/client.py:547">
P3: Fix the spelling in this docstring to avoid user-facing typos ("whith continous" → "with continuous").</violation>
</file>
<file name="src/anam/types.py">
<violation number="1" location="src/anam/types.py:53">
P3: This docstring now claims all other parameters are ignored for persona_id, but README states enable_audio_passthrough is still respected. Update the wording to include the exception so users aren’t misled.</violation>
</file>
<file name="examples/avatar_audio_passthrough.py">
<violation number="1" location="examples/avatar_audio_passthrough.py:198">
P1: avatar_id is being passed as persona_id. According to the SDK docs, avatar_id must be configured via PersonaConfig (ephemeral persona); using persona_id here treats it as a pre-defined persona and bypasses the intended avatar configuration.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
There was a problem hiding this comment.
1 issue found across 4 files (changes from recent commits).
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="src/anam/client.py">
<violation number="1" location="src/anam/client.py:547">
P3: Fix the typo in the docstring: "continous" → "continuous".</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
ao-anam
approved these changes
Feb 11, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Improving the explanation of avatar types, and prioritizing the examples with avatar_id.
Generat improvements to options and pipeline behaviour.
Summary by cubic
Improved docs and examples to favor avatar_id-based ephemeral personas, clarified orchestration (Anam vs custom passthrough) and LLM options, and tightened guidance on talk vs talk_stream latency and streaming suitability.
Docs and Examples
Migration
Written for commit 95de175. Summary will update on new commits.