ExClaw
OpenClaw rebuilt on ADK Elixir.
ExClaw is a personal AI agent framework built on ADK Elixir. It provides:
- 🤖 Agent orchestration via ADK workflows and LLM agents
- 💬 Chat platform integration (Discord, Telegram, Slack via gateway packages)
- 🧠 Memory & context management across sessions
- 🔧 Tool ecosystem for filesystem, shell, APIs, and MCP
- 🎛️ Phoenix LiveView control plane and chat UI
- 📊 Telemetry & observability built in
Status
Alpha — under active development. Not yet on Hex.pm.
Installation
def deps do
[{:ex_claw, github: "zeroasterisk/ex_claw", branch: "main"}]
endLicense
Apache-2.0