Packages

An Elixir framework for building LLM agent systems with skills, tools, and subagent delegation.

Current section

Files

Jump to
skill_kit lib skill_kit event error.ex
Raw

lib/skill_kit/event/error.ex

defmodule SkillKit.Event.Error do
@moduledoc "An error from the LLM."
@enforce_keys [:reason]
defstruct [:agent, :reason]
end