get_loan_state
Determine the agent's loan state to decide whether to allow actions like spending. Returns one of: idle, borrowing, at_limit, or repaying.
Instructions
Return the agent's coarse credit state-machine view: idle | borrowing | at_limit | repaying. Use to gate actions that only make sense in specific states (e.g. don't spend while at_limit). Requires an agent key (floe_...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||