feat!: 6.0 SDK namespace rename (atoms→agents, waves→speech) - #358
Draft
abhishekmishragithub wants to merge 1 commit into
Draft
feat!: 6.0 SDK namespace rename (atoms→agents, waves→speech)#358abhishekmishragithub wants to merge 1 commit into
abhishekmishragithub wants to merge 1 commit into
Conversation
Rename the generated Python SDK product surfaces to industry-standard names for the 6.0 major: - namespace atoms -> agents (agent management) - namespace waves -> speech (TTS / STT / voices / streaming) Updates the spec namespaces, python-sdk mypy_exclude paths, and the additional_init_exports client class names (AtomsClient/WavesClient -> AgentsClient/SpeechClient). The environment URL keys (atoms/waves/waves-ws/ payment) are intentionally left unchanged; they are wire config, decoupled from the SDK namespace.
|
🌿 Preview your docs: https://smallest-ai-preview-feat-6-0-agents-speech.docs.buildwithfern.com |
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.
Renames the generated Python SDK namespaces for the 6.0 major:
atoms→agents(agent management)waves→speech(TTS / STT / voices / streaming)Changes
fern/apis/unified/generators.ymlonly:namespace:keyspython-sdkmypy_excludepathsadditional_init_exportsclient class names (AtomsClient/WavesClient→AgentsClient/SpeechClient)Environment URL keys (
atoms/waves/waves-ws/payment) are left unchanged — they are wire config, decoupled from the SDK namespace.Pairs with the SDK PR (
smallest-python-sdk#89), which contains the regenerated + hand-written SDK. This config PR must land so future regens keep the new namespaces.Do not merge on my behalf — for review first.