release: v0.19.3 — stability markers applied to all public APIs#36
Merged
johnnichev merged 1 commit intomainfrom Mar 31, 2026
Merged
release: v0.19.3 — stability markers applied to all public APIs#36johnnichev merged 1 commit intomainfrom
johnnichev merged 1 commit intomainfrom
Conversation
Apply @stable and @beta markers to every public symbol exported from selectools. Core types, providers, agent, memory, tools, evals, guardrails, sessions, and cache are @stable. Orchestration (AgentGraph, SupervisorAgent), pipelines, and patterns are @beta. Fix @overload signatures on stable() and beta() in stability.py to resolve mypy Union[_F, _C] -> Never false positives. 60+ symbols marked @stable, 30+ marked @beta. Introspect via obj.__stability__ on any exported class or function.
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
@stableto 60+ core symbols:Agent,AgentConfig, all providers,ConversationMemory,Tool,ToolRegistry,EvalSuite,EvalReport, guardrails, sessions, knowledge, cache, cancellation, token estimation, analytics, audit, and all core types@betato 30+ newer symbols:AgentGraph,SupervisorAgent,Pipeline,@step,parallel,branch,retry,cache_step, all four patterns (PlanAndExecuteAgent,ReflectiveAgent,DebateAgent,TeamLeadAgent), andcompose@overloadsignatures onstable()andbeta()instability.pyto resolve mypyUnion[_F, _C] -> Neverfalse positivesChecklist