Variable: DEFAULT_TIMEOUTS
Makaio Framework / utils / DEFAULT_TIMEOUTS
Variable: DEFAULT_TIMEOUTS
Section titled “Variable: DEFAULT_TIMEOUTS”
constDEFAULT_TIMEOUTS:RequiredTimeoutConfig
Defined in: ../../../packages/utils/src/timeout/types.ts:50
Global default timeout values (milliseconds).
Philosophy:
- initialization: Allow time for cold starts and auth
- acknowledgement: Fast feedback that message was received
- completion: Account for complex reasoning
- toolApproval: Short for responsiveness (user is waiting)
- eventWait: Default for once() calls waiting for events