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