Active v0.1.0
Altar Ai
Protocol-based AI adapter foundation for Elixir. Provides unified abstractions for gemini_ex, claude_agent_sdk, and codex_sdk with automatic fallback support, runtime capability…
Stats & Info
- Latest release: v0.1.0
- Recent downloads: 1901
- All-time downloads: 1901
- Maintainers: nshkrdotcom
Installation
Add altar_ai to your list of dependencies in mix.exs:
def deps do
[
{:altar_ai, "~> 0.1.0"}
]
endThen run:
mix deps.get