Announcements
Release notes, workshop invites, and developer updates from the Trinity team.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Workshop — Running the Cornelius Knowledge Base Agent on Trinity
Weekly workshop walking through running the Cornelius knowledge base agent on Trinity.
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.
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.
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.
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.
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.
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.
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.
Trinity weekly update
docs.ability.ai launch, Ask Trinity Q&A agent, Redis Streams event bus, OpenTelemetry tracing, Guardrails Phase 1, and more.
Workshop #2: Multi-Agent Architectural Patterns
Today's session explores how agents talk to each other — architectural patterns and hands-on collaboration experiments.
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.