Agent Won’t Deploy
Error:agent.yaml not found
Fix: Ensure your directory has agent.yaml at the root:
Error:
entrypoint function not found
Fix: Check that your handler function exists and matches agent.yaml:
Daemon Not Running
Error:connection refused or daemon not reachable
Fix:
Worker Timeout
Error: Request killed, no response Cause: Task took longer thantimeout in agent.yaml
Fix: Increase timeout:
Out of Memory
Symptom: Worker crashes during execution Fix: Increase memory limit:Cold Start Delays
Symptom: First request is slow Cause:min_workers: 0 or worker died
Fix: Keep workers warm:
Session Not Sticky
Symptom: Requests with same session hit different workers Possible causes:- Worker was busy, request went to another
- Worker died between requests
Files Missing After Restart
Cause: Files were in/tmp (ephemeral) instead of /workspace (persistent)
Fix: Always use /workspace for data you need to keep:
Port Already in Use
Error:address already in use :7777
Fix:
Debug with ExecLog
Find what went wrong →

