Default limits
| Operation | Timeout |
|---|---|
| Custom tool execution | 60 seconds |
| Lifecycle hook execution | 10 seconds |
| Extension host readiness | 10 seconds |
Failure behavior
A thrown error, timeout, malformed result, unavailable model/tool selection, or extension-host failure rejects the active operation. Salambo records bounded lifecycle and diagnostic evidence; it does not silently pretend the hook or tool succeeded.Write safe failures
- provider or Salambo credentials;
- raw authorization headers;
- complete webhook payloads;
- unbounded customer content;
- internal filesystem contents outside the intended error context.
Diagnose a failure
- Open the run’s Activity view and locate the failed extension stage.
- Open Diagnostics for the sanitized technical event.
- Confirm the pinned deployment and extension entrypoint.
- Reproduce pure logic locally.
- Redeploy only after changing the source or configuration.