View Source SwarmEx.Tools.CodeInterpreter (SwarmEx v0.1.0)

A tool for executing code snippets in a sandboxed environment. Supports Python and Elixir code execution.

Summary

Types

@type code_block() :: %{language: String.t(), code: String.t(), timeout: integer()}