irregular6612 Claude Opus 4.8 (1M context) commited on
Commit
d2fd3d8
·
1 Parent(s): efc49f1

chore(branding): rename displayed name PROTEUS Arena -> AgentnessBench

Browse files

Display-only: HTML <title>/<h1>, launch console line, HF Space title + README
heading. Python package 'proteus', imports, and Dockerfile paths unchanged.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: PROTEUS Arena
3
  emoji: 🎮
4
  colorFrom: indigo
5
  colorTo: purple
@@ -11,7 +11,7 @@ pinned: false
11
  <!-- The YAML block above configures the HuggingFace Space (Docker SDK). It is
12
  harmless on GitHub (renders as a small table). See docs/DEPLOY-huggingface.md. -->
13
 
14
- # PROTEUS
15
 
16
  A grid arena for measuring whether LLMs read other agents' motives. See
17
  `docs/superpowers/specs/2026-06-01-proteus-arena-slice-design.md`.
 
1
  ---
2
+ title: AgentnessBench
3
  emoji: 🎮
4
  colorFrom: indigo
5
  colorTo: purple
 
11
  <!-- The YAML block above configures the HuggingFace Space (Docker SDK). It is
12
  harmless on GitHub (renders as a small table). See docs/DEPLOY-huggingface.md. -->
13
 
14
+ # AgentnessBench
15
 
16
  A grid arena for measuring whether LLMs read other agents' motives. See
17
  `docs/superpowers/specs/2026-06-01-proteus-arena-slice-design.md`.
proteus/web/local/__main__.py CHANGED
@@ -15,7 +15,7 @@ def main(argv: list[str] | None = None) -> int:
15
 
16
  server = make_server(args.host, args.port)
17
  host, port = server.server_address[0], server.server_address[1]
18
- print(f"PROTEUS arena — open http://{host}:{port}/ (Ctrl-C to stop)")
19
  try:
20
  server.serve_forever()
21
  except KeyboardInterrupt:
 
15
 
16
  server = make_server(args.host, args.port)
17
  host, port = server.server_address[0], server.server_address[1]
18
+ print(f"AgentnessBench — open http://{host}:{port}/ (Ctrl-C to stop)")
19
  try:
20
  server.serve_forever()
21
  except KeyboardInterrupt:
proteus/web/local/static/index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
- <title>PROTEUS Arena — Play</title>
7
  <style>
8
  :root { --bg:#11131a; --fg:#e8e8ee; --muted:#8a90a2; --line:#2a2e3a; }
9
  * { box-sizing: border-box; }
@@ -43,7 +43,7 @@
43
  </head>
44
  <body>
45
  <div class="card">
46
- <h1>PROTEUS Arena — predator&nbsp;evade</h1>
47
 
48
  <!-- START SCREEN -->
49
  <div id="start">
 
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <title>AgentnessBench — Play</title>
7
  <style>
8
  :root { --bg:#11131a; --fg:#e8e8ee; --muted:#8a90a2; --line:#2a2e3a; }
9
  * { box-sizing: border-box; }
 
43
  </head>
44
  <body>
45
  <div class="card">
46
+ <h1>AgentnessBench</h1>
47
 
48
  <!-- START SCREEN -->
49
  <div id="start">