GitHub - matteing/opal: ๐ฎ A smol coding agent in Elixir ยท GitHub
2026-03-31
![]()
A small coding agent in Elixir, usable as a CLI tool or embedded library. The BEAM gives it cheap concurrent sub-agents, live introspection, and task redirection through message passing -- no callbacks, no thread pools. Currently backed by GitHub Copilot. Can edit files, run shell commands, debug, and spread work across multiple agents without bogging down the system.
Was this useful?