Application

Agent

An Elixir-native terminal coding agent. Zero tools. The model writes code directly, and Elixir runs it.


Zero tools

The model generates Elixir code and the runtime executes it. No tool selection overhead. Weaker models perform better. SOTA models can write anything.

Why Elixir

Elixir is the runtime — a native one. The agent writes Elixir, and Elixir returns math, database access, and web search. All built in.

OTP

OTP gives networking and mesh. Processes communicate. Nodes connect. Orchestration and communication are native to the runtime.


Requirements

Install

git clone https://github.com/beamcore/agent.git cd agent make install beamcore

Source code

No warranty. Run with your eyes open.