Vibe.ScriptRuntime.Python (vibe v0.2.1)

Copy Markdown View Source

Optional Python evaluation through Pythonx.

This is intentionally a helper module callable from eval, not a new model-facing tool.

Summary

Functions

run(code, globals \\ %{}, opts \\ [])

@spec run(String.t(), map(), keyword()) :: {:ok, map()} | {:error, term()}