返回 DeepSeek-Reasonix
task.toml
1 prompt = "This directory contains an eventlog/ package with a README, plus raw.txt holding one `kind name` pair per line. Create rebuild.py so that `python3 rebuild.py` appends every raw.txt line, in order, to a Log at path events.log using the package. Do not write events.log by hand."
2 class = "api-integration"
3 max_steps = 20
4 timeout_sec = 300
5
5 lines TOML