docs: prepare agent challenge reruns

This commit is contained in:
lda
2026-06-28 01:39:54 +07:00 Verified
parent 74b66c9db7
commit 67ada5cbc4
8 changed files with 53 additions and 13 deletions
+2 -2
View File
@@ -240,8 +240,8 @@ uv run wf --config wf.python.config.json cap call local.ops.echo --input '{"text
Turn it into a saved workflow:
```powershell
uv run wf --config wf.python.config.json draft create-from-capability `
python_echo_ws local.ops.echo --name python_echo
uv run wf --config wf.python.config.json draft create `
python_echo_ws --capability local.ops.echo --name python_echo
uv run wf --config wf.python.config.json draft save python_echo_ws `
--artifact python_echo `