[AAASM-3706] 🔖 (release): python-sdk 0.0.1b5#177
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
✅ Claude Code review — release-prep: python-sdk 0.0.1b5 (AAASM-3706)CI: all green (0 failures, 22 checks) — Scope (release-intent — no tag/publish): Release mechanics confirmed: Publish (after merge + core beta.4 release + FFI-pin merge + owner go): Verdict: ✅ Ready to merge. ⛔ Publish only at GATE 2 (after core beta.4 ships). |
|
🔄 Update — new-adapter example pins (Claude Code)Extended this PR (head
llamaindex was already |



Description
Release-intent PR for python-sdk
0.0.1b5(git tagv0.0.1-beta.5).This PR bumps the checked-in version and adds release notes only. It does not tag, publish, or trigger any release workflow. After merge and owner go-ahead, the operator dispatches
release-python.ymlmanually (command below).Changes:
pyproject.toml+agent_assembly/__init__.py__version__:0.0.1b4→0.0.1b5uv.lockregenerated to the new versiondocs/compatibility/release-notes.md: new0.0.1-beta.5sectionHeadline: five new framework adapters since b4 — LlamaIndex (AAASM-3536), Agno (AAASM-3537), Microsoft Agent Framework (AAASM-3538), Smolagents (AAASM-3539), Haystack (AAASM-3540) — plus token-hygiene (AAASM-3642), supply-chain attestation/SBOM/pip-audit (AAASM-3568), SDK-version passthrough (AAASM-3683), and the release-autopublish fix (AAASM-3503).
Type of Change
Breaking Changes
Related Issues
Testing
uv lockresolved cleanly (agent-assembly 0.0.1b4 -> 0.0.1b5)uv syncsucceededpython -c "import agent_assembly; print(agent_assembly.__version__)"→0.0.1b5ruff checkclean on changed filesChecklist
Release mechanics note: tag/publish happens AFTER this PR merges + owner go. The publish is operator-dispatched (
release-python.ymlisworkflow_dispatch-only; the AAASM-3503 fix removed the corerepository_dispatchauto-publish trigger). Do NOT merge or tag this PR as part of CI.🤖 Generated with Claude Code