[AAASM-3695] 📝 (docs): Pin LlamaIndex example to released agent-assembly>=0.0.1b4#176
[AAASM-3695] 📝 (docs): Pin LlamaIndex example to released agent-assembly>=0.0.1b4#176Chisanan232 wants to merge 1 commit into
Conversation
The LlamaIndex adapter ships in the published 0.0.1b4 release, not the unreleased 0.0.1b5. Pinning >=0.0.1b5 caused a copy-paste install failure.
✅ Claude Code review — AAASM-3695CI: all green — Scope vs ticket: Verdict: ✅ Ready to approve & merge. |
❌ Closing as not-a-bug (Claude Code, after owner review)On deeper verification this is not a defect — the Evidence:
Disposition: the doc is correct as-is; this PR is closed unmerged. AAASM-3695 will be satisfied by the upcoming python-sdk b5 release (which ships the 5 new adapters), not by editing the doc. |
Description
The LlamaIndex example's Dependencies table pinned
agent-assembly>=0.0.1b5and labeled it "the release that ships the LlamaIndex adapter." But the adapter (agent_assembly/adapters/llamaindex/, exportingLlamaIndexAdapter) is already present at the current published version0.0.1b4(pyproject.tomlversion = "0.0.1b4").0.0.1b5is unreleased, so a reader copying the pin gets an install failure. This changes the pin toagent-assembly>=0.0.1b4.Type of Change
Breaking Changes
Related Issues
Testing
Docs-only change. Verified against
remote/master(HEAD5639440):pyproject.tomlversion is0.0.1b4, andagent_assembly/adapters/llamaindex/__init__.pyexportsLlamaIndexAdapter. Other example pins (b4/a2/b2) are valid lower bounds and were left untouched.Checklist
🤖 Generated with Claude Code