Documentation
¶
Overview ¶
Command arenacall is the project's "three bodies into one core" demo: a live arena match (the agent-world) is rendered as marks pseudo-images and streamed through pkg/semvideo — the very codec TVCP uses for a semantic video call — so a spectator WATCHES THE WAR OF TWO NEURAL NETS AS A FEW-HUNDRED-BYTES/S CALL that survives packet loss. It prints the call's byte budget and how much MEANING (MarksIoU) survived, and renders a GIF: left = the world as sent, right = the world as received after loss (freeze on drop, resync on keyframe).
go run ./cmd/arenacall # reference brains, 15% loss go run ./cmd/arenacall -loss 0.3 go run ./cmd/arenacall -brain0 URL -brain1 URL # live LLM commanders
Click to show internal directories.
Click to hide internal directories.