Packages

ExClaw β€” OpenClaw rebuilt on ADK Elixir

Current section

Files

Jump to
ex_claw README.md
Raw

README.md

# ExClaw
**OpenClaw rebuilt on ADK Elixir.**
ExClaw is a personal AI agent framework built on [ADK Elixir](https://github.com/zeroasterisk/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
```elixir
def deps do
[{:ex_claw, github: "zeroasterisk/ex_claw", branch: "main"}]
end
```
## License
Apache-2.0