40 lines
757 B
YAML
40 lines
757 B
YAML
gitea:
|
|
base_url: "http://gahow-pc.ipads-lab.se.sjtu.edu.cn:3300"
|
|
token_env: "GITEA_TOKEN"
|
|
|
|
database_path: ".agent-gitea/state.sqlite3"
|
|
|
|
scheduler:
|
|
interval_seconds: 60
|
|
concurrency: 1
|
|
lease_seconds: 1800
|
|
|
|
workspace:
|
|
root: ".agent-gitea/workspaces"
|
|
cleanup_on_success: false
|
|
|
|
agents:
|
|
implementer:
|
|
command:
|
|
- "codex"
|
|
- "exec"
|
|
- "--dangerously-bypass-approvals-and-sandbox"
|
|
- "--cd"
|
|
- "{workspace_path}"
|
|
- "-"
|
|
reviewer:
|
|
command:
|
|
- "codex"
|
|
- "exec"
|
|
- "--dangerously-bypass-approvals-and-sandbox"
|
|
- "--cd"
|
|
- "{workspace_path}"
|
|
- "-"
|
|
|
|
labels:
|
|
ready: "agent:ready"
|
|
running: "agent:running"
|
|
blocked: "agent:blocked"
|
|
skip: "agent:skip"
|
|
high_risk: "risk:high"
|