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 CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.1.5 (2024-12-16)
Fixing bug in rendering mermaid diagrams of workflows where the start has an out that is an array.
## v0.1.4 (2024-12-09)
Adding %Step{ai: true} to highlight AI steps in the workflow diagrams
## v0.1.3 (2024-12-07)
Adding supervision tree example to README
## v0.1.2 (2024-12-07)
Adding code to generate text for a mermaid diagram of a workflow.
## v0.1.1 (2024-12-06)
Using `checkpoints_enabled` in the context instead of the presence of a repo.
## v0.1.0 (2024-11-27)
Initial release