---
title: "CouncilEx — CouncilEx v0.1.0"
url: https://daily.dev/posts/councilex-councilex-v0-1-0-nukdawyh8
source_url: https://hexdocs.pm/council_ex
type: article
source: "ElixirStatus"
published: 2026-06-01T16:07:19.095Z
updated: 2026-06-01T16:07:43.691Z
tags: ["ai-agents", "elixir"]
reading_time: 25
upvotes: 0
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# CouncilEx — CouncilEx v0.1.0

**[ElixirStatus](https://daily.dev/sources/elixirstatus)** · 25 min read · 0 upvotes · 1 comments

## Summary

CouncilEx v0.1.0 is an Elixir library for building multi-model LLM council workflows. It lets developers define councils of specialized LLM members, run structured multi-round analysis (independent analysis, peer review, voting, pairwise elimination), and synthesize a final answer via a chair. Supports five providers (OpenAI, Anthropic, Gemini, Ollama, OpenRouter), static DSL and dynamic data-form councils, sub-council composition, adaptive routing, AutoCouncil for prompt-based council selection, per-member structured outputs, streaming, and tool calling with parallel execution. Observability includes PubSub events, telemetry, verbose tracing, and diagram export. Inspired by Andrej Karpathy's llm-council and implements patterns from Wu et al. Council Mode and related multi-agent research papers.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://hexdocs.pm/council_ex>

## Community discussion

Top comments from developers on daily.dev.

**@brunodebrito** · 0 upvotes

> ![GIF](https://static.klipy.com/ii/d6b0ce929193df3c242ac34b5654d2ce/16/82/WA6fPzys.gif)

## Similar posts on daily.dev

- [GitHub - brewingelixir/council\_ex](https://daily.dev/posts/github---brewingelixir-council-ex-fued4nsrx) · ElixirStatus · 0 upvotes · 0 comments
- [I built Andrej Karpathy's "LLM Council" on my own hardware, and now no single model gets the last word](https://daily.dev/posts/i-built-andrej-karpathy-s-llm-council-on-my-own-hardware-and-now-no-single-model-gets-the-last-wo-hnojonqvd) · XDA Developers · 1 upvotes · 0 comments

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#elixir](https://daily.dev/tags/elixir)

[View this post on daily.dev](https://daily.dev/posts/councilex-councilex-v0-1-0-nukdawyh8)
