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

lib/eai/cache/cache.ex

defmodule Eai.Cache.Cache do
@moduledoc "Nebulex cache adapter for EAI"
use Nebulex.Cache,
otp_app: :eai,
adapter: Nebulex.Adapters.Local
end