Stable v0.2.0
Altar
Altar provides a robust, type-safe foundation for building AI agent tools in Elixir. It offers a clean contract to define and execute tools locally, with a clear promotion path to…
Stats & Info
- Latest release: v0.2.0
- Recent downloads: 20641
- All-time downloads: 21539
- Maintainers: nshkrdotcom
Installation
Add altar to your list of dependencies in mix.exs:
def deps do
[
{:altar, "~> 0.2.0"}
]
endThen run:
mix deps.get