2026-07-13 · 3 min · Pavel Hegler

BackAnt x Hermes: steer your autonomous engineer from Telegram

BackAnt x Hermes - backant-kairos 1.5

backant-kairos 1.5 pairs Kairos with Hermes, the open source personal agent from Nous Research. Hermes is the agent you already message on Telegram (or Discord, Slack, WhatsApp, Signal, even a phone line). Kairos is the engineer that works your repos on its own: finds what needs doing, writes the code, opens the PR. As of 1.5 you run the engineer by texting.

What you can do now

Four things, straight from Telegram:

A real exchange looks like this:

You: what is kairos doing on api? Hermes: Daemon running. 1 open gate, last decision 14 min ago: "fix flaky retry test in auth.spec.ts - CI red for 2 cycles, pinned by your directive #3." You: approve the gate Hermes: Approved, reason logged. Kairos executes it on the next cycle.

No dashboard, no SSH session, no laptop.

Why this is epic

Hermes knows you: your channels, your day, what you care about this week. Kairos knows your codebase: its conventions, its failures, its open threads. Wiring them together took no shared runtime, no plugin, no API keys passed around. Hermes just runs the backant CLI like you would.

That is exactly why it works on any Hermes setup, not just ours. If your Hermes can run a shell command, it can run an engineer.

And everything stays on your machine: directives, approvals, decision records. Nothing about your code goes anywhere.

How to use it

You need macOS or Linux, Claude Code, the GitHub CLI, Docker, a Kairos subscription at backant.io, and a running Hermes agent.

Send your Hermes one message:

Run npx --yes backant-kairos@latest hermes bootstrap in ~/code/your-repo and follow the hints. Relay the device login link to me when it appears.

That is the whole setup. Then ask it what Kairos is doing. Tell it what matters this week. Approve the push from your pocket.

The engineer works. You steer.

Full technical writeup of the control plane design: Your chat agent can now run a software engineer. Issues: github.com/backant-io/backant-kairos.