File size: 776 Bytes
3aeaf3d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: seige
version: 0.1.0
description: >
  Adversarial oversight environment where Red attackers and Blue defenders
  engage in an escalating arms race over a frozen target LLM. Tests
  mechanistic-interpretability-level AI oversight at scale.
author: your-hf-username
theme: multi_agent_interactions
entry_point: server.app:app
python: ">=3.10"
dependencies:
  - fastapi>=0.110.0
  - uvicorn>=0.29.0
  - pydantic>=2.0.0
  - requests>=2.31.0
spaces_url: https://huggingface.co/spaces/YOUR_USERNAME/seige
blog_url: https://huggingface.co/blog/YOUR_USERNAME/seige
video_url: https://youtube.com/YOUR_VIDEO

client:
  class_name: SeigeOpenEnvClient
  module: client
action:
  class_name: SeigeAction
  module: models
observation:
  class_name: SeigeObservation
  module: models