@agentled/cli 0.1.3 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/llms-full.txt +1 -1
- package/package.json +1 -1
package/llms-full.txt
CHANGED
|
@@ -254,7 +254,7 @@ A workflow is a JSON object with this structure:
|
|
|
254
254
|
| `aiAction` | AI prompt processing | `pipelineStepPrompt` ({template, responseStructure}), `creditCost`, `next` |
|
|
255
255
|
| `code` | Run JavaScript/Python | `codeConfig` ({language, code}), `next` |
|
|
256
256
|
| `milestone` | Terminal step | (no next) |
|
|
257
|
-
| `knowledgeSync` |
|
|
257
|
+
| `knowledgeSync` | Remap fields from a prior step + optionally write rows to a KG list + feed knowledgeLink graph edges | `knowledgeSync` ({source.stepId, fieldMapping: {srcField→targetField}, listKey?, source.resultsPath?}), `next` |
|
|
258
258
|
| `return` | Return data (child workflows) | `returnConfig`, no next needed |
|
|
259
259
|
|
|
260
260
|
### Template Variables
|
package/package.json
CHANGED