Skip to main content

Module ring

Module ring 

Source
Expand description

The Ring — the central kernel and coordinator for the Punch system.

The Ring owns every fighter and gorilla, wires them to the memory substrate, the LLM driver, the event bus, the scheduler, the background executor, the workflow engine, and the metering engine. All mutations go through the Ring so that invariants (quotas, capabilities, lifecycle events) are enforced in a single place.

Structs§

FighterEntry
Everything the Ring tracks about a single fighter.
GorillaEntry
Everything the Ring tracks about a single gorilla.
Ring
The Ring — the central coordinator for the Punch Agent Combat System.