Tweet by threepointone

April 30, 2026

been working on subagents etc for the last few days, and it's come along well. some highlights: (tldr - we have the world's best subagents. they're just baby durable objects.) - subagents as separate threads so you can host all of a user's/entity's chats in a single DO (examples/multi-ai-chat) - subagents now have a first class story as "tools", with resumability, recovery, persistence etc all built in. works with ai-chat and think. (examples/agents-as-tools) - a new example showing how to use github auth for your agents (because I want to actually deploy something live for my friends and I to use. examples/auth-agent) - can now configure beforeStep, reasoning, telemetry for think. - fixed a few nasty timing/consistency bugs just did a release. now starting a big docs sync for everything we shipped in the last month, aiming for it all to go out tomorrow. we should update the starter with the new fun stuff as well sometime... npm i agents

Author
threepointone
Date
April 30, 2026