Add E2BGateway - Multi-backend gateway for AI agent sandboxes - #6533
Add E2BGateway - Multi-backend gateway for AI agent sandboxes#6533dongjiang1989 wants to merge 1 commit into
Conversation
Automated Quality ChecksRequired checks❌ Repo link: missing from PR body
Forge link: https://github.com/your-org/your-project ❌ Go Report Card: missing from PR body
goreportcard.com: https://goreportcard.com/report/github.com/your-org/your-project Popular options: Codecov, Coveralls. Integrate one with your CI to track coverage automatically.
These checks are automated and do not replace maintainer review. See CONTRIBUTING.md for full guidelines. PR Diff ValidationContent checks✅ Files changed: only README.md Automated diff validation — does not replace maintainer review. |
4325d1d to
756318d
Compare
Description
Adding E2BGateway to the Networking section. E2BGateway is a Go-based gateway that provides full E2B SDK compatibility while routing requests to multiple sandbox backends for AI agents.
About E2BGateway
E2BGateway acts as an abstraction layer for AI agent sandboxes. It provides a fully compatible interface aligned with the official E2B client protocol, transparently routing requests to diverse underlying agent runtime implementations.
Key Features
Use Cases
Quick Example
Checklist
Links
Why it's awesome
E2BGateway fills a unique niche in the Go ecosystem:
Thanks for considering!