Skip to main content

Introduction

Adjutant is a persistent autonomous agent framework that runs on your local machine. It listens for messages through Telegram, routes them through a backend-agnostic dispatcher, and responds via LLM-powered reasoning or built-in commands.

What Adjutant does

  • Conversational AI — send natural-language messages via Telegram; Adjutant responds using OpenCode or Claude Code CLI as its reasoning backend.
  • Knowledge bases — register directories as queryable knowledge bases. Adjutant reads, writes, and searches them on your behalf.
  • Scheduled jobs — define cron-based tasks that run autonomously and notify you of results.
  • Autonomous cycles — periodic pulse and review operations let Adjutant act proactively, within configurable notification budgets.
  • Long-term memory — a structured memory system that persists facts, preferences, and decisions across conversations.
  • News briefings — aggregated, LLM-ranked news from Hacker News, Reddit, and RSS feeds.
  • Screenshots and vision — capture and analyze web pages or images.
  • Web search — Brave Search API integration for real-time web queries.

Dual-backend architecture

Adjutant supports two LLM backends, switchable via configuration:

OpenCodeClaude Code CLI
Vision/imagesYesYes (via Read tool)
Model listingYesYes
Cost trackingNoYes
Process reapingYesNo
Permission modesN/Askip / allowlist

Both backends share the same protocol — all capabilities work identically regardless of which backend is active. See Backends for setup and switching.

Quick start

  1. Install Adjutant
  2. Create a Telegram bot
  3. Run the setup wizard
  4. Send your first message