@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.
Files changed (2) hide show
  1. package/llms-full.txt +1 -1
  2. 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` | Sync to knowledge base | `knowledgeSyncConfig`, `next` |
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentled/cli",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "CLI for Agentled — manage workflows, apps, and knowledge from the command line. Zero context-window cost for AI agents.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",