Packages

A Fair Source multi-agent runtime with deterministic agent scoring and replayable run history.

Retired package: Deprecated - superseded — operator console moved to the Syntropy app

Current section

Files

Jump to
syntropy lib syntropy_web error_html.ex
Raw

lib/syntropy_web/error_html.ex

defmodule SyntropyWeb.ErrorHTML do
use SyntropyWeb, :html
def render(_template, _assigns), do: "error"
end