AgentScope(Python)库开发知识包,对应 long-term premium agentic 轨 (参 saa-agentic-infra-decision);short-term 主线仍走 SAA(Java)。 含 SKILL.md + references(部署/多agent编排) + scripts(查模块签名/PyPI版本)。 仅装项目本地作用域;settings.local.json 与 .claude/worktrees 不入库。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
4 lines
138 B
Bash
4 lines
138 B
Bash
# !/bin/bash
|
|
|
|
curl -s https://pypi.org/pypi/agentscope/json | python -c "import sys,json; print(json.load(sys.stdin)['info']['version'])"
|