Current section
Files
Jump to
Current section
Files
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