Engine v2.13 - #94
Open
seymourtang wants to merge 10 commits into
Open
Engine v2.13#94seymourtang wants to merge 10 commits into
seymourtang wants to merge 10 commits into
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 4.37.0
Patches applied (3):
- patch-13d8e068: chore: ignore local venv and planning docs
- patch-a065088b: fix(vendors): send Speechmatics STT key instead of api_key
- patch-33a436b3: fix: address v2.8.0 release review findings
Patches with unresolved conflicts (1):
- patch-8465addc: chore: prepare v2.8.1 release
Run `fern-replay resolve` to apply these customizations.
SDK regeneration
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 4.37.0
Patches applied (3):
- patch-13d8e068: chore: ignore local venv and planning docs
- patch-a065088b: fix(vendors): send Speechmatics STT key instead of api_key
- patch-33a436b3: fix: address v2.8.0 release review findings
Patches with unresolved conflicts (1):
- patch-8465addc: chore: prepare v2.8.1 release
Run `fern-replay resolve` to apply these customizations.
…-09-14_13-10-54_037 # Conflicts: # .fern/metadata.json # .fern/replay.lock # src/agora_agent/types/smallest_ai_asr_params.py
SDK regeneration
…ferences and ensuring compatibility with existing imports
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.
Summary
Regenerate the Python SDK against Engine v2.13 and update AgentKit adapters, type exports, tests, and documentation for the new capabilities.
What Changed
Added typed tool-calling support for MLLM:
toolsandmcp_serverssupport to OpenAI Realtime, Azure OpenAI Realtime, Gemini Live, Vertex AI, xAI Grok, GPT Live preview, and Qwen Omni.McpServermodel and exposed it asMcpServerConfig.McpServersItemalias.streamable_httpwhen omitted.Added Smallest AI support:
SmallestAISTTprovider with streaming ASR, timestamp, diarization, endpointing, formatting, and redaction options.SmallestAITTSprovider with voice, model, sample rate, pronunciation, and streaming options.Extended generated filler-word configuration:
context_message_limit.history_character_limit.Refactor: transition OpenAIGPTLive to production, removing preview references and ensuring compatibility with existing imports
Updated the generated SDK version headers to
v2.9.0.Updated vendor and agent references for Smallest AI, typed MCP servers, MLLM tools, and filler-word context limits.
Testing