Trinity v0.8.5 — async orchestration, skill packages, shared rooms #1858
vybe
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Trinity v0.8.5 is out: 773 commits, 619 files changed, ~95 issues closed. The theme of this release is coordination — agents that work with each other, and with time, instead of being polled.
Async orchestration
agent.task.completed/failedat every execution terminal; subscribed agents are woken with the outcome, duration, and cost. Orchestrators no longer poll for results.Platform
SKILL.md+ scripts/templates/resources) with versioning and safe manifest-based sync; a stateless skill-runner executes library skills over MCP (enterprise). Backward-compatible — existing agents self-heal to the new format on next sync.ghCLI); publicgithub:templates clone with no token at all.Fleet hygiene
Git bloat inside agent containers root-caused and bounded, Docker volume lifecycle + orphan reclaim, and a blast-radius guard on retention prunes with an in-product approval path.
Rebuild platform images (
docker compose build) and the agent base image (./scripts/deploy/build-base-image.sh) — several features (tokenless clone, git maintenance,ghCLI) live in the new base image. Details in the notes.📝 What's new: https://docs.ability.ai/whats-new/v0.8.5
🔍 Full release notes: https://github.com/abilityai/trinity/releases/tag/v0.8.5
All reactions