Skip to main content
Trinity

Announcements

Release notes, workshop invites, and developer updates from the Trinity team.

August 11, 2026

v0.9.0 Release Plan (rev 2) — Freeze Wed Aug 19

Dev update: the v0.9.0 release plan, revision 2 (plan PR #2096). Freeze Wednesday Aug 19. Headline: Workspace ships, skills library ships safely, schedules work again — what lands now, what blocks the cut, and what rides if ready.

July 30, 2026

Agent Builder Workshop — Converting Your Existing Agent Fleet into a Trinity-Compatible Fleet

Thursday, July 30, 12 PM ET / 9 AM PT, live on Zoom, free. Converting an entire fleet of existing agents — built with Claude Code, n8n, LangChain, or any other stack — into a validated, Trinity-compatible agent fleet, step by step. Hosted by Eugene Vyborov, creator of Trinity.

July 28, 2026

New Video — How to Build a Second Brain for Your AI Agents

The 5 core rules for managing agent knowledge and a production-ready pattern that separates canonical truth from operational data: the Decisions / Facts / Judgment framework, Knowledge as Code with Git, a central "mind center" agent, and why human endorsement gates the canon.

July 28, 2026

Trinity v0.8.5 — Agents That Coordinate

773 commits, ~95 issues. Task-completion events, agent self-reminders, shared rooms, skills as full packages, display names, ghost agents, bring-your-own GitHub token — plus voice replies v2, local-first telemetry, a fleet-hygiene pass, and a blast-radius guard on data retention.

July 22, 2026

Agent Builder Workshop — Building a Company Knowledge Base with Cornelius on Trinity

Thursday, July 23, 12 PM ET / 9 AM PT, live on Zoom, free. Building a company knowledge base with Cornelius on Trinity — from empty session to a deployed agent, built live. Hosted by Eugene Vyborov, creator of Trinity.

July 16, 2026

New Video — Trinity Architecture Explained (4:44)

An animated walkthrough of how Trinity works — one scheduled task followed end to end: the agent container, the admission gate, delegation between agents, human approval, the audit ledger, circuit breakers, capacity queues, channel adapters (Slack/Telegram/WhatsApp), and the network security model.

July 14, 2026

New Research — A Measurably Self-Improving Multi-Agent Forecasting System

Five feedback loops, no retraining: the paper behind Brier HQ — a forecasting fleet running on Trinity since February 2026 — is now on GitHub, with a video walkthrough. 96,161 predictions, 73,552 resolved, Brier 0.194 vs 0.250 baseline.

July 10, 2026

Webinar Recording — Deploying Sovereign AI Agents for Your Clients

The end-to-end pattern for deploying sovereign, isolated AI agents for each of your clients on open-source Trinity: one agent per client, full data and credential isolation, live agent onboarding with Claude Code plugins, a central Cornelius knowledge base, client channels on Slack/Telegram/WhatsApp, and real guardrails.

July 9, 2026

Trinity v0.8.0 — The Largest Release Yet

110+ issues across the platform: voice replies on Telegram, Slack & WhatsApp, the Brain Orb live 3D knowledge map, the Grid dashboard, enterprise identity (2FA, SSO, permissions matrix), loop guardrails, webhook signing, and agents-as-MCP-tools. Release tour video included.

June 23, 2026

Trinity v0.7.0 — PostgreSQL Goes to Production

PostgreSQL is now the recommended production database (SQLite stays the zero-config dev default; end-of-support 2026-09-01). Plus the OpenAI Codex harness MVP, agent runtime data volumes, credential hot-reload rotation, fire-and-forget execution dispatch, and TOTP two-factor auth. 36 issues shipped.

June 19, 2026

Workshop Recording — Build an AI Recruiter Agent with Trinity

From an empty Claude Code session to a deployed, autonomous recruiter agent — live, ~38 minutes. "Scout" interviews candidates over Telegram, scores them against a rubric, and keeps a human in the loop for the hiring call.

June 12, 2026

Trinity v0.6.1 — Agent Loops End-to-End, VoIP Calls, Unified Operations

34 issues: sequential agent loops shipped end-to-end with a web UI, agents place outbound phone calls (VoIP Phase 1, beta), Health/Ops/Executions merged into one Operations console, push-heartbeats, and secure-by-default channel access.

June 12, 2026

Workshop Recording — Loop Engineering for Autonomous Agents

~35 minutes on loop engineering: the 4-step playbook pattern (read → work → verify → write), keeping loops safe with max runs, stop signals, timeouts, and cost ceilings, loops vs. schedules, and why remote loops on Trinity beat laptop loops.

June 11, 2026

Workshop — Loop Engineering and Remote Loops in Trinity

The four layers of a production loop (termination, progress detection, verification, durable state), how loops fail in the wild, Trinity's loop primitive with hard run caps and evidence-terminated stops, and remote loops that let you disconnect.

June 5, 2026

Trinity Target Architecture — Coordination Revised: Push → Pull

Agent coordination moves from push to pull / work-stealing: every task is a durable row in a per-agent Postgres queue, and agents pull work only when they have a free worker.

June 4, 2026

Workshop — Build a Personal Medical Advisor Agent

Hands-on workshop session: build a personal medical advisor agent and deploy it to Trinity end-to-end.

June 3, 2026

GitHub Discussions Now Open on the Trinity Repo

A place to ask questions, propose features, and show what you're building — Q&A, Ideas, Show and tell, General, and Announcements categories.

June 1, 2026

Trinity v0.6.0 — Reliability + Security Release

264 commits, 117 issues closed, 10 contributors. Stateful Session tab, experimental Voice Workspace, mandatory Redis auth, non-root containers, and A2A Agent Cards.

May 28, 2026

Workshop — Cornelius, an Autonomous Thinking Agent on Trinity

Weekly Trinity workshop on Cornelius — a Zettelkasten knowledge-base agent combining vector and graph search for advanced knowledge management.

May 22, 2026

Workshop Recording — Trinity + Cornelius Deep Dive

Trinity as a platform — sandboxing, governance, audit trails, credential injection, multi-channel access — plus Cornelius's brain dependency graph, hybrid retrieval, and perception/deliberation loops.

May 17, 2026

Cornelius v05.26 — Thinks While You Sleep

Three new autonomous capabilities for the knowledge base agent: an overnight incubation loop, domain watch, Socratic insight interviews, plus YouTube transcript extraction.

May 14, 2026

Workshop — Running the Cornelius Knowledge Base Agent on Trinity

Weekly workshop walking through running the Cornelius knowledge base agent on Trinity.

May 12, 2026

New Trinity Platform Demo

A full platform walkthrough covering most of the recent features in one demo — a good recap if you've been following development.

May 5, 2026

New Video — Cornelius Voice Mode Demo

Cornelius — 3,000+ knowledge nodes — now talks back in real time using Gemini voice. Demo shows voice mode for any agent in Trinity.

April 30, 2026

Trinity Ops Agent Now Public

abilityai/trinity-ops-public is a Claude Code agent for operating your Trinity instance — health checks, restarts, updates, rollbacks, and diagnostics from one .env.

April 30, 2026

Trinity v0.5.0 — WhatsApp, Outbound File Sharing, Audit Log, and more

Biggest release yet: WhatsApp per-agent binding, Outbound File Sharing, Conditional Scheduling, Voice Tool Calling, Platform Audit Log, Reliable WebSocket Delivery, and more.

April 24, 2026

Trinity dev workflow — `dev` is now the default base branch

Day-to-day work merges into `dev`. `main` is release-only. Feature branches, PR targets, and the new /release skill explained.

April 22, 2026

Workshop #4 recording — 3 AI Agents Run My Entire Software Development Pipeline

Walkthrough of the 3 agents running the Trinity platform in production — Dev, Ops, and Docs agents. 160,000+ LOC, 3,000+ tests.

April 21, 2026

Workshop #3 recording + Workshop #4 starting soon

Workshop #3 recording is up; Workshop #4 starts in 45 minutes — agents that build Trinity, running inside our own infrastructure.

April 21, 2026

Trinity weekly update

docs.ability.ai launch, Ask Trinity Q&A agent, Redis Streams event bus, OpenTelemetry tracing, Guardrails Phase 1, and more.

April 14, 2026

Workshop #2: Multi-Agent Architectural Patterns

Today's session explores how agents talk to each other — architectural patterns and hands-on collaboration experiments.

April 7, 2026

Live Agent-Building Workshops — Starting Thursday

Every Tue & Thu at 8:30 AM PT. 45-60 min on Zoom. Build autonomous agents that delegate, schedule, and collaborate.