[AAASM-4072] 🐛 (install): Fix install hints to canonical ai-agent-assembly tap + agent-assembly dist#211
Conversation
The runtime install hint referenced the nonexistent PyPI distribution agent-assembly-python; the wheel publishes as agent-assembly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01R7vqjjo5nrebYNt8WnCNbz
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
🤖 Claude Code — automated PR reviewCI: Green (19/26 checks passed, 0 failed; the un-passed entries are coverage/sonar-only, non-blocking). |



Description
Fixes the runtime install hint to point at the real, canonical distribution
names.
agent_assembly/runtime.pytold users topip install agent-assembly-python[runtime], but this SDK publishes to PyPI asagent-assembly— the-pythonsuffix names a distribution that does notexist and produces a hard install failure.
The Homebrew tap in both
runtime.pyand_install.pywas already correct(
ai-agent-assembly/tap/aasm), and_install.pyalready used the correct pipname, so this PR is a single one-line fix to the pip hint in
runtime.py.Type of Change
Breaking Changes
Related Issues
Testing
Describe the testing performed for this PR:
This is a user-facing message-string fix with no runtime behavior change; CI
owns the test suite.
ruff checkran clean locally on both touched files, andall pre-commit hooks (black, isort, mypy, autoflake, ...) passed.
Checklist
🤖 Generated with Claude Code
https://claude.ai/code/session_01R7vqjjo5nrebYNt8WnCNbz