Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

[bot] Instrument E2B (1,253,397 weekly downloads)

Aperta
#2,480 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
58/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Attiva
Stack tecnologico
node.js, typescript
Ambito
observability

Direzione di ricerca

Inizia con js/src/auto-instrumentations/configs/all.ts e analizza le voci di strumentazione esistenti per individuare il pattern di integrazione. Esamina le superfici dell'SDK E2B indicate nell'issue, quindi analizza e2e/scenarios/ per trovare una copertura comparabile. Il lavoro è completato quando E2B compare nel registry e le superfici elencate Sandbox.create, commands.run e runCode sono strumentate con una copertura tramite scenari.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

<!-- library-gap-audit: e2b-code-interpreter-sdk -->

Summary

E2B is an official cloud sandbox platform for running AI-agent-generated code and commands in isolated Firecracker microVMs. Its Node/TypeScript SDKs (e2b core, plus @e2b/code-interpreter for the code-execution surface) expose a meaningful agent-execution API — Sandbox.create(), sandbox.commands.run(), and sandbox.runCode() — that is not instrumented anywhere in this repository.

What's missing

  • Sandbox.create() / sandbox.commands.run(...) (package e2b) — creates and drives a sandboxed execution environment for agent-run shell commands.
  • sandbox.runCode(...) (package @e2b/code-interpreter) — executes LLM-generated code and returns structured results (stdout/stderr/results/error), the core "agent runs code" surface referenced in E2B's own AI-agent integration docs (including a documented OpenAI Agents SDK integration).

None of e2b, @e2b/code-interpreter, Sandbox.create, or runCode appear anywhere in js/src/, js/src/auto-instrumentations/configs/all.ts (the full registry of instrumented integrations), or any e2e/scenarios/* directory.

Weekly downloads

Weekly downloads: 1,253,397 (as of 2026-09-14; window 2026-09-05–2026-09-11; source https://api.npmjs.org/downloads/point/last-week/e2b). The companion code-execution package @e2b/code-interpreter independently recorded 465,745 downloads over the same window (https://api.npmjs.org/downloads/point/last-week/@e2b%2Fcode-interpreter).

Braintrust docs status

not_found — E2B does not appear in Braintrust's integrations catalog. Checked https://www.braintrust.dev/docs/integrations (full enumerated integration grid: Agno, AgentScope, Anthropic, Autogen, AWS Bedrock, Azure AI Foundry, Baseten, Cerebras, Cohere, Claude Agent SDK, Claude Code, Cloudflare Think/Workers AI/Agents/AI Chat, CrewAI, Cursor SDK, Databricks, Deep Agents, DeepSeek Harness, DSPy, ElevenLabs, Eve, Firebase Genkit, Flue, Fireworks, Gemini, Google ADK, Grok, Groq, Hugging Face, Instructor, LangChain, LangGraph, LangSmith, LiteLLM, LiveKit Agents, LlamaIndex, Mastra, Mistral, Ollama, OpenAI, OpenRouter, OpenAI Agents SDK, OpenAI Codex SDK, Pi Coding Agent SDK, Perplexity, Pipecat, Pydantic AI, Replicate, Strands Agent SDK, Temporal, Together, Vercel AI SDK, Google Vertex AI, xAI, Voyage AI, etc.) — E2B is absent from this list.

Upstream sources

Local repo files inspected

  • js/src/auto-instrumentations/configs/all.ts (full instrumentation registry — no E2B entry)
  • Repo-wide case-insensitive search for e2b across the working tree (excluding lockfiles/binary cassette artifacts, which only contained unrelated hex/hash substring matches)
  • e2e/scenarios/ directory listing (no e2b-named scenario)
Lingua principale
TypeScript
Stelle
27
Fork
13
Merge medio
2g 20h
PR unite (30g)
66

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di braintrustdata/braintrust-sdk-javascript

Tutte le issue di braintrustdata/braintrust-sdk-javascript

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.