Blog 8 JSON
run.json
artifacts/run.json / 1.0 KB
{
"schema_version": 1,
"run_id": "blog-mistral-small-easy-agent-styles-2026-06-14",
"created_at": "2026-06-14T05:47:52.712312+00:00",
"difficulty": "easy",
"seed": 0,
"deterministic_episodes": 5,
"llm_episodes": 1,
"target_steps": 8,
"timeout_seconds": 30,
"llm_max_tokens": 1536,
"llm_max_retries": 5,
"llm_min_request_interval_seconds": 15,
"llm_rate_limit_requests": 5,
"llm_rate_limit_window_seconds": 60,
"llm_rejection_pause_threshold": 3,
"llm_rejection_pause_seconds": 60,
"llm_reasoning_exclude": true,
"llm_qwen_no_think": true,
"targets": [
{
"baseline": "random",
"model": null
},
{
"baseline": "scripted",
"model": null
},
{
"baseline": "open_source",
"model": "mistralai/mistral-small-3.2-24b-instruct"
},
{
"baseline": "open_source_react",
"model": "mistralai/mistral-small-3.2-24b-instruct"
},
{
"baseline": "guided_open_source",
"model": "mistralai/mistral-small-3.2-24b-instruct"
}
]
}