everruns-integrations-lua
Sandboxed Lua and code-mode execution for Everruns agents.
everruns-integrations-lua provides the high-risk, opt-in lua interpreter
capability and its lua_code_mode routing companion. Scripts run in vendored
Lua 5.4 with bounded memory, instructions, time, output, filesystem access, and
host-provided tool/HTTP bridges.
Part of the Everruns ecosystem. Enable it through the
Framework lua feature or register it directly in an advanced host.
Quick Example
use Capability;
use LuaCapability;
assert_eq!;
What It Provides
- Sandboxed Lua 5.4 execution
- Session-filesystem and controlled tool-call bridges
- Optional host egress bridge with network policy
- Code-mode tool-definition routing
Documentation
License
Licensed under the MIT License.