@nt-ai-lab/deterministic-agent-workflow-engine 0.3.1 → 0.3.2
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.
|
@@ -5,7 +5,9 @@ export const JOURNAL_GUIDANCE = [
|
|
|
5
5
|
'PLATFORM NOTIFICATION',
|
|
6
6
|
'',
|
|
7
7
|
'Record your progress and reasoning as you work by calling:',
|
|
8
|
-
' write-journal <agent-name> "<
|
|
8
|
+
' <workflow-command> write-journal <agent-name> "<detailed journal entry>"',
|
|
9
|
+
'',
|
|
10
|
+
'Use the same workflow command prefix used for other workflow commands such as transition.',
|
|
9
11
|
'',
|
|
10
12
|
'Use it for key decisions, progress milestones, and blockers.',
|
|
11
13
|
'Every session should have a journal trail of the work performed.',
|