Kerux banner
eikarna eikarna

Kerux

AI community

Description

A high-performance Rust implementation orchestration loop for LLM-driven tool execution.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

![Kerux](assets/banner.png)

CI Documentation Release License

κῆρυξ — a fast, self-contained Rust agent for LLM-driven tool execution.
Streaming-first ReAct loop · ratatui TUI · Telegram/WhatsApp/Discord/Slack gateway · autonomous coding mode


![Kerux workspace](assets/chat.png)

Highlights

  • Streaming-first ReAct loop — tool calls detected and executed incrementally from partial LLM output, with a tolerant XML parser and self-healing re-prompts on failure
  • Ratatui TUI — prompt-first landing screen, responsive workspace panes, reasoning rails, tool activity blocks, MCP/Skills/Behavior management
  • Messaging gateway (kerux serve) — Telegram long-polling + WhatsApp bridge + Discord/Slack REST adapters, MarkdownV2 conversion, live status edits, SSE streaming replies, tool approval via inline keyboard, voice-note STT, cron scheduler, subagent delegation
  • Autonomous coding mode — 24/7 loop that reads TODO.md, validates with local tests, and only pushes after success
  • Persistent state — sessions, memory, todos, and cron jobs survive restarts (atomic JSON writes under ~/.kerux/)
  • Repo-map context — tree-sitter symbols + personalized PageRank, token-budgeted into the system prompt
  • Transactional git harness — pre-run snapshots, Conventional Commits, TUI /undo
  • Flight recorder — hash