- 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
7 lines
195 B
Bash
Executable File
7 lines
195 B
Bash
Executable File
#!/bin/bash
|
|
set -a
|
|
source /home/debian/workspace/prometheus/.env_runtime
|
|
set +a
|
|
cd /home/debian/workspace/prometheus
|
|
uv run prometheus optimize -i config_glm45air.yaml -o result_glm45air.yaml -v
|