Vibe.Trajectory (vibe v0.2.1)

Copy Markdown View Source

Structured session event capture for self-improvement.

Summary

Types

t()

@type t() :: %Vibe.Trajectory{
  at: DateTime.t(),
  data: map(),
  id: String.t(),
  session_id: String.t() | nil,
  type: atom()
}

Functions

new(type, data \\ %{}, opts \\ [])

@spec new(atom(), map(), keyword()) :: t()