- Clean architecture (domain/application/infrastructure) - DSPy-based evolution engine with scoring - CLI via pyproject.toml entry point - Unit + integration tests (~300 tests) - Configs for glm-5.1 and glm-4.5-air models - Z.AI endpoint integration
21 lines
604 B
YAML
21 lines
604 B
YAML
# PROMETHEUS Test Config — Code Review Task
|
|
# ===========================================
|
|
|
|
seed_prompt: |
|
|
You are a helpful coding assistant. Help the user write code.
|
|
|
|
task_description: |
|
|
Code review and bug detection assistant. Reviews code snippets and
|
|
identifies bugs, security issues, and style problems. The assistant
|
|
receives a code snippet and must produce a structured review.
|
|
|
|
task_model: "openai/glm-4.5-air"
|
|
judge_model: "openai/glm-4.5-air"
|
|
proposer_model: "openai/glm-4.5-air"
|
|
synth_model: "openai/glm-4.5-air"
|
|
|
|
max_iterations: 5
|
|
n_synthetic_inputs: 8
|
|
minibatch_size: 3
|
|
seed: 123
|