BitBully 0.0.74
Loading...
Searching...
No Matches
bitbully.agent_interface Namespace Reference

Classes

class  Connect4Agent

Detailed Description

Agent interface definitions for Connect-4.

This module defines the minimal, structural interface that Connect-4 agents must
implement in order to be compatible with the interactive GUI and other
high-level components. The interface is expressed using ``typing.Protocol`` to
enable static type checking without requiring inheritance or tight coupling
between agents and consumers.