A local-first autonomous AI agent that thinks, acts, and stays by your side โ powered by your own hardware.
True autonomous loop. The AI evaluates, decides, and acts on its own โ no triggers needed.
Identity and persona. Consistent character across all platforms, with emotions that shape behavior.
Per-user isolated context. 4-layer memory with forgetting curves, just like human memory.
Pluggable actions. Drop-in skills with safety levels โ from safe to requires-confirmation.
| Other Agents | CordBeat | |
|---|---|---|
| AI Backend | Cloud-first | Local-first (llama.cpp / Ollama) |
| Autonomy | Checklist-driven | AI self-evaluates & decides |
| Memory | Shared / flat | Per-user isolation |
| Platforms | Single or coupled | Pluggable adapter layer |
| Character | None / minimal | SOUL system built-in |
# Install
git clone https://github.com/YunagiHisa/cordbeat.git && cd cordbeat
uv sync
# Setup โ auto-detects Ollama or llama.cpp
cordbeat-init
# Run
cordbeat
536+ tests, 92% coverage. HEARTBEAT, SOUL, MEMORY, SKILL, and 8 built-in skills are operational. Setup wizard auto-detects Ollama and llama.cpp. Contributions, ideas, and feedback are welcome.