1.1 KiB
1.1 KiB
assets
actions.json:Skill Action manifest 最小示例(可选;不需要宿主入口时可删除)。每个 action 必须显式声明executionProfile(sync|async)。默认仅health/version/config-path,不放 toolbar,故无bind示例。examples/:CLI 成功输出形状示例(虚构路径与数据)。schemas/:轻量 JSON Schema(skill-actions.schema.json为新技能严格规范;task-log-record.schema.json等)。
skill-actions.schema.json 使用 additionalProperties: false。正式支持 bind.tables(toolbar Action 必填);row/batch placements 与 concurrency/locks 仍为预留。placements 与 executionProfile 正交。表级 Action 示例见 references/ACTIONS.md;运行时见 development/SKILL_ACTION_RUNTIME.md。
- 用户市场说明见根目录
README.md - Agent 调用/编排参考见
references/(含ACTIONS.md) - 开发规范见
development/