Skip to main content

Module coding

Module coding 

Source
Expand description

Coding harness projected from the log.

The scheduler does not keep a parked question or a tool confirmation in process memory. Those waits are phases of the fold. The runtime runs a transition only when the fold enables one. Answering or confirming appends a fact, and the next resume derives the tool or model call from that fact.

Structs§

CodingServices
CodingView
CompletionRequest
HarnessConfig
Configuration checked before an actor exists. A zero step limit or a zero model attempt count cannot construct a harness.
PendingConfirmation
PendingQuestion
ToolCall
ToolSpec

Enums§

CodingPhase
ModelDecision

Traits§

Compactor
Completion
ToolRunner

Functions§

answer_fact
coding_actor
Stock Meta Harness: system + tools + budget + compact + infer([scheduler]).
coding_scheduler
Infer-loop scheduler (model / tool / compact / budget deny phases).
confirm_fact
ingest_coding
merge_coding_view
message_fact
resume_coding

Type Aliases§

BoxFuture