You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi E2B team! I'd like to contribute an example to help users with common patterns. Before opening a PR, wanted to confirm direction:
Options I can ship:
Execution telemetry wrapper — Uses SDK callbacks (onStdout/onStderr) to capture timing, output stats from the Execution object, produces JSON summary. No infra metrics, just SDK best practices.
Hi E2B team! I'd like to contribute an example to help users with common patterns. Before opening a PR, wanted to confirm direction:
Options I can ship:
Execution telemetry wrapper — Uses SDK callbacks (onStdout/onStderr) to capture timing, output stats from the Execution object, produces JSON summary. No infra metrics, just SDK best practices.
Error-handling patterns — Demonstrates timeouts, retries for transient errors, cleanup patterns, graceful degradation.
Real use case — CSV → analysis → chart pipeline showcasing file ops, streaming, and structured output.
Questions:
examples/here or in e2b-cookbook?Happy to ship whichever helps users most. Let me know!