alloy-ex/alloy
Model-agnostic agent harness for Elixir
This project helps Elixir developers integrate large language models (LLMs) into their applications to automate tasks. You provide a prompt and a chosen LLM provider, and it returns the LLM's response, potentially after executing actions like reading files or running shell commands. It's designed for software engineers building LLM-powered features within Elixir applications.
Use this if you are an Elixir developer building an application that needs to interact with various LLM providers and execute tools, and you want a minimalist, OTP-native agent loop.
Not ideal if you are looking for an all-in-one framework that handles session management, memory, RAG, or complex multi-agent orchestration out of the box, as those concerns are left to your application.
Stars
40
Forks
2
Language
Elixir
License
MIT
Category
Last pushed
Mar 13, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/alloy-ex/alloy"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
agentjido/jido_ai
AI integration layer for Jido agents with LLM orchestration and reasoning strategies.
pass-agent/loomkin
What if AI agents could form teams as fluidly as humans? Spawn specialists in milliseconds,...
agentjido/jido_harness
Normalized Elixir protocol for CLI AI coding agent adapters.
shelvick/quoracle
Recursive agent orchestration with multi-LLM consensus
nshkrdotcom/synapse
Headless, declarative multi-agent orchestration framework with a domain-agnostic signal bus,...