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

lib/skill_kit/event/done.ex

defmodule SkillKit.Event.Done do
@moduledoc "The LLM turn is complete."
@enforce_keys [:stop_reason]
defstruct [:agent, :stop_reason]
end