Packages

The unified observability layer for the AI Control Plane, delivering full-fidelity tracing for AI agent reasoning, tool calls, and state transitions.

Current section

Files

Jump to
aitrace lib aitrace.ex
Raw

lib/aitrace.ex

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