simplest categorical addition

This commit is contained in:
lda
2026-05-16 17:53:42 +07:00 Verified
parent 1140a7ccdd
commit 7dcfad92c1
6 changed files with 42 additions and 3 deletions
+3 -2
View File
@@ -85,7 +85,8 @@ how did the original provider happen to expose this thing?
### Wrapper / Adapter Artifact
A wrapper artifact is a saved reusable bridge from a raw capability to a
workflow capability.
workflow capability. In storage it is not a second artifact family: it is a
`WorkflowArtifact` with `kind="wrapper"`.
Examples:
@@ -264,10 +265,10 @@ Today:
- `wf.std` owns local reusable workflow node specs
- `wf.mcp` owns workflow-facing MCP runtime helpers
- discovered upstream tools can already become workflow node specs
- saved artifacts can be tagged with `kind="workflow"` or `kind="wrapper"`
Not yet implemented:
- a saved wrapper artifact model
- a direct public tool for calling arbitrary workflow node specs for authoring
tests
- per-outcome output schemas