agent-Specialization/scripts
JOJO 04cdf964af fix(deps): 声明 httpx[http2] / h2,修复干净环境缺包启动失败
utils/api_client.py 用 httpx.AsyncClient(http2=True) 发请求,需要 h2 包。
旧 requirements 只写了 httpx,未声明 http2 extra;开发机碰巧已装 h2 所以
未暴露,干净 release 环境启动即报错:
  Using http2=True, but the 'h2' package is not installed.

- requirements.txt: httpx -> httpx[http2]
- requirements.lock.txt: httpx[http2]==0.28.1,并显式锁 h2==4.1.0
- scripts/gen_requirements_lock.py: 升级为可解析 extras,自动锁定 extra
  引入的传递依赖(如 httpx[http2] -> h2),避免以后重生 lock 丢失 h2;
  通用于任意 extra

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-01 17:49:00 +08:00
..
qq_bot chore: add docs and remove sub_agent 2026-03-17 22:46:43 +08:00
__init__.py refactor(config): 移除硬编码模型残留,部署级配置外置到 ~/.agents 2026-06-01 16:59:34 +08:00
api_tool_role_experiment.py fix(prompt): merge disabled-tool notice into leading system prompts 2026-05-09 18:56:49 +08:00
cleanup_misplaced_web.sh refactor(runtime): 运行态数据迁出源码树到 ~/.agents,日志默认关并加轮转,清理实验残留 2026-06-01 13:17:32 +08:00
gen_requirements_lock.py fix(deps): 声明 httpx[http2] / h2,修复干净环境缺包启动失败 2026-06-01 17:49:00 +08:00
kimi_cache_test.py feat: stable version before virtual monitor timing fix 2025-12-13 17:12:12 +08:00
kimi_official_raw.py feat: stable version before virtual monitor timing fix 2025-12-13 17:12:12 +08:00
kimi_usage_demo.py feat: stable version before virtual monitor timing fix 2025-12-13 17:12:12 +08:00
mcp_calculator_server.py feat: add MCP management and host-only runtime policy 2026-04-26 23:49:04 +08:00
mcp_demo_server.py feat: add MCP management and host-only runtime policy 2026-04-26 23:49:04 +08:00
migrate_runtime_data.py refactor(config): 移除硬编码模型残留,部署级配置外置到 ~/.agents 2026-06-01 16:59:34 +08:00
mock_aliyun_quota_server.py feat: add aliyun quota fallback 2026-03-06 12:31:20 +08:00
setup.py refactor(config): 移除硬编码模型残留,部署级配置外置到 ~/.agents 2026-06-01 16:59:34 +08:00
stream_chunk_probe.py feat: improve streaming buffering and tooling 2025-11-14 22:17:55 +08:00
zip_agents.sh chore: add repo zip script 2025-12-16 23:16:11 +08:00