# Runtime abstraction layers

> AI-ranked search results for `runtime abstraction layers` on awesome-repositories.com — ordered by an LLM for relevance, best match first. 114 total matches; showing the top 2.

Explore on the web: https://awesome-repositories.com/q/runtime-abstraction-layers

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [this search on awesome-repositories.com](https://awesome-repositories.com/q/runtime-abstraction-layers).**

## Results

- [vndee/llm-sandbox](https://awesome-repositories.com/repository/vndee-llm-sandbox.md) (1,082 ⭐) — This project provides a secure, containerized execution engine designed to run untrusted code within isolated environments. It functions as a library for integrating code interpretation into autonomous agents and intelligent assistant workflows, ensuring that host systems remain protected while enabling dynamic data processing and file manipulation.

The platform distinguishes itself through a multi-backend architecture that abstracts diverse container runtimes, allowing for flexible deployment and automated backend failover. It supports interactive, multi-turn workflows by maintaining persist
- [vercel/edge-runtime](https://awesome-repositories.com/repository/vercel-edge-runtime.md) (906 ⭐) — Edge Runtime is a lightweight JavaScript and WebAssembly execution engine designed for running serverless functions and web APIs at the network edge. It functions as an isolated execution environment that processes application logic close to end users, implementing standard browser and web interfaces such as Fetch, Request, and Response for serverless computing.

The engine utilizes V8 isolate sandboxing with separate memory spaces to securely run untrusted worker code alongside resource governors that limit heap allocation and CPU time per execution. It features a modular API layer mapping st
