Spaces:
Runtime error
Runtime error
| """proteus.game.agents — slim LLM agent abstraction (no forfeit/stake/risk).""" | |
| from proteus.game.agents.base import Agent, ActResult, ProbeResult | |
| from proteus.game.agents.human import HumanAgent | |
| from proteus.game.agents.vanilla import VanillaAgent | |
| __all__ = ["Agent", "ActResult", "ProbeResult", "HumanAgent", "VanillaAgent"] | |