Expand description
Tick loop: drive the Anthropic model through a gh-only sandbox (SPEC §3.2).
Structs§
- Exec
Result - Reqwest
Anthropic Client - Reqwest-backed Anthropic client. Not exercised by tests (which use a fake).
Enums§
Constants§
Traits§
- Anthropic
Client - Anthropic client trait. The real reqwest-backed client implements this; tests provide their own fake.
Functions§
Type Aliases§
- ExecFn
- Synchronous command executor (matches TS shape; the loop itself is async,
but
ghinvocations are short and synchronous).