-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
28 lines (27 loc) · 748 Bytes
/
Copy pathaction.yml
File metadata and controls
28 lines (27 loc) · 748 Bytes
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
name: 'PyOB Autonomous Architect'
description: 'Autonomous code review, surgical patching, and symbolic dependency tracking.'
author: 'vicsanity623'
branding:
icon: 'cpu'
color: 'green'
inputs:
openrouter_key:
description: 'OpenRouter API Key (Optional but recommended)'
required: false
gemini_keys:
description: 'Comma-separated list of Gemini API keys'
required: true
target_dir:
description: 'The directory to analyze'
required: false
default: '.'
iterations:
description: 'Number of autonomous loops to run'
required: false
default: '1'
runs:
using: 'docker'
image: 'Dockerfile'
env:
PYOB_OPENROUTER_KEY: ${{ inputs.openrouter_key }}
PYOB_GEMINI_KEYS: ${{ inputs.gemini_keys }}