-
Notifications
You must be signed in to change notification settings - Fork 8
Tooling
Evener is a non-interactive coding agent: give it a prompt and it does the work, using the LLM's native tool-calling to read files, write files, run commands, and search code in a loop until the task is complete. The repo is a multi-module Go monorepo that ships one product as three protocol-coupled binaries — the evener engine CLI, the evener-hub web orchestrator, and the evener-tui terminal dashboard — plus evener-doctor, a read-only forensic inspector for session state. It supports OpenAI, Anthropic, Google, and several other providers through a unified LLM client library.
This area is basic orientation on the toolchain: what each piece is, how to build and run it, and the vocabulary they share.
-
CLI & binaries — the
evenercommand, install/build, core flags, subcommands, sibling binaries. - Hub web UI & TUI — the browser orchestrator and the terminal dashboard.
- evener-doctor — read-only forensic inspection of sessions, jobs, watches, and the session tree.
- Concepts — sessions, turns, delegates, shell jobs, watches, compaction.
Sources: README.md, docs/architecture.md in the evener repo.