OLLMcoder.Action – ollmchat Reference Manual
Packages
ollmchat
OLLMcoder
Action
Base
ExamSequence
PostExamMerge
RefOnly
RunTools
WriteExec
OLLMcoder.Action
Description:
Content:
Classes:
Base
-
Base for task execution runners (lifted from
Task.Details.run_exec
/
Task.Details.run_post_exec
). Extraction wired;
run
dispatch — plan 7.16.1b.
ExamSequence
-
Path A — examination references: run each exam
Task.Tool
, then merge when N > 1. Copied from
Task.Details.run_exec
.
PostExamMerge
-
Post-execution synthesis when the execution queue has more than one run. Copied from
Task.Details.run_post_exec
and
Task.Details.post_exec_prompt
.
RefOnly
-
Path C — shared references only: lone exec
Task.Tool
, copy executor output. Copied from
Task.Details.run_exec
.
RunTools
-
Path B — run each
Task.Tool
in the execution queue, then merge when N > 1. Copied from
Task.Details.run_exec
. Removed in plan 7.16.3 when
Iterate
ships.
WriteExec
-
Path D — write skills: lone exec
Task.Tool
(write_file handled inside
Task.Tool.run
). Copied from
Task.Details.run_exec
.