awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

E2B SDK-Integration

Ranking aktualisiert am 30. Juni 2026

For a software development kit for E2B, the strongest matches are openfeign/feign (Feign is a generic declarative HTTP client for Java), go-resty/resty (go-resty is a general-purpose Go HTTP client library with) and netflix/feign (Feign is a generic declarative HTTP client for Java). alexzhang13/rlm and moya/moya round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Entdecke die besten E2B SDK-Integrationen für dein Projekt. Vergleiche erstklassige Tools nach Aktivität und Features, um die beste Ergänzung für deinen Workflow zu finden.

E2B SDK-Integration

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • openfeign/feignAvatar von OpenFeign

    OpenFeign/feign

    9,784Auf GitHub ansehen↗

    Feign is a declarative Java HTTP client framework that maps method signatures to REST API requests. It functions as an HTTP interface mapper, allowing the creation of type-safe clients by defining service interfaces with annotations to eliminate manual request logic. The framework features a pluggable HTTP transport layer, which decouples request definition from execution by routing network traffic through interchangeable underlying HTTP engines. It provides a comprehensive request management pipeline including interceptors for modifying headers, policy-driven retry logic for failure recover

    Feign is a generic declarative HTTP client for Java that could be used to call the e2b API, but it does not itself integrate with the e2b SDK for sandboxed code execution, lacking sandbox lifecycle management and code execution abstraction.

    JavaREST ClientsRetry Policies
    Auf GitHub ansehen↗9,784
  • go-resty/restyAvatar von go-resty

    go-resty/resty

    11,704Auf GitHub ansehen↗

    Resty is a high-level HTTP client library for Go designed for consuming REST services. It provides a streamlined interface for executing network requests, managing server-sent event streams, and automatically mapping JSON and XML responses into data structures. The library includes built-in mechanisms for service resilience and traffic management, such as circuit breakers to prevent cascading failures, token-bucket rate limiting, and automated request retries with exponential backoff. It also features client-side load balancing to distribute outgoing traffic across multiple base URLs and requ

    go-resty is a general-purpose Go HTTP client library with retry and resilience features, but it does not provide e2b-specific sandbox lifecycle management, multi-language support, or code execution abstraction — it is a building block you might use to build such an integration, not the integration itself.

    GoREST ClientsRetry Strategies
    Auf GitHub ansehen↗11,704
  • netflix/feignAvatar von Netflix

    Netflix/feign

    9,783Auf GitHub ansehen↗

    Feign is a declarative Java HTTP client that automates the generation of web service clients. It allows developers to define REST API endpoints using interfaces and annotations, removing the need to write manual request and response boilerplate code. The project uses dynamic proxies to map method calls to HTTP request templates. It features a pluggable pipeline of encoders and decoders to transform Java objects into request bodies and convert response bodies back into type-safe objects. The library covers a broad range of integration capabilities, including request interception for header ma

    Feign is a generic declarative HTTP client for Java, not a library purpose-built for integrating with the e2b SDK's sandboxed code execution; while it could serve as a building block for making REST calls, it provides no sandbox lifecycle management, multi-language support, or e2b-specific code execution abstraction.

    JavaREST ClientsRetry Strategies
    Auf GitHub ansehen↗9,783
  • alexzhang13/rlmAvatar von alexzhang13

    alexzhang13/rlm

    2,609Auf GitHub ansehen↗

    rlm is an LLM code execution engine and orchestration framework designed to coordinate multiple language model calls and recursive sub-tasks through a programmable environment. It provides a sandboxed REPL environment and a recursive context processor to handle inputs that exceed standard token limits by programmatically decomposing prompts. The project differentiates itself through a reinforcement learning training harness used to teach models how to utilize recursive calls and code execution. It includes a reasoning visualization system that records and renders execution trajectories to ana

    This repository provides its own sandboxed code execution environment for LLMs, but it is not a library that integrates with or provides compatibility with the e2b SDK — it is a separate, self-contained tool in the same general domain.

    PythonCode Execution Engines
    Auf GitHub ansehen↗2,609
  • moya/moyaAvatar von Moya

    Moya/Moya

    15,364Auf GitHub ansehen↗

    Moya is a network abstraction layer for Swift that provides a structured framework for defining and executing REST API requests. It functions as a type-safe API client that decouples network endpoint definitions from the underlying implementation details to prevent configuration errors and URL typos. The project distinguishes itself by using protocol-based endpoint definitions and a provider-coordinated execution model. It includes a system for mapping network responses to strongly typed objects and features a dedicated tool for generating type-safe network interface files from external REST

    Moya is a generic Swift networking library for building REST API clients, but it is not specifically designed to integrate with or provide compatibility for the e2b SDK's sandboxed code execution lifecycle or features.

    SwiftRESTful API Clients
    Auf GitHub ansehen↗15,364
  • reactiveui/refitAvatar von reactiveui

    reactiveui/refit

    9,513Auf GitHub ansehen↗

    Refit is a type-safe REST client for .NET that transforms API definitions into live interfaces. It functions as an automatic API proxy generator, allowing developers to define endpoints as interfaces to eliminate manual HTTP request boilerplate. The library is designed for compatibility with ahead-of-time compilation and trimmed binaries, utilizing build-time source generation to ensure support for native AoT deployments. The project covers a broad range of API integration capabilities, including attribute-driven request composition, automatic JSON deserialization, and request header managem

    Refit is a generic type-safe REST client generator for .NET, not a library specifically for e2b SDK integration or sandboxed code execution—it could be used to build an e2b client but does not provide the sandbox lifecycle, multi-language, or execution abstraction features the visitor needs.

    C#RESTful API Clients
    Auf GitHub ansehen↗9,513
  • e2b-dev/e2bAvatar von e2b-dev

    e2b-dev/E2B

    10,950Auf GitHub ansehen↗

    E2B is a cloud-based infrastructure platform designed to provide secure, isolated execution environments for code and shell commands. It functions as an ephemeral orchestrator that provisions lightweight virtual machines, allowing developers and autonomous agents to run untrusted processes within a sandbox that is completely separated from the host system. The platform distinguishes itself through its focus on programmable, serverless workspaces that support the full lifecycle of cloud-based development. By utilizing hardware-level isolation and snapshot-based resumption, it enables the near-

    This is the primary e2b platform repository—the infrastructure itself—not a library that integrates with or provides compatibility with the e2b SDK, so it is a neighboring but not the right kind of tool for your search.

    MDXSandbox Lifecycle Controls
    Auf GitHub ansehen↗10,950
  • encode/django-rest-frameworkAvatar von encode

    encode/django-rest-framework

    30,083Auf GitHub ansehen↗

    Django REST Framework is a toolkit for building standards-compliant web services that map complex data models to structured HTTP responses. It provides a modular architecture for handling the request lifecycle, including authentication, permission checks, and content negotiation. The framework is designed to facilitate the development of robust APIs by transforming complex data types into native formats and validating incoming request payloads against defined schemas. The project distinguishes itself through a highly modular, class-based design that allows developers to build complex views an

    Django REST Framework is a general-purpose toolkit for building REST APIs in Django, not a library specifically integrating with the e2b SDK for sandboxed code execution, so it lacks the core compatibility and lifecycle management this search targets.

    PythonAuthentication HandlingToken Authentication
    Auf GitHub ansehen↗30,083

Related searches

  • a development kit for building Minecraft mods
  • an open source tool for checking compatibility
  • End-to-End-typsichere API-Schicht für TypeScript
  • KI-Coding-Assistent für IDEs
  • End-to-End-Test-Framework für Web-Apps
  • Verschlüsseltes Datei-Synchronisations-Tool
  • ein Cloud Development Kit für Infrastruktur
  • ein Agent für Endpoint-Detection