Maintain Python SDK artifacts for the pinned runtime

This commit is contained in:
Shaqayeq
2026-03-19 17:00:43 -07:00
parent 6b8175c734
commit 3d853de33f
4 changed files with 269 additions and 39 deletions

View File

@@ -52,6 +52,23 @@ from ._run import (
_collect_run_result,
)
__all__ = [
"AsyncCodex",
"AsyncThread",
"AsyncTurnHandle",
"Codex",
"ImageInput",
"Input",
"InputItem",
"LocalImageInput",
"MentionInput",
"RunResult",
"SkillInput",
"TextInput",
"Thread",
"TurnHandle",
]
def _split_user_agent(user_agent: str) -> tuple[str | None, str | None]:
raw = user_agent.strip()