Skip to content

fix: Python SDK 包名与技能文档不一致导致依赖安装失败#563

Open
binggg wants to merge 9 commits intomainfrom
automation/attribution-issue-mnoasw8b-l56piu-python-sdk
Open

fix: Python SDK 包名与技能文档不一致导致依赖安装失败#563
binggg wants to merge 9 commits intomainfrom
automation/attribution-issue-mnoasw8b-l56piu-python-sdk

Conversation

@binggg
Copy link
Copy Markdown
Member

@binggg binggg commented Apr 17, 2026

Attribution issue

  • issueId: issue_mnoasw8b_l56piu
  • category: skill
  • canonicalTitle: Python SDK 包名与技能文档不一致导致依赖安装失败
  • representativeRun: atomic-py-none-cloudbase-agent-comprehensive/2026-04-09T18-43-35-pgqtei

Automation summary

  • root_cause: The Python LangGraph guide used the import namespace style cloudbase_agent[langgraph] as a pip install command, but the published PyPI distribution uses the hyphenated package name cloudbase-agent-langgraph. Users following that guide would hit dependency installation failure. This is a real product-facing documentation defect and is fixable in this repository.
  • changes: Updated config/source/skills/cloudbase-agent/py/adapter-langgraph.md to replace the incorrect install command with pip install cloudbase-agent-langgraph, keeping it consistent with the rest of the CloudBase Agent Python skill docs and the documented package naming convention.
  • validation: Verified the diff is limited to that one documentation line. Searched the Python skill docs and confirmed there are no remaining pip install cloudbase_agent[langgraph] references under config/source/skills/cloudbase-agent/py; the LangGraph install guidance now consistently points to cloudbase-agent-langgraph. No runtime tests were run because this is a doc-only fix.
  • follow_up: Docs sync is disabled for this run. If published docs or generated skill mirrors are not automatically refreshed from `con

Changed files

  • config/source/skills/cloudbase-agent/py/adapter-langgraph.md

@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@binggg
Copy link
Copy Markdown
Member Author

binggg commented Apr 18, 2026

Attribution post-PR evaluation

  • visibility: internal identifiers, run ids, and private links are intentionally omitted
  • attempt: 5
  • eval_scope: primary_only
  • overall: FAILED
  • summary: at least one planned evaluation case failed
  • updated_at: 2026-04-20T20:54:19.392Z

Cases

  • [FAILED] — primary — evaluation failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant