forked from microsoft/debugpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPythonSelfImproving.selfEval.json
More file actions
54 lines (54 loc) · 2.04 KB
/
PythonSelfImproving.selfEval.json
File metadata and controls
54 lines (54 loc) · 2.04 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
50
51
52
53
54
{
"version": 1,
"generationCount": 0,
"maxGenerations": 5,
"layout": {
"agentsDir": ".github/agents",
"subagentsDir": ".github/agents/subagents",
"instructionsDir": ".github/instructions",
"skillsDir": ".github/skills"
},
"managedFiles": [
".github/agents/PythonSelfImproving.agent.md",
".github/instructions/python-best-practices.instructions.md",
".github/agents/PythonSelfImproving.selfEval.json",
".github/skills/django/SKILL.md",
".github/skills/flask/SKILL.md",
".github/skills/pytest/SKILL.md",
".github/skills/numpy/SKILL.md",
".github/skills/requests/SKILL.md",
".github/skills/click/SKILL.md",
".github/skills/jinja2/SKILL.md",
".github/agents/subagents/strategist.agent.md",
".github/agents/subagents/investigator.agent.md",
".github/agents/subagents/planner-experimenter.agent.md",
".github/agents/subagents/planner-adversary.agent.md",
".github/agents/subagents/planner-simplifier.agent.md",
".github/agents/subagents/planner-historian.agent.md",
".github/agents/subagents/planner-synthesizer.agent.md",
".github/agents/subagents/diagnostician.agent.md",
".github/agents/subagents/optimizer.agent.md",
".github/agents/subagents/implementer-experimenter.agent.md",
".github/agents/subagents/implementer-adversary.agent.md",
".github/agents/subagents/implementer-simplifier.agent.md",
".github/agents/subagents/implementer-historian.agent.md",
".github/agents/subagents/implementer-synthesizer.agent.md",
".github/agents/subagents/explorer.agent.md",
".github/agents/subagents/inspector.agent.md",
".github/agents/subagents/saboteur.agent.md",
".github/agents/subagents/tester-synthesizer.agent.md",
".github/agents/subagents/advocate.agent.md",
".github/agents/subagents/architect.agent.md",
".github/agents/subagents/skeptic.agent.md",
".github/agents/subagents/review-synthesizer.agent.md"
],
"enabledSkills": [
"django",
"flask",
"pytest",
"numpy",
"requests",
"click",
"jinja2"
]
}