Packages

Extreme minimal AI assistant with persistent PTY, recursive sub-agents, and CLI-based MCP/browser integration (mcporter, agent-browser)

Retired package: Release invalid - Deprecated due to missing config files

Current section

Files

Jump to
eai lib eai sandbox sandbox.ex
Raw

lib/eai/sandbox/sandbox.ex

defmodule Eai.Sandbox do
@moduledoc "Behaviour for PTY-like command execution sandbox"
@callback exec_async(agent_id :: String.t(), command :: String.t(), task_id :: String.t() | nil) ::
{:ok, task_id :: String.t()} | {:error, term}
end