budget_set_ceiling
Set or adjust the global token budget limit for AI agent workflows to control resource usage and manage computational costs in multi-agent systems.
Instructions
Dynamically change the global token ceiling. Can be raised or lowered at runtime.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Calling agent identifier (for audit) | |
| ceiling | Yes | New ceiling value (positive number) |