Skip to content

Blog

Technical updates from the Talon project. New features, architectural decisions, and the occasional opinion.


2026-07-13

Personas can choose their reasoning effort, stateful Responses sessions stay scoped to the right model, and context rotation handles tool-heavy runs more accurately.


2026-05-23

A zero-build starter stack wires Talon to Postgram for cross-conversation memory — three published images, one bootstrap script, and your agent remembers what you told it last week.


2026-05-23

Docker v2 is a complete containerization story — compose, health checks, baked CLIs, and predictable permissions. One command to a running daemon.


2026-04-08

Talon’s new session-observer mode replaces one-shot summaries with an append-only decision log. Each rotation preserves what happened, why it mattered, and what to do next.


2026-04-08

Talon now supports a fourth execution provider for Ollama and other OpenAI-compatible endpoints, plus a new observational-memory mode for long-running threads.


2026-04-03

CLI reference rewrite, durable scheduling clarifications, Slack shared-channel filtering, faster context rotation delivery, and a few cleanup fixes around background providers and memory grooming.


2026-03-29

A new built-in sub-agent that uses gpt-5.4-spark to generate file operations from a task description. Also introduces requiresEnv — a generic mechanism for environment-gated sub-agent loading.


2026-03-29

A2A protocol, persona tools, queue fixes, and a full docs site. Quick changelog of everything that landed in the past two days.


2026-03-29

How to configure and use the two new host tools that enable agent-to-agent delegation. Config examples, call patterns, and what happens when await_reply: true.


2026-03-28

Talon now has a durable A2A layer. Personas can delegate tasks to each other over an internal queue, with hop enforcement and persistence across restarts.