Packages

Spooks is an agentic workflow library for Elixir. It is intended to be used with Ecto and Phoenix. LLMs can be used to provide additional functionality.

Current section

Files

Jump to
spooks lib spooks.ex
Raw

lib/spooks.ex

defmodule Spooks do
@moduledoc """
Documentation for `Spooks`.
See `Spooks.Workflow` for information on how to make an agentic workflow.
See `Spooks.WorkflowEngine` for information on how to run an agentic workflow.
"""
end