-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
49 lines (49 loc) · 1.44 KB
/
Copy pathopencode.json
File metadata and controls
49 lines (49 loc) · 1.44 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"$schema": "https://opencode.ai/config.json",
"agent": {
"scraper-engineer": {
"description": "Construit le moteur de scraping LinkedIn (Python/Playwright/Rust)",
"mode": "subagent",
"model": "anthropic/claude-sonnet-4-20250514",
"prompt": "{file:.opencode/agents/scraper-engineer.md}",
"temperature": 0.2,
"permission": {
"edit": "allow",
"bash": "allow"
}
},
"pipeline-architect": {
"description": "Pipeline d'enrichissement, IA Layer & Supabase",
"mode": "subagent",
"model": "anthropic/claude-sonnet-4-20250514",
"prompt": "{file:.opencode/agents/pipeline-architect.md}",
"temperature": 0.2,
"permission": {
"edit": "allow",
"bash": "allow"
}
},
"frontend-artisan": {
"description": "Interface Next.js avec design Zen-Tech",
"mode": "subagent",
"model": "anthropic/claude-sonnet-4-20250514",
"prompt": "{file:.opencode/agents/frontend-artisan.md}",
"temperature": 0.3,
"permission": {
"edit": "allow",
"bash": "allow"
}
},
"devops-automator": {
"description": "Alertes, webhooks, CI/CD & polissage",
"mode": "subagent",
"model": "anthropic/claude-sonnet-4-20250514",
"prompt": "{file:.opencode/agents/devops-automator.md}",
"temperature": 0.2,
"permission": {
"edit": "allow",
"bash": "allow"
}
}
}
}