This package has been deprecated. All tools have been moved to the jido_action package.
https://github.com/agentjido/jido_action
The module paths have not changed - so your code will continue to work as expected.
The package will be removed from Hex.pm sometime after 2025-09-01.
The migration is simple. Just replace the :jido_tools
dependency with :jido_actions
in your mix.exs
file.
def deps do
[
{:jido_actions, "~> 0.1.0"}
]
end