list_execution_providers
List execution backends (local, gVisor-strict, remote) and their readiness capabilities to choose where your code runs.
Instructions
List execution providers (execution BACKENDS — local subprocess, gVisor-strict, remote) and their machine-readable capabilities.
This is about which BACKEND runs your code, not which LANGUAGE it runs —
a provider's ready/strict fields are resolution facts about the
backend itself. Per-language reliability (how much codecalc's CI has
actually verified a given language's toolchain, vs merely resolved it) is
a separate axis reported by list_languages/runtimes_status/codecalc doctor as tier; a ready provider says nothing about whether a
specific language running through it has ever been execution-tested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |