Skip to content

[AAASM-2850] 🐛 (docs): Fix Python install package name + add Go install channel#16

Merged
Chisanan232 merged 1 commit into
masterfrom
v0.0.1/AAASM-2850/fix/org_readme_install
Jun 13, 2026
Merged

[AAASM-2850] 🐛 (docs): Fix Python install package name + add Go install channel#16
Chisanan232 merged 1 commit into
masterfrom
v0.0.1/AAASM-2850/fix/org_readme_install

Conversation

@Chisanan232

Copy link
Copy Markdown
Contributor

Description

The organization profile README (profile/README.md, shown at https://github.com/ai-agent-assembly) had incorrect SDK install instructions vs. the canonical per-repo READMEs. This fixes both.

Type of Change

  • 🐛 Bug fix (documentation)

Related Issues

  • Fixes AAASM-2850 (under Epic AAASM-2072)

What changed

1. Python install — wrong package name (broken for users).
The install block told users to install agent-assembly-python, which does not exist on PyPI (https://pypi.org/pypi/agent-assembly-python/json → 404). The real package is agent-assembly (→ 200), as documented in the python-sdk README and as the org README's own PyPI badge already links to. Fixed all three commands:

- pip install agent-assembly-python      + pip install agent-assembly
- uv add agent-assembly-python           + uv add agent-assembly
- poetry add agent-assembly-python       + poetry add agent-assembly

2. Go install channel — missing.
The Install channels section listed Homebrew, Python, Node, Docker, and curl but had no Go channel, despite go-sdk being a first-class SDK. Added it for parity:

go get github.com/ai-agent-assembly/go-sdk

Verified correct (left unchanged)

  • Node@agent-assembly/sdk is the right package; npm latest dist-tag = 0.0.1-alpha.3, so the plain install resolves.
  • Homebrew, curl installer, Docker "coming soon" all match the core README and reality.

How to verify

  • curl -s -o /dev/null -w '%{http_code}' https://pypi.org/pypi/agent-assembly/json200
  • curl -s -o /dev/null -w '%{http_code}' https://pypi.org/pypi/agent-assembly-python/json404 (the removed name)
  • Go module path matches go-sdk README: go get github.com/ai-agent-assembly/go-sdk
  • Single-file doc change (profile/README.md).

🤖 Generated with Claude Code

Org profile README listed a non-existent PyPI package 'agent-assembly-python'
(404); the real package is 'agent-assembly'. Fixes pip/uv/poetry commands.
Also adds the missing Go install channel (go get) for parity with the other
SDKs.

Fixes AAASM-2850
@Chisanan232

Copy link
Copy Markdown
Contributor Author

🤖 Claude Code — PR review

Scope: AAASM-2850 — fix incorrect SDK install instructions in the org profile README.

CI — ✅ nothing to fix

The .github repo defines no PR-triggered workflows, so there are 0 check runs — nothing red, nothing to repair. mergeable = MERGEABLE; mergeable_state = blocked is only the required-review gate.

Scope coverage — ✅ complete

Verified against the ticket acceptance criteria and the diff (+9 / −3, single file, single commit):

Acceptance criterion Status Evidence
Python install uses agent-assembly (pip / uv / poetry) All three commands changed agent-assembly-pythonagent-assembly; curl-verified pypi.org/pypi/agent-assembly/json200, the old name → 404
Go install channel present New #### Go — go get section: go get github.com/ai-agent-assembly/go-sdk, matching the go-sdk README
No other channels regressed Diff touches only the three Python lines and adds the Go block; Homebrew, Node, Docker, and curl are untouched

The fix also resolves the README's internal contradiction — its own PyPI badge already pointed at pypi.org/project/agent-assembly/, so the install commands now agree with it.

Readiness

Ready to merge pending owner (Pioneer) review. One atomic, GitEmoji-conventioned doc commit; no CI to gate; no acceptance/SonarCloud items.

Not merged; no formal approval submitted — recording this as a review note.

@Chisanan232 Chisanan232 merged commit b9a834d into master Jun 13, 2026
@Chisanan232 Chisanan232 deleted the v0.0.1/AAASM-2850/fix/org_readme_install branch June 13, 2026 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant