










gear-plan-v1。NL -> plan -> validate -> dry-run -> run -> report。cli-anything-gear 负责语义规划与编排,不复制 Gear 业务执行逻辑。agent-harness/cli_anything/gear 层完成能力增强。agent-harness/cli_anything/gear/scenarios/station_taxonomy.jsonagent-harness/cli_anything/gear/scenarios/capability_taxonomy.jsonagent-harness/cli_anything/gear/core/capability_taxonomy.pyagent-harness/cli_anything/gear/core/scenario_index.pyagent-harness/cli_anything/gear/core/plan_intent.pyagent-harness/cli_anything/gear/core/plan_resolver.pyagent-harness/cli_anything/gear/gear_cli.pyscenario-index:输出 tokens/actionKeys/nodeTypes/capabilities/riskFlags。station-taxonomy:输出工位语义映射。capability-taxonomy:输出能力需求映射。plan-from-nl:受控阶段执行(compile->resolve->audit->validate->dry-run->optional run)。capabilities 打标。riskFlags(如 sampling:stability_quantity_zero, timeout:long)降权。plan-compile --strict 通过,但 plan-from-nl --strict 在 resolve 失败python -m cli_anything.gear 报 click 缺失。cli-anything-gear 二进制(支持 GEAR_CLI_BIN 覆盖)。.venv + pip install -e .。PYTHONPATH=agent-harness pytest -q agent-harness/cli_anything/gear/tests/test_core.py
agent-harness/cli_anything/gear/scenarios/SMOKE_PROMPTS.zh-CN.jsonagent-harness/cli_anything/gear/tests/test_full_e2e.py::test_chinese_prompt_smoke_e2eRUN_GEAR_E2E=1 pytest -q agent-harness/cli_anything/gear/tests/test_full_e2e.py::test_chinese_prompt_smoke_e2e
commands --json(能力边界)plan-from-nl --strict --no-execute(语义到计划)plan-audit(路径/证据审计)plan-validate(schema)plan-dry-run(执行预演)plan-run(真实执行)report-compare(回归对比)此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。