The Rig program was executed in this environment but could not complete because no Copilot model is available (Error: No model available. Check policy enablement under GitHub Settings > Copilot). No samples were successfully run; the sample-coordinator agent failed on its first turn before any sample could be selected or delegated.
Sample Runs
No samples were selected or executed. The coordinator agent failed before run_random_samples could be called.
| # |
Sample Path |
Status |
| — |
(none) |
(coordinator failed before selection) |
Sample Outputs
No sample outputs are available — the coordinator failed before delegating to any sample runner.
Rig Runtime Logs
The following JSONL log lines were captured from stderr during the single execution of the Rig program:
{"type":"rig.agent:invoke","data":{"agent":"sample-coordinator","input":"","model":"small","maxTurns":4}}
{"type":"rig.engine:copilot:create","data":{"model":"small","transport":"stdio"}}
{"type":"rig.agent:failure","data":{"agent":"sample-coordinator","error":{"name":"Error","message":"Execution failed: Error: No model available. Check policy enablement under GitHub Settings > Copilot"}}}
{"type":"rig.agent:close","data":{"agent":"sample-coordinator"}}
{"type":"rig.engine:copilot:close"}
Note: No per-sample log groups are available because no samples were executed. The only runtime activity logged is the coordinator agent invocation and its immediate failure at the engine layer.
Generated by Daily Rig Sample Report · sonnet46 23.4 AIC · ⌖ 5.52 AIC · ⊞ 5.2K · ◷
The Rig program was executed in this environment but could not complete because no Copilot model is available (
Error: No model available. Check policy enablement under GitHub Settings > Copilot). No samples were successfully run; thesample-coordinatoragent failed on its first turn before any sample could be selected or delegated.Sample Runs
No samples were selected or executed. The coordinator agent failed before
run_random_samplescould be called.Sample Outputs
No sample outputs are available — the coordinator failed before delegating to any sample runner.
Rig Runtime Logs
The following JSONL log lines were captured from
stderrduring the single execution of the Rig program: