v0.2.x
4 releasesv0.2 beta is finally here
v0.2 brings a lot of changes together across Better Agent. This release adds AG-UI support, AI SDK provider support, memory, auth context, durable storage, new provider packages, and database adapters.
Highlights
- AG-UI support for messages, tools, state, events, and interrupts
- Vercel AI SDK support for AI SDK-compatible models
- Memory for persisted threads and conversation messages
- Auth context for users, tenants, agent access, memory scope, and plugin guards
- Durable storage for memory, runs, streams, and replay
- New provider packages for OpenAI, Anthropic, xAI, Gemini, OpenRouter, Workers AI, and Ollama
- Database adapters for Drizzle, Kysely, Prisma, and Redis
- Updated clients, hooks, and framework integrations
Migration
v0.2 beta changes several APIs from v0.1. To migrate, follow the docs for the features you already use, or the closest matching feature in v0.2.
- Persistence now maps across memory, storage, runs, and streams.
- Providers now use the new provider packages.
- Auth should use the new auth context and agent access docs.
v0.1.x
4 releases🐞 Bug Fixes
- core:
- docs:
- Typo in code demo - by @ari-party
(e68ab)
- Typo in code demo - by @ari-party
- plugins:
in