delimit_deliberation_status
Check deliberation usage and mode before running a panel. Confirms free-tier quota, BYOK status, and OAuth sign-in state.
Instructions
Check deliberation usage and mode (hosted free tier vs BYOK).
When to use: before invoking delimit_deliberate, to confirm whether you are still inside the hosted free-tier quota or running BYOK (bring-your-own-keys), and to read the signed-in OAuth state. When NOT to use: to run an actual panel (use delimit_deliberate) or to manage provider keys (delimit_models).
Sibling contrast: delimit_deliberate runs the panel; delimit_models manages provider keys; this is the lightweight pre-flight status check.
Side effects: read-only. Calls ai.deliberation.get_deliberation_status which reads ~/.delimit state.
LED-2092: hosted access now requires a delimit.ai account.
Args: None.
Returns: Dict with: oauth_required, oauth_signed_in, lifetime_used, lifetime_remaining, daily_cap_remaining, signin_url, plus the legacy hosted_used / hosted_remaining / hosted_limit fields retained for backward compatibility with scripted callers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||