List


Object Hierarchy:

Object hierarchy for List

Description:

public class List : Object

Ordered list of task steps produced by planning; runs refinement and execution.

Holds steps (each Step has Details children). Created by ResultParser.parse_task_list; the Runner then calls run_step_until_approval or run_step to run tasks step-by-step. Each step is refined (all its tasks) immediately before that step runs, so refinement and execution are interleaved per step in order.

See also:

Step, Details, ResultParser


Namespace: OLLMcoder.Task
Package: ollmchat

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object