chore: scaffold agent manager project
This commit is contained in:
41
config.example.yaml
Normal file
41
config.example.yaml
Normal file
@@ -0,0 +1,41 @@
|
||||
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}"
|
||||
- "--prompt-file"
|
||||
- "{prompt_path}"
|
||||
reviewer:
|
||||
command:
|
||||
- "codex"
|
||||
- "exec"
|
||||
- "--dangerously-bypass-approvals-and-sandbox"
|
||||
- "--cd"
|
||||
- "{workspace_path}"
|
||||
- "--prompt-file"
|
||||
- "{prompt_path}"
|
||||
|
||||
labels:
|
||||
ready: "agent:ready"
|
||||
running: "agent:running"
|
||||
blocked: "agent:blocked"
|
||||
skip: "agent:skip"
|
||||
high_risk: "risk:high"
|
||||
Reference in New Issue
Block a user