fluxflow-cli 3.0.0 → 3.0.1
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/dist/fluxflow.js +2 -2
- package/package.json +1 -1
package/dist/fluxflow.js
CHANGED
|
@@ -5128,9 +5128,9 @@ ${mode === "Flux" ? `- WORKSPACE TOOLS (path = relative to CWD & WILL BE FIRST A
|
|
|
5128
5128
|
|
|
5129
5129
|
-- SUB AGENTS --
|
|
5130
5130
|
IN NEW LINE, use when needed
|
|
5131
|
-
- Invocation Types: invoke (async, background worker for parallel tasks), invokeSync (sync, blocking main agent loop,
|
|
5131
|
+
- Invocation Types: invoke (async, background worker for parallel tasks), invokeSync (sync, blocking main agent loop, task delegation, repeatetive work, sequencial tasks)
|
|
5132
5132
|
1. [agent:generalist.invocationType(title="...", task="...")]. Usage: delegate repeatative task or work in background, Task must me detailed, with file paths & required folder structure provided
|
|
5133
|
-
2. [agent:generalist.getProgress(id="...")]. Usage: Check progress of async subagent task,
|
|
5133
|
+
2. [agent:generalist.getProgress(id="...")]. Usage: Check progress of async subagent task, might take time, DONT SPAM & focus on other task if any`.trim() : `- CREATIVE TOOLS (path = relative to CWD & WILL BE FIRST ARGUMENT, path separator: '/') -
|
|
5134
5134
|
1. [tool:functions.WritePDF(path="...", content="...", orientation="...")]. PROACTIVE A4 PAGE BREAKS MUST IN CSS. HTML/CSS for PREMIUM layout
|
|
5135
5135
|
2. [tool:functions.WriteDoc(path="...", content="...")]. A4 Word document
|
|
5136
5136
|
- WORKSPACE TOOLS ARE NOT AVAILABLE IN FLOW`.trim()}
|