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

lib/syntropy_web/error_json.ex

defmodule SyntropyWeb.ErrorJSON do
def render(_template, _assigns), do: %{error: "error"}
end