16 lines
319 B
YAML
16 lines
319 B
YAML
name: fake-devflow-agent
|
|
version: 1
|
|
backend: fake
|
|
capabilities:
|
|
- spec_write
|
|
- phase_planning
|
|
- task_dag_planning
|
|
- code_edit
|
|
- test_first_development
|
|
- command_execute
|
|
- final_report_compose
|
|
maxRiskLevel: high
|
|
promptConfig:
|
|
instructionsPrelude: "Use the fake backend fixture protocol."
|
|
modelConfig: {}
|