You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: bump to 0.2.0 — rewrite README, scope release to core package
- Rewrite README with dual-backend support, web dashboard, monorepo
structure, and docs site link
- Bump VERSION and pyproject.toml from 0.1.0 to 0.2.0
- Scope release tarball to core adjutant package only (exclude web/,
site/, integrations/, reference docs)
- Update release body to mention both OpenCode and Claude Code CLI
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
A persistent personal agent that runs on your machine and stays in contact with you through Telegram. You send it messages — questions, commands, requests — and it responds using an LLMwith full awareness of your projects and priorities.
3
+
A persistent personal AI agent framework that runs on your machine and communicates through Telegram. Send messages, commands, and photos — Adjutant responds using LLM-powered reasoning with full awareness of your projects and knowledge bases.
4
4
5
-
**Version**: 2.0.0
5
+
Supports two LLM backends: [OpenCode](https://opencode.ai) and [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code), switchable via configuration.
6
6
7
7
## What It Does
8
8
9
-
- Responds to natural language queries via Telegram
10
-
- Queries domain-specific knowledge bases via isolated sub-agents
11
-
- Runs on-demand pulse checks (`/pulse`) and deep reflections (`/reflect`)
12
-
- Takes screenshots, analyzes images, and searches the web
13
-
- Stays quiet by default — no background jobs run unless you configure them
14
-
15
-
Adjutant is **on-demand, not autonomous**. It responds when you message it. Proactive behaviour (project scanning, notifications) only happens when you trigger `/pulse` or `/reflect`, or if you set up a cron job yourself.
9
+
-**Conversational AI** — natural language via Telegram, routed through OpenCode or Claude Code CLI
10
+
-**Knowledge bases** — sandboxed sub-agent workspaces for domain-specific knowledge
11
+
-**Scheduled jobs** — cron-based tasks that run autonomously and notify you of results
12
+
-**Autonomous cycles** — periodic pulse and review operations with configurable notification budgets
13
+
-**Long-term memory** — structured memory system that persists across conversations
14
+
-**News briefings** — aggregated, LLM-ranked news from Hacker News, Reddit, and RSS
15
+
-**Screenshots & vision** — capture and analyze web pages or images (OpenCode backend)
16
+
-**Web search** — Brave Search API integration
17
+
-**Web dashboard** — canvas-based KB explorer and operational dashboard
16
18
17
19
## Quick Start
18
20
19
-
Adjutant can be installed anywhere — there is no hardcoded path.
0 commit comments