alloy-ex/alloy
Model-agnostic agent harness for Elixir
Provides a minimal OTP-native agentic loop with 3 LLM providers (Anthropic, OpenAI, OpenAI-compatible APIs), built-in tools (read/write/edit/bash), and streamed completions. Supports context compaction with token budgets, prompt caching, cost guards, and async message dispatch via GenServer agents—handling only protocol translation and tool-call mechanics while leaving sessions, persistence, and RAG to the application layer.
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,...
nshkrdotcom/synapse
Headless, declarative multi-agent orchestration framework with a domain-agnostic signal bus,...
shelvick/quoracle
Recursive agent orchestration with multi-LLM consensus
agentjido/jido_harness
Normalized Elixir protocol for CLI AI coding agent adapters.