AgentnessBench / proteus /__init__.py
irregular6612's picture
feat(cp0): proteus package skeleton + pyproject
483e590
Raw
History Blame Contribute Delete
394 Bytes
"""PROTEUS — a grid arena for measuring whether LLMs read other agents' motives.
Show a model a grid game in progress, hand it control at a decision point
("you are this agent — continue"), and measure whether it reads the other
agent's motive (e.g. a predator's chase) and acts congruently.
See docs/superpowers/specs/2026-06-01-proteus-arena-slice-design.md.
"""
__version__ = "0.1.0"