Skip to main content

Module tick

Module tick 

Source
Expand description

Tick loop: drive the Anthropic model through a gh-only sandbox (SPEC §3.2).

Structs§

ExecResult
ReqwestAnthropicClient
Reqwest-backed Anthropic client. Not exercised by tests (which use a fake).

Enums§

TickError
TickOutcome

Constants§

MAX_TURNS

Traits§

AnthropicClient
Anthropic client trait. The real reqwest-backed client implements this; tests provide their own fake.

Functions§

tick_one

Type Aliases§

ExecFn
Synchronous command executor (matches TS shape; the loop itself is async, but gh invocations are short and synchronous).