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.ex
Raw

lib/eai.ex

defmodule Eai do
@moduledoc """
Documentation for `Eai`.
"""
@doc """
Hello world.
## Examples
iex> Eai.hello()
:world
"""
def hello do
:world
end
end