Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

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

オープン
#2,480 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
58/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
活発
技術スタック
node.js, typescript
領域
observability

調査の方向性

js/src/auto-instrumentations/configs/all.tsから始め、既存のインストルメンテーションエントリを調べて統合パターンを確認します。Issueで挙げられているE2B SDKのサーフェスを確認し、その後、同等のカバレッジがあるかe2e/scenarios/を調べます。E2Bがレジストリに追加され、列挙されたSandbox.create、commands.run、runCodeのサーフェスがシナリオカバレッジ付きでインストルメントされていれば完了です。

索引モデルが issue の本文から書いたものです。

説明

<!-- 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)
主要言語
TypeScript
スター
27
フォーク
13
平均マージ
2日 20時間
マージ済み PR(30日)
66

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

braintrustdata/braintrust-sdk-javascript のほかの issue

braintrustdata/braintrust-sdk-javascript の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。